Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-6597 (GCVE-0-2023-6597)
Vulnerability from cvelistv5
Published
2024-03-19 15:44
Modified
2024-11-05 19:16
Severity ?
VLAI 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 | Version | ||
---|---|---|---|---|
Python Software Foundation | CPython |
Version: 0 Version: 3.9.0 Version: 3.10.0 Version: 3.11.0 Version: 3.12.0 Version: 3.13.0a1 |
{ "containers": { "adp": [ { "affected": [ { "cpes": [ "cpe:2.3:a:python_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", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2023-6597\",\"sourceIdentifier\":\"cna@python.org\",\"published\":\"2024-03-19T16:15:08.743\",\"lastModified\":\"2024-11-21T08:44:10.463\",\"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\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"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\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/03/20/5\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/python/cpython/commit/02a9259c717738dfe6b463c44d7e17f2b6d2cb3a\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/python/cpython/commit/5585334d772b253a01a6730e8202ffb1607c3d25\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/python/cpython/commit/6ceb8aeda504b079fef7a57b8d81472f15cdd9a5\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/python/cpython/commit/81c16cd94ec38d61aa478b9a452436dc3b1b524d\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/python/cpython/commit/8eaeefe49d179ca4908d052745e3bb8b6f238f82\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/python/cpython/commit/d54e22a669ae6e987199bb5d2c69bb5a46b0083b\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/python/cpython/issues/91133\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/03/msg00025.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/T3IGRX54M7RNCQOXVQO5KQKTGWCOABIM/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U5VHWS52HGD743C47UMCSAK2A773M2YE/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://mail.python.org/archives/list/security-announce@python.org/thread/Q5C6ATFC67K53XFV4KE45325S7NS62LD/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}", "vulnrichment": { "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"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\": [\"patch\", \"x_transferred\"]}, {\"url\": \"https://github.com/python/cpython/issues/91133\", \"tags\": [\"issue-tracking\", \"x_transferred\"]}, {\"url\": \"https://mail.python.org/archives/list/security-announce@python.org/thread/Q5C6ATFC67K53XFV4KE45325S7NS62LD/\", \"tags\": [\"vendor-advisory\", \"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/\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T08:35:14.863Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-6597\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-11-05T19:08:44.665083Z\"}}}], \"affected\": [{\"cpes\": [\"cpe:2.3:a:python_software_foundation:cpython:*:*:*:*:*:*:*:*\"], \"vendor\": \"python_software_foundation\", \"product\": \"cpython\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"3.8.19\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"3.9.0\", \"lessThan\": \"3.9.19\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"3.10.0\", \"lessThan\": \"3.10.14\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"3.11.0\", \"lessThan\": \"3.11.8\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"3.12.0\", \"lessThan\": \"3.12.1\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"3.13.0a1\", \"lessThan\": \"3.13.0a3\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unknown\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"description\": \"CWE-noinfo Not enough information\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-07-05T15:20:42.571Z\"}}], \"cna\": {\"source\": {\"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"format\": \"CVSS\", \"cvssV3_1\": {\"scope\": \"CHANGED\", \"version\": \"3.1\", \"baseScore\": 7.8, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"affected\": [{\"repo\": \"https://github.com/python/cpython\", \"vendor\": \"Python Software Foundation\", \"product\": \"CPython\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"3.8.19\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.9.0\", \"lessThan\": \"3.9.19\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.10.0\", \"lessThan\": \"3.10.14\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.11.0\", \"lessThan\": \"3.11.8\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.12.0\", \"lessThan\": \"3.12.1\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.13.0a1\", \"lessThan\": \"3.13.0a3\", \"versionType\": \"python\"}], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"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\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/issues/91133\", \"tags\": [\"issue-tracking\"]}, {\"url\": \"https://mail.python.org/archives/list/security-announce@python.org/thread/Q5C6ATFC67K53XFV4KE45325S7NS62LD/\", \"tags\": [\"vendor-advisory\"]}, {\"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/\"}], \"x_generator\": {\"engine\": \"Vulnogram 0.1.0-dev\"}, \"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\", \"supportingMedia\": [{\"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\", \"base64\": false}]}], \"providerMetadata\": {\"orgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"shortName\": \"PSF\", \"dateUpdated\": \"2024-06-13T19:24:11.289Z\"}}}", "cveMetadata": "{\"cveId\": \"CVE-2023-6597\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-11-05T19:16:27.862Z\", \"dateReserved\": \"2023-12-07T20:59:23.246Z\", \"assignerOrgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"datePublished\": \"2024-03-19T15:44:28.989Z\", \"assignerShortName\": \"PSF\"}", "dataType": "CVE_RECORD", "dataVersion": "5.1" } } }
rhsa-2024:3466
Vulnerability from csaf_redhat
Published
2024-05-29 13:31
Modified
2025-08-03 13: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-08-03T13:19:02+00:00", "generator": { "date": "2025-08-03T13:19:02+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "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-08-03T13:19:02+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 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:rpm/redhat/python39@3.9?rpmmod=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:rpm/redhat/python39-devel@3.9?rpmmod=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:4865
Vulnerability from csaf_redhat
Published
2024-07-25 10:40
Modified
2025-08-03 13: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-08-03T13:19:54+00:00", "generator": { "date": "2025-08-03T13:19:54+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "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-08-03T13:19:54+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:4077
Vulnerability from csaf_redhat
Published
2024-06-25 05:27
Modified
2025-08-03 13:20
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-08-03T13:20:35+00:00", "generator": { "date": "2025-08-03T13:20:35+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "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-08-03T13:20:35+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 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-2025:2705
Vulnerability from csaf_redhat
Published
2025-03-18 02:17
Modified
2025-08-03 13:24
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-08-03T13:24:15+00:00", "generator": { "date": "2025-08-03T13:24:15+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "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-08-03T13:24:15+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/" }, { "category": "external", "summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog", "url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog" } ], "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": "To mitigate this issue, prevent module snd-usb-audio from being loaded.\n\nAs the snd_usb_audio module will be auto-loaded when a usb device is hot plugged, the module can be prevented by loading with the following instructions:\n\n# echo \"install snd_usb_audio /bin/true\" \u003e\u003e /etc/modprobe.d/disable-snd-usb-audio.conf\n\nThe system will need to be restarted if the modules are loaded. In most circumstances, the sound kernel modules will be unable to be unloaded while any programs are active and the device are in use.\n\nIf the system requires this module to work correctly, this mitigation may not be suitable.\n\nIf you need further assistance, see KCS article https://access.redhat.com/solutions/41278 or contact Red Hat Global Support Services.", "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": "exploit_status", "date": "2025-04-09T00:00:00+00:00", "details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog" }, { "category": "impact", "details": "Important" } ], "title": "kernel: ALSA: usb-audio: Fix potential out-of-bound accesses for Extigy and Mbox devices" } ] }
rhsa-2024:4896
Vulnerability from csaf_redhat
Published
2024-07-29 07:05
Modified
2025-08-03 13:20
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-08-03T13:20:45+00:00", "generator": { "date": "2025-08-03T13:20:45+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "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-08-03T13:20:45+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v.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:0650
Vulnerability from csaf_redhat
Published
2025-01-29 00:56
Modified
2025-08-13 09: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-08-13T09:09:36+00:00", "generator": { "date": "2025-08-13T09:09:36+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "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-08-13T09:09:36+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:3347
Vulnerability from csaf_redhat
Published
2024-05-23 16:30
Modified
2025-08-03 13:18
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-08-03T13:18:36+00:00", "generator": { "date": "2025-08-03T13:18:36+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "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-08-03T13:18:36+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-2025:0364
Vulnerability from csaf_redhat
Published
2025-01-22 03:22
Modified
2025-08-13 09:08
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-08-13T09:08:47+00:00", "generator": { "date": "2025-08-13T09:08:47+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "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-08-13T09:08:47+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:4370
Vulnerability from csaf_redhat
Published
2024-07-08 11:45
Modified
2025-08-03 13:21
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-08-03T13:21:00+00:00", "generator": { "date": "2025-08-03T13:21:00+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "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-08-03T13:21:00+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:5535
Vulnerability from csaf_redhat
Published
2024-08-19 02:36
Modified
2025-08-03 13:21
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-08-03T13:21:11+00:00", "generator": { "date": "2025-08-03T13:21:11+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "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-08-03T13:21:11+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" } ] }
rhsa-2024:4406
Vulnerability from csaf_redhat
Published
2024-07-09 08:59
Modified
2025-08-03 13:19
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-08-03T13:19:36+00:00", "generator": { "date": "2025-08-03T13:19:36+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "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-08-03T13:19:36+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-08-18 09:35
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-08-18T09:35:28+00:00", "generator": { "date": "2025-08-18T09:35:28+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "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-08-18T09:35:28+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:4871
Vulnerability from csaf_redhat
Published
2024-07-25 14:28
Modified
2025-08-03 13:20
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-08-03T13:20:06+00:00", "generator": { "date": "2025-08-03T13:20:06+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "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-08-03T13:20:06+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-2025:0646
Vulnerability from csaf_redhat
Published
2025-01-29 19:06
Modified
2025-08-13 09: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-08-13T09:09:57+00:00", "generator": { "date": "2025-08-13T09:09:57+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "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-08-13T09:09: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.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:4058
Vulnerability from csaf_redhat
Published
2024-06-24 04:52
Modified
2025-08-03 13:20
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-08-03T13:20:24+00:00", "generator": { "date": "2025-08-03T13:20:24+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "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-08-03T13:20:24+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:3391
Vulnerability from csaf_redhat
Published
2024-05-28 13:12
Modified
2025-08-03 13:18
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-08-03T13:18:49+00:00", "generator": { "date": "2025-08-03T13:18:49+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "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-08-03T13:18:49+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:5689
Vulnerability from csaf_redhat
Published
2024-08-21 11:33
Modified
2025-08-03 13: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-08-03T13:20:07+00:00", "generator": { "date": "2025-08-03T13:20:07+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "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-08-03T13:20: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 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-2024:4166
Vulnerability from csaf_redhat
Published
2024-06-27 14:08
Modified
2025-08-03 13: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-08-03T13:20:25+00:00", "generator": { "date": "2025-08-03T13:20:25+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "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-08-03T13:20:25+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:4078
Vulnerability from csaf_redhat
Published
2024-06-25 05:50
Modified
2025-08-03 13:19
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-08-03T13:19:46+00:00", "generator": { "date": "2025-08-03T13:19:46+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "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-08-03T13:19:46+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS (v. 9)", "product": { "name": "Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:9::baseos" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux CRB (v. 9)", "product": { "name": "Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "product": { "name": "python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "product_id": "python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-unversioned-command@3.9.18-3.el9_4.1?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "python3-devel-0:3.9.18-3.el9_4.1.aarch64", "product": { "name": "python3-devel-0:3.9.18-3.el9_4.1.aarch64", "product_id": "python3-devel-0:3.9.18-3.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "product": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "product_id": "python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "product": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "product_id": "python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "product": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "product_id": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3-0:3.9.18-3.el9_4.1.aarch64", "product": { "name": "python3-0:3.9.18-3.el9_4.1.aarch64", "product_id": "python3-0:3.9.18-3.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.18-3.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.18-3.el9_4.1.aarch64", "product": { "name": "python3-libs-0:3.9.18-3.el9_4.1.aarch64", "product_id": "python3-libs-0:3.9.18-3.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.18-3.el9_4.1.aarch64", "product": { "name": "python3-debug-0:3.9.18-3.el9_4.1.aarch64", "product_id": "python3-debug-0:3.9.18-3.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.18-3.el9_4.1.aarch64", "product": { "name": "python3-idle-0:3.9.18-3.el9_4.1.aarch64", "product_id": "python3-idle-0:3.9.18-3.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3-test-0:3.9.18-3.el9_4.1.aarch64", "product": { "name": "python3-test-0:3.9.18-3.el9_4.1.aarch64", "product_id": "python3-test-0:3.9.18-3.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "product": { "name": "python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "product_id": "python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "product": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "product_id": "python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "product": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "product_id": "python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "product": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "product_id": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-0:3.9.18-3.el9_4.1.ppc64le", "product": { "name": "python3-0:3.9.18-3.el9_4.1.ppc64le", "product_id": "python3-0:3.9.18-3.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.18-3.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "product": { "name": "python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "product_id": "python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "product": { "name": "python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "product_id": "python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "product": { "name": "python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "product_id": "python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-test-0:3.9.18-3.el9_4.1.ppc64le", "product": { "name": "python3-test-0:3.9.18-3.el9_4.1.ppc64le", "product_id": "python3-test-0:3.9.18-3.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3-devel-0:3.9.18-3.el9_4.1.i686", "product": { "name": "python3-devel-0:3.9.18-3.el9_4.1.i686", "product_id": "python3-devel-0:3.9.18-3.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "product": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "product_id": "python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "product": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "product_id": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.18-3.el9_4.1.i686", "product": { "name": "python3-libs-0:3.9.18-3.el9_4.1.i686", "product_id": "python3-libs-0:3.9.18-3.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "python3-0:3.9.18-3.el9_4.1.i686", "product": { "name": "python3-0:3.9.18-3.el9_4.1.i686", "product_id": "python3-0:3.9.18-3.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.18-3.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.18-3.el9_4.1.i686", "product": { "name": "python3-debug-0:3.9.18-3.el9_4.1.i686", "product_id": "python3-debug-0:3.9.18-3.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.18-3.el9_4.1.i686", "product": { "name": "python3-idle-0:3.9.18-3.el9_4.1.i686", "product_id": "python3-idle-0:3.9.18-3.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "python3-test-0:3.9.18-3.el9_4.1.i686", "product": { "name": "python3-test-0:3.9.18-3.el9_4.1.i686", "product_id": "python3-test-0:3.9.18-3.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.18-3.el9_4.1.i686", "product": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.i686", "product_id": "python3-tkinter-0:3.9.18-3.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.1?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3-devel-0:3.9.18-3.el9_4.1.x86_64", "product": { "name": "python3-devel-0:3.9.18-3.el9_4.1.x86_64", "product_id": "python3-devel-0:3.9.18-3.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "product": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "product_id": "python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "product": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "product_id": "python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "product": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "product_id": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-0:3.9.18-3.el9_4.1.x86_64", "product": { "name": "python3-0:3.9.18-3.el9_4.1.x86_64", "product_id": "python3-0:3.9.18-3.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.18-3.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.18-3.el9_4.1.x86_64", "product": { "name": "python3-libs-0:3.9.18-3.el9_4.1.x86_64", "product_id": "python3-libs-0:3.9.18-3.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.18-3.el9_4.1.x86_64", "product": { "name": "python3-debug-0:3.9.18-3.el9_4.1.x86_64", "product_id": "python3-debug-0:3.9.18-3.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.18-3.el9_4.1.x86_64", "product": { "name": "python3-idle-0:3.9.18-3.el9_4.1.x86_64", "product_id": "python3-idle-0:3.9.18-3.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-test-0:3.9.18-3.el9_4.1.x86_64", "product": { "name": "python3-test-0:3.9.18-3.el9_4.1.x86_64", "product_id": "python3-test-0:3.9.18-3.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3-devel-0:3.9.18-3.el9_4.1.s390x", "product": { "name": "python3-devel-0:3.9.18-3.el9_4.1.s390x", "product_id": "python3-devel-0:3.9.18-3.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "product": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "product_id": "python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "product": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "product_id": "python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "product": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "product_id": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "python3-0:3.9.18-3.el9_4.1.s390x", "product": { "name": "python3-0:3.9.18-3.el9_4.1.s390x", "product_id": "python3-0:3.9.18-3.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.18-3.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.18-3.el9_4.1.s390x", "product": { "name": "python3-libs-0:3.9.18-3.el9_4.1.s390x", "product_id": "python3-libs-0:3.9.18-3.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.18-3.el9_4.1.s390x", "product": { "name": "python3-debug-0:3.9.18-3.el9_4.1.s390x", "product_id": "python3-debug-0:3.9.18-3.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.18-3.el9_4.1.s390x", "product": { "name": "python3-idle-0:3.9.18-3.el9_4.1.s390x", "product_id": "python3-idle-0:3.9.18-3.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "python3-test-0:3.9.18-3.el9_4.1.s390x", "product": { "name": "python3-test-0:3.9.18-3.el9_4.1.s390x", "product_id": "python3-test-0:3.9.18-3.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3.9-0:3.9.18-3.el9_4.1.src", "product": { "name": "python3.9-0:3.9.18-3.el9_4.1.src", "product_id": "python3.9-0:3.9.18-3.el9_4.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9@3.9.18-3.el9_4.1?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python-unversioned-command-0:3.9.18-3.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch" }, "product_reference": "python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-0:3.9.18-3.el9_4.1.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src" }, "product_reference": "python3.9-0:3.9.18-3.el9_4.1.src", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python-unversioned-command-0:3.9.18-3.el9_4.1.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch" }, "product_reference": "python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-0:3.9.18-3.el9_4.1.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src" }, "product_reference": "python3.9-0:3.9.18-3.el9_4.1.src", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python-unversioned-command-0:3.9.18-3.el9_4.1.noarch as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch" }, "product_reference": "python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-0:3.9.18-3.el9_4.1.src as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src" }, "product_reference": "python3.9-0:3.9.18-3.el9_4.1.src", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-6597", "cwe": { "id": "CWE-61", "name": "UNIX Symbolic Link (Symlink) Following" }, "discovery_date": "2024-04-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2276518" } ], "notes": [ { "category": "description", "text": "A flaw was found in the tempfile.TemporaryDirectory class in python3/cpython3. The class may dereference symbolic links during permission-related errors, resulting in users that run privileged programs being able to modify permissions of files referenced by the symbolic link.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Path traversal on tempfile.TemporaryDirectory", "title": "Vulnerability summary" }, { "category": "other", "text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-6597" }, { "category": "external", "summary": "RHBZ#2276518", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276518" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-6597", "url": "https://www.cve.org/CVERecord?id=CVE-2023-6597" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-6597", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6597" } ], "release_date": "2024-03-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-25T05:50:30+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4078" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python: Path traversal on tempfile.TemporaryDirectory" }, { "cve": "CVE-2024-0450", "cwe": { "id": "CWE-450", "name": "Multiple Interpretations of UI Input" }, "discovery_date": "2024-04-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2276525" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Python/CPython \u0027zipfile\u0027 that can allow a zip-bomb type of attack. An attacker may craft a zip file format, leading to a Denial of Service when processed.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: The zipfile module is vulnerable to zip-bombs leading to denial of service", "title": "Vulnerability summary" }, { "category": "other", "text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0450" }, { "category": "external", "summary": "RHBZ#2276525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276525" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0450", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0450" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450" } ], "release_date": "2024-03-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-25T05:50:30+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4078" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.1.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.1.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.1.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: The zipfile module is vulnerable to zip-bombs leading to denial of service" } ] }
rhsa-2024:4456
Vulnerability from csaf_redhat
Published
2024-07-10 13:26
Modified
2025-08-03 13: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-08-03T13:20:47+00:00", "generator": { "date": "2025-08-03T13:20:47+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "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-08-03T13:20:47+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream AUS (v.8.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:1120
Vulnerability from csaf_redhat
Published
2025-02-11 11:31
Modified
2025-08-13 09: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-08-13T09:10:58+00:00", "generator": { "date": "2025-08-13T09:10:58+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "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-08-13T09:10:58+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": "other", "text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-606: Unchecked Input for Loop Condition vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nInput validation controls are in place, which ensure that any input controlling loop behavior is validated against strict criteria like type, length, and range before being processed. This prevents malicious or abnormal inputs from causing excessive or infinite iterations, thereby avoiding logic errors or system overloads. Memory protection controls such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) protect the system\u2019s memory from overuse or corruption if an unchecked input were to cause a loop to execute excessively. It ensures that memory is safely allocated and accessed, reducing the risks of buffer overflows, resource exhaustion, or crashes. Lastly, the implementation of security engineering principles dictates the use of secure coding practices such as input validation, loop iteration limits, and error handling, which are integrated during system design and development.", "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-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-908", "name": "Use of Uninitialized Resource" }, "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" } ] }
ncsc-2025-0021
Vulnerability from csaf_ncscnl
Published
2025-01-22 13:30
Modified
2025-01-22 13:30
Summary
Kwetsbaarheden verholpen in Oracle Communications
Notes
The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:
NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.
NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.
This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings.
Feiten
Oracle heeft meerdere kwetsbaarheden verholpen in zijn Communicatieproducten, waaronder Oracle Communications Unified Assurance, Oracle Communications Cloud Native Core Network Function en Oracle Communications Order and Service Management.
Interpretaties
De kwetsbaarheden stellen ongeauthenticeerde kwaadwillenden in staat om Denial of Service (DoS) aanvallen uit te voeren of om ongeautoriseerde toegang tot gevoelige gegevens te verkrijgen. Specifieke versies, zoals 24.2.0 en 24.3.0 van de Cloud Native Core Network Function, zijn bijzonder kwetsbaar. Kwaadwillenden kunnen deze kwetsbaarheden misbruiken door speciaal geprepareerde HTTP-verzoeken te sturen naar het kwetsbare systeem.
Oplossingen
Oracle heeft updates uitgebracht om de kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.
Kans
medium
Schade
high
CWE-1395
Dependency on Vulnerable Third-Party Component
CWE-670
Always-Incorrect Control Flow Implementation
CWE-405
Asymmetric Resource Consumption (Amplification)
CWE-35
Path Traversal: '.../...//'
CWE-466
Return of Pointer Value Outside of Expected Range
CWE-338
Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)
CWE-676
Use of Potentially Dangerous Function
CWE-606
Unchecked Input for Loop Condition
CWE-450
Multiple Interpretations of UI Input
CWE-131
Incorrect Calculation of Buffer Size
CWE-328
Use of Weak Hash
CWE-130
Improper Handling of Length Parameter Inconsistency
CWE-669
Incorrect Resource Transfer Between Spheres
CWE-1220
Insufficient Granularity of Access Control
CWE-201
Insertion of Sensitive Information Into Sent Data
CWE-349
Acceptance of Extraneous Untrusted Data With Trusted Data
CWE-755
Improper Handling of Exceptional Conditions
CWE-347
Improper Verification of Cryptographic Signature
CWE-834
Excessive Iteration
CWE-178
Improper Handling of Case Sensitivity
CWE-367
Time-of-check Time-of-use (TOCTOU) Race Condition
CWE-440
Expected Behavior Violation
CWE-415
Double Free
CWE-311
Missing Encryption of Sensitive Data
CWE-924
Improper Enforcement of Message Integrity During Transmission in a Communication Channel
CWE-754
Improper Check for Unusual or Exceptional Conditions
CWE-703
Improper Check or Handling of Exceptional Conditions
CWE-617
Reachable Assertion
CWE-427
Uncontrolled Search Path Element
CWE-836
Use of Password Hash Instead of Password for Authentication
CWE-680
Integer Overflow to Buffer Overflow
CWE-843
Access of Resource Using Incompatible Type ('Type Confusion')
CWE-23
Relative Path Traversal
CWE-116
Improper Encoding or Escaping of Output
CWE-345
Insufficient Verification of Data Authenticity
CWE-203
Observable Discrepancy
CWE-354
Improper Validation of Integrity Check Value
CWE-325
Missing Cryptographic Step
CWE-190
Integer Overflow or Wraparound
CWE-451
User Interface (UI) Misrepresentation of Critical Information
CWE-61
UNIX Symbolic Link (Symlink) Following
CWE-552
Files or Directories Accessible to External Parties
CWE-639
Authorization Bypass Through User-Controlled Key
CWE-798
Use of Hard-coded Credentials
CWE-434
Unrestricted Upload of File with Dangerous Type
CWE-362
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
CWE-404
Improper Resource Shutdown or Release
CWE-284
Improper Access Control
CWE-119
Improper Restriction of Operations within the Bounds of a Memory Buffer
CWE-1333
Inefficient Regular Expression Complexity
CWE-1321
Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')
CWE-416
Use After Free
CWE-476
NULL Pointer Dereference
CWE-327
Use of a Broken or Risky Cryptographic Algorithm
CWE-400
Uncontrolled Resource Consumption
CWE-770
Allocation of Resources Without Limits or Throttling
CWE-502
Deserialization of Untrusted Data
CWE-248
Uncaught Exception
CWE-674
Uncontrolled Recursion
CWE-863
Incorrect Authorization
CWE-22
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
CWE-611
Improper Restriction of XML External Entity Reference
CWE-787
Out-of-bounds Write
CWE-200
Exposure of Sensitive Information to an Unauthorized Actor
CWE-122
Heap-based Buffer Overflow
CWE-121
Stack-based Buffer Overflow
CWE-120
Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')
CWE-835
Loop with Unreachable Exit Condition ('Infinite Loop')
CWE-269
Improper Privilege Management
CWE-20
Improper Input Validation
CWE-209
Generation of Error Message Containing Sensitive Information
CWE-276
Incorrect Default Permissions
CWE-294
Authentication Bypass by Capture-replay
CWE-79
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
{ "document": { "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE" } }, "lang": "nl", "notes": [ { "category": "legal_disclaimer", "text": "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings." }, { "category": "description", "text": "Oracle heeft meerdere kwetsbaarheden verholpen in zijn Communicatieproducten, waaronder Oracle Communications Unified Assurance, Oracle Communications Cloud Native Core Network Function en Oracle Communications Order and Service Management.", "title": "Feiten" }, { "category": "description", "text": "De kwetsbaarheden stellen ongeauthenticeerde kwaadwillenden in staat om Denial of Service (DoS) aanvallen uit te voeren of om ongeautoriseerde toegang tot gevoelige gegevens te verkrijgen. Specifieke versies, zoals 24.2.0 en 24.3.0 van de Cloud Native Core Network Function, zijn bijzonder kwetsbaar. Kwaadwillenden kunnen deze kwetsbaarheden misbruiken door speciaal geprepareerde HTTP-verzoeken te sturen naar het kwetsbare systeem.", "title": "Interpretaties" }, { "category": "description", "text": "Oracle heeft updates uitgebracht om de kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.", "title": "Oplossingen" }, { "category": "general", "text": "medium", "title": "Kans" }, { "category": "general", "text": "high", "title": "Schade" }, { "category": "general", "text": "Dependency on Vulnerable Third-Party Component", "title": "CWE-1395" }, { "category": "general", "text": "Always-Incorrect Control Flow Implementation", "title": "CWE-670" }, { "category": "general", "text": "Asymmetric Resource Consumption (Amplification)", "title": "CWE-405" }, { "category": "general", "text": "Path Traversal: \u0027.../...//\u0027", "title": "CWE-35" }, { "category": "general", "text": "Return of Pointer Value Outside of Expected Range", "title": "CWE-466" }, { "category": "general", "text": "Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)", "title": "CWE-338" }, { "category": "general", "text": "Use of Potentially Dangerous Function", "title": "CWE-676" }, { "category": "general", "text": "Unchecked Input for Loop Condition", "title": "CWE-606" }, { "category": "general", "text": "Multiple Interpretations of UI Input", "title": "CWE-450" }, { "category": "general", "text": "Incorrect Calculation of Buffer Size", "title": "CWE-131" }, { "category": "general", "text": "Use of Weak Hash", "title": "CWE-328" }, { "category": "general", "text": "Improper Handling of Length Parameter Inconsistency", "title": "CWE-130" }, { "category": "general", "text": "Incorrect Resource Transfer Between Spheres", "title": "CWE-669" }, { "category": "general", "text": "Insufficient Granularity of Access Control", "title": "CWE-1220" }, { "category": "general", "text": "Insertion of Sensitive Information Into Sent Data", "title": "CWE-201" }, { "category": "general", "text": "Acceptance of Extraneous Untrusted Data With Trusted Data", "title": "CWE-349" }, { "category": "general", "text": "Improper Handling of Exceptional Conditions", "title": "CWE-755" }, { "category": "general", "text": "Improper Verification of Cryptographic Signature", "title": "CWE-347" }, { "category": "general", "text": "Excessive Iteration", "title": "CWE-834" }, { "category": "general", "text": "Improper Handling of Case Sensitivity", "title": "CWE-178" }, { "category": "general", "text": "Time-of-check Time-of-use (TOCTOU) Race Condition", "title": "CWE-367" }, { "category": "general", "text": "Expected Behavior Violation", "title": "CWE-440" }, { "category": "general", "text": "Double Free", "title": "CWE-415" }, { "category": "general", "text": "Missing Encryption of Sensitive Data", "title": "CWE-311" }, { "category": "general", "text": "Improper Enforcement of Message Integrity During Transmission in a Communication Channel", "title": "CWE-924" }, { "category": "general", "text": "Improper Check for Unusual or Exceptional Conditions", "title": "CWE-754" }, { "category": "general", "text": "Improper Check or Handling of Exceptional Conditions", "title": "CWE-703" }, { "category": "general", "text": "Reachable Assertion", "title": "CWE-617" }, { "category": "general", "text": "Uncontrolled Search Path Element", "title": "CWE-427" }, { "category": "general", "text": "Use of Password Hash Instead of Password for Authentication", "title": "CWE-836" }, { "category": "general", "text": "Integer Overflow to Buffer Overflow", "title": "CWE-680" }, { "category": "general", "text": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)", "title": "CWE-843" }, { "category": "general", "text": "Relative Path Traversal", "title": "CWE-23" }, { "category": "general", "text": "Improper Encoding or Escaping of Output", "title": "CWE-116" }, { "category": "general", "text": "Insufficient Verification of Data Authenticity", "title": "CWE-345" }, { "category": "general", "text": "Observable Discrepancy", "title": "CWE-203" }, { "category": "general", "text": "Improper Validation of Integrity Check Value", "title": "CWE-354" }, { "category": "general", "text": "Missing Cryptographic Step", "title": "CWE-325" }, { "category": "general", "text": "Integer Overflow or Wraparound", "title": "CWE-190" }, { "category": "general", "text": "User Interface (UI) Misrepresentation of Critical Information", "title": "CWE-451" }, { "category": "general", "text": "UNIX Symbolic Link (Symlink) Following", "title": "CWE-61" }, { "category": "general", "text": "Files or Directories Accessible to External Parties", "title": "CWE-552" }, { "category": "general", "text": "Authorization Bypass Through User-Controlled Key", "title": "CWE-639" }, { "category": "general", "text": "Use of Hard-coded Credentials", "title": "CWE-798" }, { "category": "general", "text": "Unrestricted Upload of File with Dangerous Type", "title": "CWE-434" }, { "category": "general", "text": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)", "title": "CWE-362" }, { "category": "general", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "general", "text": "Improper Access Control", "title": "CWE-284" }, { "category": "general", "text": "Improper Restriction of Operations within the Bounds of a Memory Buffer", "title": "CWE-119" }, { "category": "general", "text": "Inefficient Regular Expression Complexity", "title": "CWE-1333" }, { "category": "general", "text": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)", "title": "CWE-1321" }, { "category": "general", "text": "Use After Free", "title": "CWE-416" }, { "category": "general", "text": "NULL Pointer Dereference", "title": "CWE-476" }, { "category": "general", "text": "Use of a Broken or Risky Cryptographic Algorithm", "title": "CWE-327" }, { "category": "general", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "general", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" }, { "category": "general", "text": "Deserialization of Untrusted Data", "title": "CWE-502" }, { "category": "general", "text": "Uncaught Exception", "title": "CWE-248" }, { "category": "general", "text": "Uncontrolled Recursion", "title": "CWE-674" }, { "category": "general", "text": "Incorrect Authorization", "title": "CWE-863" }, { "category": "general", "text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)", "title": "CWE-22" }, { "category": "general", "text": "Improper Restriction of XML External Entity Reference", "title": "CWE-611" }, { "category": "general", "text": "Out-of-bounds Write", "title": "CWE-787" }, { "category": "general", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" }, { "category": "general", "text": "Heap-based Buffer Overflow", "title": "CWE-122" }, { "category": "general", "text": "Stack-based Buffer Overflow", "title": "CWE-121" }, { "category": "general", "text": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)", "title": "CWE-120" }, { "category": "general", "text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)", "title": "CWE-835" }, { "category": "general", "text": "Improper Privilege Management", "title": "CWE-269" }, { "category": "general", "text": "Improper Input Validation", "title": "CWE-20" }, { "category": "general", "text": "Generation of Error Message Containing Sensitive Information", "title": "CWE-209" }, { "category": "general", "text": "Incorrect Default Permissions", "title": "CWE-276" }, { "category": "general", "text": "Authentication Bypass by Capture-replay", "title": "CWE-294" }, { "category": "general", "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "title": "CWE-79" } ], "publisher": { "category": "coordinator", "contact_details": "cert@ncsc.nl", "name": "Nationaal Cyber Security Centrum", "namespace": "https://www.ncsc.nl/" }, "references": [ { "category": "external", "summary": "Reference - cveprojectv5; nvd; oracle", "url": "https://www.oracle.com/security-alerts/cpujan2025.html" } ], "title": "Kwetsbaarheden verholpen in Oracle Communications", "tracking": { "current_release_date": "2025-01-22T13:30:50.189632Z", "id": "NCSC-2025-0021", "initial_release_date": "2025-01-22T13:30:50.189632Z", "revision_history": [ { "date": "2025-01-22T13:30:50.189632Z", "number": "0", "summary": "Initiele versie" } ], "status": "final", "version": "1.0.0" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1727475", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635313", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:10.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635305", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:12.11.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635311", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:12.11.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635312", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:12.11.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635323", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:12.6.1.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670430", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:14.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674632", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:14.0.0.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674630", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:14.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635320", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:15.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674633", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:17.0.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670439", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:22.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635322", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670429", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670435", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670431", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670436", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670432", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.3.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635321", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635310", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635318", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674640", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.4.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674642", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.4.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670434", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:24.1.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635316", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:24.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674639", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:24.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635314", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674638", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:24.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674637", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:24.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635306", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:4.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635307", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:4.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635317", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:46.6.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635319", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:46.6.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670438", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635324", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:5.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635315", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:5.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670433", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:9.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674641", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:9.0.1.10.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674635", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:9.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674636", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:9.1.1.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670437", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:9.1.1.7.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674631", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:9.1.1.9.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674634", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:9.1.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635308", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:9.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635309", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:9.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications__10.4.0.4", "product": { "name": "communications__10.4.0.4", "product_id": "CSAFPID-1674629", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications__10.4.0.4:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___23.4.2", "product": { "name": "communications___23.4.2", "product_id": "CSAFPID-1670442", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___23.4.2:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___23.4.3", "product": { "name": "communications___23.4.3", "product_id": "CSAFPID-1635325", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___23.4.3:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___23.4.4", "product": { "name": "communications___23.4.4", "product_id": "CSAFPID-1635326", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___23.4.4:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___23.4.5", "product": { "name": "communications___23.4.5", "product_id": "CSAFPID-1674645", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___23.4.5:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___23.4.6", "product": { "name": "communications___23.4.6", "product_id": "CSAFPID-1674646", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___23.4.6:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___24.2.0", "product": { "name": "communications___24.2.0", "product_id": "CSAFPID-1674644", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___24.2.0:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___7.2.1.0.0", "product": { "name": "communications___7.2.1.0.0", "product_id": "CSAFPID-1670441", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___7.2.1.0.0:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___8.6.0.6", "product": { "name": "communications___8.6.0.6", "product_id": "CSAFPID-1635327", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___8.6.0.6:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___8.6.0.8", "product": { "name": "communications___8.6.0.8", "product_id": "CSAFPID-1635328", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___8.6.0.8:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___9.0.2", "product": { "name": "communications___9.0.2", "product_id": "CSAFPID-1670440", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___9.0.2:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___9.0.3", "product": { "name": "communications___9.0.3", "product_id": "CSAFPID-1635329", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___9.0.3:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___9.1.1.8.0", "product": { "name": "communications___9.1.1.8.0", "product_id": "CSAFPID-1674643", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___9.1.1.8.0:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications", "product": { "name": "communications_applications", "product_id": "CSAFPID-1751386", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications", "product": { "name": "communications_applications", "product_id": "CSAFPID-1674621", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications:15.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications", "product": { "name": "communications_applications", "product_id": "CSAFPID-1751381", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications:15.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications", "product": { "name": "communications_applications", "product_id": "CSAFPID-1751383", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications:15.0.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications", "product": { "name": "communications_applications", "product_id": "CSAFPID-1751378", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications:3.0.2.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications", "product": { "name": "communications_applications", "product_id": "CSAFPID-1751377", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications:3.0.3.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications", "product": { "name": "communications_applications", "product_id": "CSAFPID-1751385", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications:3.0.3.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications", "product": { "name": "communications_applications", "product_id": "CSAFPID-1674618", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications:6.0.1.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications", "product": { "name": "communications_applications", "product_id": "CSAFPID-1674619", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications:7.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications", "product": { "name": "communications_applications", "product_id": "CSAFPID-1674622", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications:7.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications", "product": { "name": "communications_applications", "product_id": "CSAFPID-1751384", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications:7.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications", "product": { "name": "communications_applications", "product_id": "CSAFPID-1674617", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications:7.4.3.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications", "product": { "name": "communications_applications", "product_id": "CSAFPID-1674623", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications:7.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications", "product": { "name": "communications_applications", "product_id": "CSAFPID-1751382", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications:8.0.0.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications", "product": { "name": "communications_applications", "product_id": "CSAFPID-1751380", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications:8.1.0.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications", "product": { "name": "communications_applications", "product_id": "CSAFPID-1751379", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications:8.1.0.26:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications", "product": { "name": "communications_applications", "product_id": "CSAFPID-1674620", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications:8.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications___12.0.6.0.0", "product": { "name": "communications_applications___12.0.6.0.0", "product_id": "CSAFPID-1674627", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications___12.0.6.0.0:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications___5.5.22", "product": { "name": "communications_applications___5.5.22", "product_id": "CSAFPID-1674626", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications___5.5.22:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications___6.0.3", "product": { "name": "communications_applications___6.0.3", "product_id": "CSAFPID-1674628", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications___6.0.3:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications___6.0.4", "product": { "name": "communications_applications___6.0.4", "product_id": "CSAFPID-1674624", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications___6.0.4:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications___6.0.5", "product": { "name": "communications_applications___6.0.5", "product_id": "CSAFPID-1674625", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications___6.0.5:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_asap", "product": { "name": "communications_asap", "product_id": "CSAFPID-816792", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_asap:7.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_billing_and_revenue_management", "product": { "name": "communications_billing_and_revenue_management", "product_id": "CSAFPID-764735", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_billing_and_revenue_management", "product": { "name": "communications_billing_and_revenue_management", "product_id": "CSAFPID-1751255", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:12.0.0.4-12.0.0.8:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_billing_and_revenue_management", "product": { "name": "communications_billing_and_revenue_management", "product_id": "CSAFPID-1751254", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:15.0.0.0-15.0.0.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_billing_and_revenue_management", "product": { "name": "communications_billing_and_revenue_management", "product_id": "CSAFPID-816793", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:15.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_billing_and_revenue_management", "product": { "name": "communications_billing_and_revenue_management", "product_id": "CSAFPID-912557", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:15.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_brm_-_elastic_charging_engine", "product": { "name": "communications_brm_-_elastic_charging_engine", "product_id": "CSAFPID-764247", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_brm_-_elastic_charging_engine", "product": { "name": "communications_brm_-_elastic_charging_engine", "product_id": "CSAFPID-1650820", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:12.0.0.4-12.0.0.8:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_brm_-_elastic_charging_engine", "product": { "name": "communications_brm_-_elastic_charging_engine", "product_id": "CSAFPID-912556", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:15.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_brm_-_elastic_charging_engine", "product": { "name": "communications_brm_-_elastic_charging_engine", "product_id": "CSAFPID-1751303", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:15.0.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-220055", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-816765", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.1.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-816766", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-816767", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-1503577", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-1751300", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-764237", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-1650752", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.4.0-23.4.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-1673396", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.4.0-23.4.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-1751085", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-1751079", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:24.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_certificate_management", "product": { "name": "communications_cloud_native_core_certificate_management", "product_id": "CSAFPID-1673526", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_certificate_management:23.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_certificate_management", "product": { "name": "communications_cloud_native_core_certificate_management", "product_id": "CSAFPID-1673391", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_certificate_management:23.4.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_certificate_management", "product": { "name": "communications_cloud_native_core_certificate_management", "product_id": "CSAFPID-1673394", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_certificate_management:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_certificate_management", "product": { "name": "communications_cloud_native_core_certificate_management", "product_id": "CSAFPID-1751253", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_certificate_management:24.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-816768", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-816769", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-912085", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-1503578", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-1673389", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-1673390", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-1751090", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:24.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_dbtier", "product": { "name": "communications_cloud_native_core_dbtier", "product_id": "CSAFPID-1673421", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_dbtier:24.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_dbtier", "product": { "name": "communications_cloud_native_core_dbtier", "product_id": "CSAFPID-1673420", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_dbtier:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_dbtier", "product": { "name": "communications_cloud_native_core_dbtier", "product_id": "CSAFPID-1751246", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_dbtier:24.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_data_analytics_function", "product": { "name": "communications_cloud_native_core_network_data_analytics_function", "product_id": "CSAFPID-816770", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_data_analytics_function:23.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_data_analytics_function", "product": { "name": "communications_cloud_native_core_network_data_analytics_function", "product_id": "CSAFPID-816771", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_data_analytics_function:23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_data_analytics_function", "product": { "name": "communications_cloud_native_core_network_data_analytics_function", "product_id": "CSAFPID-912068", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_data_analytics_function:24.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_data_analytics_function", "product": { "name": "communications_cloud_native_core_network_data_analytics_function", "product_id": "CSAFPID-1503579", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_data_analytics_function:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-816772", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-912076", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:23.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-1503580", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:23.4.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-219838", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-611387", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:23.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-816773", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-912101", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-1503581", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:24.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-1751208", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-1751209", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:24.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-912539", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:_install_upgrade___23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-912540", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:_install_upgrade___23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-912541", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:_installation___23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-912542", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:_obserability_services_overlay___23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-912543", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:_observability_services_overlay___23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-816774", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.1.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-816346", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-912077", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-1503322", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-1673413", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.4.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-1673415", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:24.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-1751231", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:24.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-816775", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:_install_upgrade___23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-912544", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:_install_upgrade___23.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-816348", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:23.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-912545", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:23.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-816347", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-1673494", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-816776", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:_install_upgrade___23.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-816777", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:_install_upgrade___23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-764240", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-1650751", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:23.4.0-23.4.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-1673517", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:23.4.0-23.4.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-1673395", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:23.4.0-23.4.6:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-912069", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-1751225", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:24.2.0-24.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-1751088", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-1751089", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:24.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-94291", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-816778", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-614517", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-912547", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-1673392", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-1503582", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:24.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-1673393", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-1751081", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:24.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-1751084", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:24.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-912546", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:_automated_test_suite___23.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-224795", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-912548", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-912102", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-912549", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-1503583", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-1503584", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-1503585", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:24.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-1672767", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-1751241", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:24.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-764826", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-90016", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-912078", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-816349", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-912550", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.3.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-1503586", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-1503587", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-1751238", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.4.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-1751240", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:24.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-1673399", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-1751239", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:24.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-1751080", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:24.2.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-1751082", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:24.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-816779", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:_signaling___23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_converged_application_server", "product": { "name": "communications_converged_application_server", "product_id": "CSAFPID-1751229", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_converged_application_server:8.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_converged_application_server", "product": { "name": "communications_converged_application_server", "product_id": "CSAFPID-1751230", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_converged_application_server:8.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_converged_charging_system", "product": { "name": "communications_converged_charging_system", "product_id": "CSAFPID-1503599", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_converged_charging_system:2.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_converged_charging_system", "product": { "name": "communications_converged_charging_system", "product_id": "CSAFPID-1503600", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_converged_charging_system:2.0.0.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergence", "product": { "name": "communications_convergence", "product_id": "CSAFPID-1751292", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergence:3.0.2.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergence", "product": { "name": "communications_convergence", "product_id": "CSAFPID-1751294", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergence:3.0.3.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergence", "product": { "name": "communications_convergence", "product_id": "CSAFPID-224793", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergence:3.0.3.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergence", "product": { "name": "communications_convergence", "product_id": "CSAFPID-1751295", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergence:3.0.3.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergence", "product": { "name": "communications_convergence", "product_id": "CSAFPID-816794", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergence:3.0.3.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergent_charging_controller", "product": { "name": "communications_convergent_charging_controller", "product_id": "CSAFPID-342793", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergent_charging_controller:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergent_charging_controller", "product": { "name": "communications_convergent_charging_controller", "product_id": "CSAFPID-1650777", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergent_charging_controller:12.0.1.0.0-12.0.6.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergent_charging_controller", "product": { "name": "communications_convergent_charging_controller", "product_id": "CSAFPID-1265", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergent_charging_controller:12.0.6.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergent_charging_controller", "product": { "name": "communications_convergent_charging_controller", "product_id": "CSAFPID-816350", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergent_charging_controller:15.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergent_charging_controller", "product": { "name": "communications_convergent_charging_controller", "product_id": "CSAFPID-1261", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergent_charging_controller:6.0.1.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_core_session_manager", "product": { "name": "communications_core_session_manager", "product_id": "CSAFPID-1672764", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_core_session_manager:9.1.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1503588", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1751104", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.2.3.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-40293", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.6.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1751242", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.6.0.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1751237", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:9.0.0.0.0-9.0.2.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1751097", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:9.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-611413", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:9.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1751211", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:9.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-912551", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:_patches___9.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-912552", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:_platform___9.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_eagle_element_management_system", "product": { "name": "communications_eagle_element_management_system", "product_id": "CSAFPID-1503316", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_eagle_element_management_system:46.6.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_eagle_element_management_system", "product": { "name": "communications_eagle_element_management_system", "product_id": "CSAFPID-1503317", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_eagle_element_management_system:46.6.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_eagle_element_management_system", "product": { "name": "communications_eagle_element_management_system", "product_id": "CSAFPID-1751243", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_eagle_element_management_system:47.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-764242", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-819413", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:9.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-819414", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:9.0.2.0.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-816780", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:9.4.53:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_fraud_monitor", "product": { "name": "communications_fraud_monitor", "product_id": "CSAFPID-816781", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_fraud_monitor:5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_fraud_monitor", "product": { "name": "communications_fraud_monitor", "product_id": "CSAFPID-816782", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_fraud_monitor:5.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_fraud_monitor", "product": { "name": "communications_fraud_monitor", "product_id": "CSAFPID-912553", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_fraud_monitor:5.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_instant_messaging_server", "product": { "name": "communications_instant_messaging_server", "product_id": "CSAFPID-219803", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_instant_messaging_server:10.0.1.7.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_ip_service_activator", "product": { "name": "communications_ip_service_activator", "product_id": "CSAFPID-204622", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_ip_service_activator:7.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_ip_service_activator", "product": { "name": "communications_ip_service_activator", "product_id": "CSAFPID-219909", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_ip_service_activator:7.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_messaging_server", "product": { "name": "communications_messaging_server", "product_id": "CSAFPID-816351", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_messaging_server:8.1.0.24.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_messaging_server", "product": { "name": "communications_messaging_server", "product_id": "CSAFPID-1751218", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_messaging_server:8.1.0.26:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_metasolv_solution", "product": { "name": "communications_metasolv_solution", "product_id": "CSAFPID-611595", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_metasolv_solution:6.3.1.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-816353", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:23.2.0.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-816352", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:23.3.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-1503589", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-1503590", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:24.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-1673414", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-816783", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:_general___23.2.0.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-816786", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:_general___23.3.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-816784", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:_install_upgrade___23.2.0.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-816787", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:_install_upgrade___23.3.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-816785", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:_third_party___23.2.0.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-816788", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:_third_party___23.3.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_charging_and_control", "product": { "name": "communications_network_charging_and_control", "product_id": "CSAFPID-342803", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_charging_and_control:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_charging_and_control", "product": { "name": "communications_network_charging_and_control", "product_id": "CSAFPID-1650778", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_charging_and_control:12.0.1.0.0-12.0.6.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_charging_and_control", "product": { "name": "communications_network_charging_and_control", "product_id": "CSAFPID-1266", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_charging_and_control:12.0.6.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_charging_and_control", "product": { "name": "communications_network_charging_and_control", "product_id": "CSAFPID-816354", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_charging_and_control:15.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_charging_and_control", "product": { "name": "communications_network_charging_and_control", "product_id": "CSAFPID-204563", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_charging_and_control:6.0.1.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_integrity", "product": { "name": "communications_network_integrity", "product_id": "CSAFPID-219776", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_integrity:7.3.6.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_offline_mediation_controller", "product": { "name": "communications_offline_mediation_controller", "product_id": "CSAFPID-765242", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_offline_mediation_controller:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_offline_mediation_controller", "product": { "name": "communications_offline_mediation_controller", "product_id": "CSAFPID-916906", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_offline_mediation_controller:12.0.0.8:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_offline_mediation_controller", "product": { "name": "communications_offline_mediation_controller", "product_id": "CSAFPID-1751247", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_offline_mediation_controller:15.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_offline_mediation_controller", "product": { "name": "communications_offline_mediation_controller", "product_id": "CSAFPID-1751248", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_offline_mediation_controller:15.0.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_operations_monitor", "product": { "name": "communications_operations_monitor", "product_id": "CSAFPID-93781", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_operations_monitor:5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_operations_monitor", "product": { "name": "communications_operations_monitor", "product_id": "CSAFPID-220132", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_operations_monitor:5.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_operations_monitor", "product": { "name": "communications_operations_monitor", "product_id": "CSAFPID-912079", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_operations_monitor:5.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_order_and_service_management", "product": { "name": "communications_order_and_service_management", "product_id": "CSAFPID-224790", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_order_and_service_management:7.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_order_and_service_management", "product": { "name": "communications_order_and_service_management", "product_id": "CSAFPID-221118", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_order_and_service_management:7.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_order_and_service_management", "product": { "name": "communications_order_and_service_management", "product_id": "CSAFPID-1673496", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_order_and_service_management:7.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_performance_intelligence", "product": { "name": "communications_performance_intelligence", "product_id": "CSAFPID-1503591", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_performance_intelligence:10.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_policy_management", "product": { "name": "communications_policy_management", "product_id": "CSAFPID-816789", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_policy_management:12.6.1.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_policy_management", "product": { "name": "communications_policy_management", "product_id": "CSAFPID-816790", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_policy_management:15.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_pricing_design_center", "product": { "name": "communications_pricing_design_center", "product_id": "CSAFPID-764738", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_pricing_design_center:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_pricing_design_center", "product": { "name": "communications_pricing_design_center", "product_id": "CSAFPID-816355", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_pricing_design_center:15.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_service_catalog_and_design", "product": { "name": "communications_service_catalog_and_design", "product_id": "CSAFPID-1503601", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_service_catalog_and_design", "product": { "name": "communications_service_catalog_and_design", "product_id": "CSAFPID-816359", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:7.4.0.7.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_service_catalog_and_design", "product": { "name": "communications_service_catalog_and_design", "product_id": "CSAFPID-816358", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:7.4.1.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_service_catalog_and_design", "product": { "name": "communications_service_catalog_and_design", "product_id": "CSAFPID-816357", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:7.4.2.8.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_service_catalog_and_design", "product": { "name": "communications_service_catalog_and_design", "product_id": "CSAFPID-912558", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:8.0.0.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_service_catalog_and_design", "product": { "name": "communications_service_catalog_and_design", "product_id": "CSAFPID-1751233", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:8.0.0.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_service_catalog_and_design", "product": { "name": "communications_service_catalog_and_design", "product_id": "CSAFPID-1503602", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:8.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_service_catalog_and_design", "product": { "name": "communications_service_catalog_and_design", "product_id": "CSAFPID-1751234", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:8.1.0.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_service_catalog_and_design", "product": { "name": "communications_service_catalog_and_design", "product_id": "CSAFPID-816795", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:_psr_designer___7.4.0.7.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_service_catalog_and_design", "product": { "name": "communications_service_catalog_and_design", "product_id": "CSAFPID-816796", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:_psr_designer___7.4.1.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_service_catalog_and_design", "product": { "name": "communications_service_catalog_and_design", "product_id": "CSAFPID-816797", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:_psr_designer___7.4.2.8.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_border_controller", "product": { "name": "communications_session_border_controller", "product_id": "CSAFPID-1503592", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_border_controller:4.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_border_controller", "product": { "name": "communications_session_border_controller", "product_id": "CSAFPID-1503593", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_border_controller:4.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_border_controller", "product": { "name": "communications_session_border_controller", "product_id": "CSAFPID-1672762", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_border_controller:9.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_border_controller", "product": { "name": "communications_session_border_controller", "product_id": "CSAFPID-1503594", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_border_controller:9.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_border_controller", "product": { "name": "communications_session_border_controller", "product_id": "CSAFPID-1503595", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_border_controller:9.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-342804", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-819415", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:9.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-819416", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:9.0.2.0.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-816791", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:9.4.53:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-240600", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-1673382", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:5.5.0-5.5.22:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-1650731", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.0-6.0.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-1673530", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.0-6.0.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-1751235", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.1-6.0.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-1751296", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.4-6.0.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_inventory_management", "product": { "name": "communications_unified_inventory_management", "product_id": "CSAFPID-764739", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_inventory_management", "product": { "name": "communications_unified_inventory_management", "product_id": "CSAFPID-8984", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_inventory_management", "product": { "name": "communications_unified_inventory_management", "product_id": "CSAFPID-204510", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_inventory_management", "product": { "name": "communications_unified_inventory_management", "product_id": "CSAFPID-204569", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_inventory_management", "product": { "name": "communications_unified_inventory_management", "product_id": "CSAFPID-219826", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_inventory_management", "product": { "name": "communications_unified_inventory_management", "product_id": "CSAFPID-912073", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.5.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_user_data_repository", "product": { "name": "communications_user_data_repository", "product_id": "CSAFPID-1503596", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.11.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_user_data_repository", "product": { "name": "communications_user_data_repository", "product_id": "CSAFPID-1503597", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.11.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_user_data_repository", "product": { "name": "communications_user_data_repository", "product_id": "CSAFPID-1503598", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.11.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_user_data_repository", "product": { "name": "communications_user_data_repository", "product_id": "CSAFPID-1751217", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.11:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_user_data_repository", "product": { "name": "communications_user_data_repository", "product_id": "CSAFPID-912080", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:14.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_user_data_repository", "product": { "name": "communications_user_data_repository", "product_id": "CSAFPID-1673481", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:14.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_user_data_repository", "product": { "name": "communications_user_data_repository", "product_id": "CSAFPID-1751258", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:15.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_webrtc_session_controller", "product": { "name": "communications_webrtc_session_controller", "product_id": "CSAFPID-912554", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_webrtc_session_controller:*:*:*:*:*:*:*:*" } } } ], "category": "vendor", "name": "oracle" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-41727", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-1673530" ] }, "references": [ { "category": "self", "summary": "CVE-2022-41727", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-41727.json" } ], "title": "CVE-2022-41727" }, { "cve": "CVE-2023-4408", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "references": [ { "category": "self", "summary": "CVE-2023-4408", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-4408.json" } ], "title": "CVE-2023-4408" }, { "cve": "CVE-2023-5678", "cwe": { "id": "CWE-754", "name": "Improper Check for Unusual or Exceptional Conditions" }, "notes": [ { "category": "other", "text": "Improper Check for Unusual or Exceptional Conditions", "title": "CWE-754" }, { "category": "other", "text": "Missing Cryptographic Step", "title": "CWE-325" }, { "category": "other", "text": "Unchecked Input for Loop Condition", "title": "CWE-606" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-764237", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-816773", "CSAFPID-816348", "CSAFPID-764240", "CSAFPID-614517", "CSAFPID-224795", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-342804", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-219776", "CSAFPID-765242", "CSAFPID-764739", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-912073", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-912077", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912085", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] }, "references": [ { "category": "self", "summary": "CVE-2023-5678", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5678.json" } ], "title": "CVE-2023-5678" }, { "cve": "CVE-2023-5981", "cwe": { "id": "CWE-203", "name": "Observable Discrepancy" }, "notes": [ { "category": "other", "text": "Observable Discrepancy", "title": "CWE-203" } ], "product_status": { "known_affected": [ "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1751217", "CSAFPID-1673481" ] }, "references": [ { "category": "self", "summary": "CVE-2023-5981", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5981.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1751217", "CSAFPID-1673481" ] } ], "title": "CVE-2023-5981" }, { "cve": "CVE-2023-6597", "cwe": { "id": "CWE-61", "name": "UNIX Symbolic Link (Symlink) Following" }, "notes": [ { "category": "other", "text": "UNIX Symbolic Link (Symlink) Following", "title": "CWE-61" } ], "product_status": { "known_affected": [ "CSAFPID-1673395", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1673396", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1751097" ] }, "references": [ { "category": "self", "summary": "CVE-2023-6597", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-6597.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673395", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1673396", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1751097" ] } ], "title": "CVE-2023-6597" }, { "cve": "CVE-2023-7256", "cwe": { "id": "CWE-415", "name": "Double Free" }, "notes": [ { "category": "other", "text": "Double Free", "title": "CWE-415" } ], "product_status": { "known_affected": [ "CSAFPID-220132", "CSAFPID-1751084", "CSAFPID-912079" ] }, "references": [ { "category": "self", "summary": "CVE-2023-7256", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-7256.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-220132", "CSAFPID-1751084", "CSAFPID-912079" ] } ], "title": "CVE-2023-7256" }, { "cve": "CVE-2023-29407", "cwe": { "id": "CWE-834", "name": "Excessive Iteration" }, "notes": [ { "category": "other", "text": "Excessive Iteration", "title": "CWE-834" } ], "product_status": { "known_affected": [ "CSAFPID-1673530" ] }, "references": [ { "category": "self", "summary": "CVE-2023-29407", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-29407.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673530" ] } ], "title": "CVE-2023-29407" }, { "cve": "CVE-2023-29408", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-1673530", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] }, "references": [ { "category": "self", "summary": "CVE-2023-29408", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-29408.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673530", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] } ], "title": "CVE-2023-29408" }, { "cve": "CVE-2023-40577", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "title": "CWE-79" } ], "product_status": { "known_affected": [ "CSAFPID-1751208", "CSAFPID-1751209" ] }, "references": [ { "category": "self", "summary": "CVE-2023-40577", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-40577.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-1751208", "CSAFPID-1751209" ] } ], "title": "CVE-2023-40577" }, { "cve": "CVE-2023-46218", "cwe": { "id": "CWE-201", "name": "Insertion of Sensitive Information Into Sent Data" }, "notes": [ { "category": "other", "text": "Insertion of Sensitive Information Into Sent Data", "title": "CWE-201" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-224795", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611413", "CSAFPID-614517", "CSAFPID-764237", "CSAFPID-764240", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-764826", "CSAFPID-765242", "CSAFPID-816348", "CSAFPID-816773", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912068", "CSAFPID-912073", "CSAFPID-912076", "CSAFPID-912077", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912085", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-1751211" ] }, "references": [ { "category": "self", "summary": "CVE-2023-46218", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-46218.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-224795", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611413", "CSAFPID-614517", "CSAFPID-764237", "CSAFPID-764240", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-764826", "CSAFPID-765242", "CSAFPID-816348", "CSAFPID-816773", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912068", "CSAFPID-912073", "CSAFPID-912076", "CSAFPID-912077", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912085", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-1751211" ] } ], "title": "CVE-2023-46218" }, { "cve": "CVE-2023-46219", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "other", "text": "Missing Encryption of Sensitive Data", "title": "CWE-311" } ], "product_status": { "known_affected": [ "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-912539", "CSAFPID-816773", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912101", "CSAFPID-912544", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-912545", "CSAFPID-764240", "CSAFPID-912546", "CSAFPID-614517", "CSAFPID-912547", "CSAFPID-224795", "CSAFPID-912548", "CSAFPID-912102", "CSAFPID-912549", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912553", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-342804", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-765242", "CSAFPID-912073", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-1751211" ] }, "references": [ { "category": "self", "summary": "CVE-2023-46219", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-46219.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-912539", "CSAFPID-816773", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912101", "CSAFPID-912544", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-912545", "CSAFPID-764240", "CSAFPID-912546", "CSAFPID-614517", "CSAFPID-912547", "CSAFPID-224795", "CSAFPID-912548", "CSAFPID-912102", "CSAFPID-912549", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912553", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-342804", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-765242", "CSAFPID-912073", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-1751211" ] } ], "title": "CVE-2023-46219" }, { "cve": "CVE-2023-46604", "cwe": { "id": "CWE-502", "name": "Deserialization of Untrusted Data" }, "notes": [ { "category": "other", "text": "Deserialization of Untrusted Data", "title": "CWE-502" } ], "product_status": { "known_affected": [ "CSAFPID-94291", "CSAFPID-40293", "CSAFPID-1265", "CSAFPID-1261", "CSAFPID-1266", "CSAFPID-8984", "CSAFPID-764237", "CSAFPID-764240", "CSAFPID-224795", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-219776", "CSAFPID-765242", "CSAFPID-764739", "CSAFPID-219826", "CSAFPID-204510", "CSAFPID-204563", "CSAFPID-204569", "CSAFPID-204622", "CSAFPID-219803", "CSAFPID-219838", "CSAFPID-219909", "CSAFPID-221118", "CSAFPID-224790", "CSAFPID-224793", "CSAFPID-240600", "CSAFPID-342793", "CSAFPID-342803", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611413", "CSAFPID-611595", "CSAFPID-614517", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764738", "CSAFPID-816346", "CSAFPID-816347", "CSAFPID-816348", "CSAFPID-816349", "CSAFPID-816350", "CSAFPID-816351", "CSAFPID-816352", "CSAFPID-816353", "CSAFPID-816354", "CSAFPID-816355", "CSAFPID-816357", "CSAFPID-816358", "CSAFPID-816359", "CSAFPID-816765", "CSAFPID-816766", "CSAFPID-816767", "CSAFPID-816768", "CSAFPID-816769", "CSAFPID-816770", "CSAFPID-816771", "CSAFPID-816772", "CSAFPID-816773", "CSAFPID-816774", "CSAFPID-816775", "CSAFPID-816776", "CSAFPID-816777", "CSAFPID-816778", "CSAFPID-816779", "CSAFPID-816780", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-816783", "CSAFPID-816784", "CSAFPID-816785", "CSAFPID-816786", "CSAFPID-816787", "CSAFPID-816788", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-816791", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-816794", "CSAFPID-816795", "CSAFPID-816796", "CSAFPID-816797", "CSAFPID-912068", "CSAFPID-912073", "CSAFPID-912076", "CSAFPID-912077", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912085", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-1751104" ] }, "references": [ { "category": "self", "summary": "CVE-2023-46604", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-46604.json" } ], "scores": [ { "cvss_v3": { "baseScore": 10.0, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-94291", "CSAFPID-40293", "CSAFPID-1265", "CSAFPID-1261", "CSAFPID-1266", "CSAFPID-8984", "CSAFPID-764237", "CSAFPID-764240", "CSAFPID-224795", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-219776", "CSAFPID-765242", "CSAFPID-764739", "CSAFPID-219826", "CSAFPID-204510", "CSAFPID-204563", "CSAFPID-204569", "CSAFPID-204622", "CSAFPID-219803", "CSAFPID-219838", "CSAFPID-219909", "CSAFPID-221118", "CSAFPID-224790", "CSAFPID-224793", "CSAFPID-240600", "CSAFPID-342793", "CSAFPID-342803", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611413", "CSAFPID-611595", "CSAFPID-614517", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764738", "CSAFPID-816346", "CSAFPID-816347", "CSAFPID-816348", "CSAFPID-816349", "CSAFPID-816350", "CSAFPID-816351", "CSAFPID-816352", "CSAFPID-816353", "CSAFPID-816354", "CSAFPID-816355", "CSAFPID-816357", "CSAFPID-816358", "CSAFPID-816359", "CSAFPID-816765", "CSAFPID-816766", "CSAFPID-816767", "CSAFPID-816768", "CSAFPID-816769", "CSAFPID-816770", "CSAFPID-816771", "CSAFPID-816772", "CSAFPID-816773", "CSAFPID-816774", "CSAFPID-816775", "CSAFPID-816776", "CSAFPID-816777", "CSAFPID-816778", "CSAFPID-816779", "CSAFPID-816780", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-816783", "CSAFPID-816784", "CSAFPID-816785", "CSAFPID-816786", "CSAFPID-816787", "CSAFPID-816788", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-816791", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-816794", "CSAFPID-816795", "CSAFPID-816796", "CSAFPID-816797", "CSAFPID-912068", "CSAFPID-912073", "CSAFPID-912076", "CSAFPID-912077", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912085", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-1751104" ] } ], "title": "CVE-2023-46604" }, { "cve": "CVE-2023-50868", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "references": [ { "category": "self", "summary": "CVE-2023-50868", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-50868.json" } ], "title": "CVE-2023-50868" }, { "cve": "CVE-2024-0232", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "other", "text": "Use After Free", "title": "CWE-416" } ], "product_status": { "known_affected": [ "CSAFPID-1650777", "CSAFPID-1650778", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1751218", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] }, "references": [ { "category": "self", "summary": "CVE-2024-0232", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0232.json" } ], "title": "CVE-2024-0232" }, { "cve": "CVE-2024-0397", "product_status": { "known_affected": [ "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1673530" ] }, "references": [ { "category": "self", "summary": "CVE-2024-0397", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0397.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1673530" ] } ], "title": "CVE-2024-0397" }, { "cve": "CVE-2024-0450", "cwe": { "id": "CWE-450", "name": "Multiple Interpretations of UI Input" }, "notes": [ { "category": "other", "text": "Multiple Interpretations of UI Input", "title": "CWE-450" }, { "category": "other", "text": "Asymmetric Resource Consumption (Amplification)", "title": "CWE-405" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1727475", "CSAFPID-1751097" ] }, "references": [ { "category": "self", "summary": "CVE-2024-0450", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0450.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1727475", "CSAFPID-1751097" ] } ], "title": "CVE-2024-0450" }, { "cve": "CVE-2024-1442", "cwe": { "id": "CWE-269", "name": "Improper Privilege Management" }, "notes": [ { "category": "other", "text": "Improper Privilege Management", "title": "CWE-269" } ], "product_status": { "known_affected": [ "CSAFPID-1673530", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] }, "references": [ { "category": "self", "summary": "CVE-2024-1442", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-1442.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.0, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-1673530", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] } ], "title": "CVE-2024-1442" }, { "cve": "CVE-2024-2961", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1672762", "CSAFPID-1672764", "CSAFPID-1672767", "CSAFPID-1673396", "CSAFPID-1673395", "CSAFPID-1673494", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1727475", "CSAFPID-1751097", "CSAFPID-1751237" ] }, "references": [ { "category": "self", "summary": "CVE-2024-2961", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-2961.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1672762", "CSAFPID-1672764", "CSAFPID-1672767", "CSAFPID-1673396", "CSAFPID-1673395", "CSAFPID-1673494", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1727475", "CSAFPID-1751097", "CSAFPID-1751237" ] } ], "title": "CVE-2024-2961" }, { "cve": "CVE-2024-3596", "cwe": { "id": "CWE-924", "name": "Improper Enforcement of Message Integrity During Transmission in a Communication Channel" }, "notes": [ { "category": "other", "text": "Improper Enforcement of Message Integrity During Transmission in a Communication Channel", "title": "CWE-924" }, { "category": "other", "text": "Use of Weak Hash", "title": "CWE-328" }, { "category": "other", "text": "Authentication Bypass by Capture-replay", "title": "CWE-294" }, { "category": "other", "text": "Use of Password Hash Instead of Password for Authentication", "title": "CWE-836" }, { "category": "other", "text": "Use of a Broken or Risky Cryptographic Algorithm", "title": "CWE-327" }, { "category": "other", "text": "User Interface (UI) Misrepresentation of Critical Information", "title": "CWE-451" }, { "category": "other", "text": "Improper Validation of Integrity Check Value", "title": "CWE-354" } ], "product_status": { "known_affected": [ "CSAFPID-1751090", "CSAFPID-912079", "CSAFPID-220132", "CSAFPID-1751253" ] }, "references": [ { "category": "self", "summary": "CVE-2024-3596", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-3596.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.0, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1751090", "CSAFPID-912079", "CSAFPID-220132", "CSAFPID-1751253" ] } ], "title": "CVE-2024-3596" }, { "cve": "CVE-2024-4030", "cwe": { "id": "CWE-276", "name": "Incorrect Default Permissions" }, "notes": [ { "category": "other", "text": "Incorrect Default Permissions", "title": "CWE-276" } ], "product_status": { "known_affected": [ "CSAFPID-1673530" ] }, "references": [ { "category": "self", "summary": "CVE-2024-4030", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4030.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673530" ] } ], "title": "CVE-2024-4030" }, { "cve": "CVE-2024-4032", "cwe": { "id": "CWE-440", "name": "Expected Behavior Violation" }, "notes": [ { "category": "other", "text": "Expected Behavior Violation", "title": "CWE-440" } ], "product_status": { "known_affected": [ "CSAFPID-1673530" ] }, "references": [ { "category": "self", "summary": "CVE-2024-4032", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4032.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673530" ] } ], "title": "CVE-2024-4032" }, { "cve": "CVE-2024-5535", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" }, { "category": "other", "text": "Improper Restriction of Operations within the Bounds of a Memory Buffer", "title": "CWE-119" }, { "category": "other", "text": "Dependency on Vulnerable Third-Party Component", "title": "CWE-1395" } ], "product_status": { "known_affected": [ "CSAFPID-1751090", "CSAFPID-1751253" ] }, "references": [ { "category": "self", "summary": "CVE-2024-5535", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5535.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.1, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1751090", "CSAFPID-1751253" ] } ], "title": "CVE-2024-5535" }, { "cve": "CVE-2024-6119", "cwe": { "id": "CWE-843", "name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)" }, "notes": [ { "category": "other", "text": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)", "title": "CWE-843" } ], "product_status": { "known_affected": [ "CSAFPID-1751209" ] }, "references": [ { "category": "self", "summary": "CVE-2024-6119", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6119.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.1, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1751209" ] } ], "title": "CVE-2024-6119" }, { "cve": "CVE-2024-6162", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650752", "CSAFPID-1650751", "CSAFPID-1673526", "CSAFPID-1673399", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1727475", "CSAFPID-1751303", "CSAFPID-1650820", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] }, "references": [ { "category": "self", "summary": "CVE-2024-6162", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6162.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650752", "CSAFPID-1650751", "CSAFPID-1673526", "CSAFPID-1673399", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1727475", "CSAFPID-1751303", "CSAFPID-1650820", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] } ], "title": "CVE-2024-6162" }, { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "notes": [ { "category": "other", "text": "Inefficient Regular Expression Complexity", "title": "CWE-1333" } ], "product_status": { "known_affected": [ "CSAFPID-1673530" ] }, "references": [ { "category": "self", "summary": "CVE-2024-6232", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6232.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673530" ] } ], "title": "CVE-2024-6232" }, { "cve": "CVE-2024-7254", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" }, { "category": "other", "text": "Uncontrolled Recursion", "title": "CWE-674" } ], "product_status": { "known_affected": [ "CSAFPID-912549", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673391", "CSAFPID-1673394", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1751225", "CSAFPID-1751233", "CSAFPID-1673530", "CSAFPID-1751234", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] }, "references": [ { "category": "self", "summary": "CVE-2024-7254", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-7254.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.2, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-912549", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673391", "CSAFPID-1673394", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1751225", "CSAFPID-1751233", "CSAFPID-1673530", "CSAFPID-1751234", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] } ], "title": "CVE-2024-7254" }, { "cve": "CVE-2024-7592", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1673530", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] }, "references": [ { "category": "self", "summary": "CVE-2024-7592", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-7592.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673530", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] } ], "title": "CVE-2024-7592" }, { "cve": "CVE-2024-7885", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" }, { "category": "other", "text": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)", "title": "CWE-362" } ], "product_status": { "known_affected": [ "CSAFPID-1673526", "CSAFPID-1673399", "CSAFPID-1751080", "CSAFPID-1751090", "CSAFPID-1751079", "CSAFPID-1751225", "CSAFPID-1672767", "CSAFPID-1751241", "CSAFPID-1751081", "CSAFPID-1751084", "CSAFPID-1673393", "CSAFPID-1751085", "CSAFPID-1751231" ] }, "references": [ { "category": "self", "summary": "CVE-2024-7885", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-7885.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673526", "CSAFPID-1673399", "CSAFPID-1751080", "CSAFPID-1751090", "CSAFPID-1751079", "CSAFPID-1751225", "CSAFPID-1672767", "CSAFPID-1751241", "CSAFPID-1751081", "CSAFPID-1751084", "CSAFPID-1673393", "CSAFPID-1751085", "CSAFPID-1751231" ] } ], "title": "CVE-2024-7885" }, { "cve": "CVE-2024-8006", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" } ], "product_status": { "known_affected": [ "CSAFPID-220132", "CSAFPID-1751084", "CSAFPID-912079" ] }, "references": [ { "category": "self", "summary": "CVE-2024-8006", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-8006.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-220132", "CSAFPID-1751084", "CSAFPID-912079" ] } ], "title": "CVE-2024-8006" }, { "cve": "CVE-2024-9143", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-1751253" ] }, "references": [ { "category": "self", "summary": "CVE-2024-9143", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-9143.json" } ], "title": "CVE-2024-9143" }, { "cve": "CVE-2024-22195", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "title": "CWE-79" } ], "product_status": { "known_affected": [ "CSAFPID-764237", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-816773", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-764240", "CSAFPID-614517", "CSAFPID-224795", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-342804", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-219776", "CSAFPID-765242", "CSAFPID-764739", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-912073", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912085", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-1751225", "CSAFPID-1751079", "CSAFPID-1751081", "CSAFPID-1673393", "CSAFPID-1751085" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22195", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22195.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-764237", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-816773", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-764240", "CSAFPID-614517", "CSAFPID-224795", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-342804", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-219776", "CSAFPID-765242", "CSAFPID-764739", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-912073", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912085", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-1751225", "CSAFPID-1751079", "CSAFPID-1751081", "CSAFPID-1673393", "CSAFPID-1751085" ] } ], "title": "CVE-2024-22195" }, { "cve": "CVE-2024-24786", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "notes": [ { "category": "other", "text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)", "title": "CWE-835" } ], "product_status": { "known_affected": [ "CSAFPID-1673530", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] }, "references": [ { "category": "self", "summary": "CVE-2024-24786", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-24786.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673530", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] } ], "title": "CVE-2024-24786" }, { "cve": "CVE-2024-24791", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-1751208", "CSAFPID-1751209" ] }, "references": [ { "category": "self", "summary": "CVE-2024-24791", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-24791.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1751208", "CSAFPID-1751209" ] } ], "title": "CVE-2024-24791" }, { "cve": "CVE-2024-25638", "cwe": { "id": "CWE-345", "name": "Insufficient Verification of Data Authenticity" }, "notes": [ { "category": "other", "text": "Insufficient Verification of Data Authenticity", "title": "CWE-345" }, { "category": "other", "text": "Acceptance of Extraneous Untrusted Data With Trusted Data", "title": "CWE-349" } ], "product_status": { "known_affected": [ "CSAFPID-912549", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1751225", "CSAFPID-1751079", "CSAFPID-1751229", "CSAFPID-1751230", "CSAFPID-1751081", "CSAFPID-1751084", "CSAFPID-1673393", "CSAFPID-1751085", "CSAFPID-1751231" ] }, "references": [ { "category": "self", "summary": "CVE-2024-25638", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-25638.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.9, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:L", "version": "3.1" }, "products": [ "CSAFPID-912549", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1751225", "CSAFPID-1751079", "CSAFPID-1751229", "CSAFPID-1751230", "CSAFPID-1751081", "CSAFPID-1751084", "CSAFPID-1673393", "CSAFPID-1751085", "CSAFPID-1751231" ] } ], "title": "CVE-2024-25638" }, { "cve": "CVE-2024-25710", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "notes": [ { "category": "other", "text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)", "title": "CWE-835" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-816773", "CSAFPID-912101", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-764240", "CSAFPID-614517", "CSAFPID-224795", "CSAFPID-912102", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-342804", "CSAFPID-912080", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-219776", "CSAFPID-765242", "CSAFPID-764739", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-912073", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-1727475", "CSAFPID-1751218" ] }, "references": [ { "category": "self", "summary": "CVE-2024-25710", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-25710.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-816773", "CSAFPID-912101", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-764240", "CSAFPID-614517", "CSAFPID-224795", "CSAFPID-912102", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-342804", "CSAFPID-912080", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-219776", "CSAFPID-765242", "CSAFPID-764739", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-912073", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-1727475", "CSAFPID-1751218" ] } ], "title": "CVE-2024-25710" }, { "cve": "CVE-2024-26308", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1670429", "CSAFPID-1670430", "CSAFPID-1670431", "CSAFPID-1670432", "CSAFPID-1670433", "CSAFPID-1670434", "CSAFPID-1670435", "CSAFPID-1670436", "CSAFPID-1670437", "CSAFPID-1670438", "CSAFPID-1670439", "CSAFPID-1670440", "CSAFPID-1670441", "CSAFPID-1670442", "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-224795", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611413", "CSAFPID-614517", "CSAFPID-764237", "CSAFPID-764240", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-764826", "CSAFPID-765242", "CSAFPID-816348", "CSAFPID-816773", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912068", "CSAFPID-912073", "CSAFPID-912076", "CSAFPID-912077", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912085", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-1727475", "CSAFPID-1751218", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] }, "references": [ { "category": "self", "summary": "CVE-2024-26308", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-26308.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1670429", "CSAFPID-1670430", "CSAFPID-1670431", "CSAFPID-1670432", "CSAFPID-1670433", "CSAFPID-1670434", "CSAFPID-1670435", "CSAFPID-1670436", "CSAFPID-1670437", "CSAFPID-1670438", "CSAFPID-1670439", "CSAFPID-1670440", "CSAFPID-1670441", "CSAFPID-1670442", "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-224795", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611413", "CSAFPID-614517", "CSAFPID-764237", "CSAFPID-764240", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-764826", "CSAFPID-765242", "CSAFPID-816348", "CSAFPID-816773", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912068", "CSAFPID-912073", "CSAFPID-912076", "CSAFPID-912077", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912085", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-1727475", "CSAFPID-1751218", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] } ], "title": "CVE-2024-26308" }, { "cve": "CVE-2024-27309", "cwe": { "id": "CWE-284", "name": "Improper Access Control" }, "notes": [ { "category": "other", "text": "Improper Access Control", "title": "CWE-284" }, { "category": "other", "text": "Incorrect Authorization", "title": "CWE-863" } ], "product_status": { "known_affected": [ "CSAFPID-1751233", "CSAFPID-1751234", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] }, "references": [ { "category": "self", "summary": "CVE-2024-27309", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-27309.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1751233", "CSAFPID-1751234", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] } ], "title": "CVE-2024-27309" }, { "cve": "CVE-2024-28219", "cwe": { "id": "CWE-120", "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)" }, "notes": [ { "category": "other", "text": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)", "title": "CWE-120" }, { "category": "other", "text": "Use of Potentially Dangerous Function", "title": "CWE-676" }, { "category": "other", "text": "Integer Overflow to Buffer Overflow", "title": "CWE-680" } ], "product_status": { "known_affected": [ "CSAFPID-1751079", "CSAFPID-1751225", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1751085", "CSAFPID-912547" ] }, "references": [ { "category": "self", "summary": "CVE-2024-28219", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28219.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.3, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "CSAFPID-1751079", "CSAFPID-1751225", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1751085", "CSAFPID-912547" ] } ], "title": "CVE-2024-28219" }, { "cve": "CVE-2024-28834", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" }, { "category": "other", "text": "Use of a Broken or Risky Cryptographic Algorithm", "title": "CWE-327" } ], "product_status": { "known_affected": [ "CSAFPID-1673481", "CSAFPID-1751217", "CSAFPID-1503590" ] }, "references": [ { "category": "self", "summary": "CVE-2024-28834", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28834.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673481", "CSAFPID-1751217", "CSAFPID-1503590" ] } ], "title": "CVE-2024-28834" }, { "cve": "CVE-2024-28835", "cwe": { "id": "CWE-248", "name": "Uncaught Exception" }, "notes": [ { "category": "other", "text": "Uncaught Exception", "title": "CWE-248" } ], "product_status": { "known_affected": [ "CSAFPID-1673481", "CSAFPID-1751217", "CSAFPID-1503590" ] }, "references": [ { "category": "self", "summary": "CVE-2024-28835", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28835.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673481", "CSAFPID-1751217", "CSAFPID-1503590" ] } ], "title": "CVE-2024-28835" }, { "cve": "CVE-2024-28849", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673414", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1727475", "CSAFPID-1751235", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] }, "references": [ { "category": "self", "summary": "CVE-2024-28849", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28849.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673414", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1727475", "CSAFPID-1751235", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] } ], "title": "CVE-2024-28849" }, { "cve": "CVE-2024-29025", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650752", "CSAFPID-1650751", "CSAFPID-1673494", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1727475", "CSAFPID-1751233", "CSAFPID-1751218", "CSAFPID-1751234", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] }, "references": [ { "category": "self", "summary": "CVE-2024-29025", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29025.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.3, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650752", "CSAFPID-1650751", "CSAFPID-1673494", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1727475", "CSAFPID-1751233", "CSAFPID-1751218", "CSAFPID-1751234", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] } ], "title": "CVE-2024-29025" }, { "cve": "CVE-2024-29131", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-1650820", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-1673496", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1673530" ] }, "references": [ { "category": "self", "summary": "CVE-2024-29131", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29131.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1650820", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-1673496", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1673530" ] } ], "title": "CVE-2024-29131" }, { "cve": "CVE-2024-29133", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-1650820", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-1673496", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1673530", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] }, "references": [ { "category": "self", "summary": "CVE-2024-29133", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29133.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.3, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-1650820", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-1673496", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1673530", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] } ], "title": "CVE-2024-29133" }, { "cve": "CVE-2024-33599", "cwe": { "id": "CWE-119", "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer" }, "notes": [ { "category": "other", "text": "Improper Restriction of Operations within the Bounds of a Memory Buffer", "title": "CWE-119" }, { "category": "other", "text": "Stack-based Buffer Overflow", "title": "CWE-121" } ], "product_status": { "known_affected": [ "CSAFPID-912549", "CSAFPID-1673396", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1672762", "CSAFPID-1673395", "CSAFPID-1672764", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673494", "CSAFPID-1751237" ] }, "references": [ { "category": "self", "summary": "CVE-2024-33599", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-33599.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.6, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-912549", "CSAFPID-1673396", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1672762", "CSAFPID-1673395", "CSAFPID-1672764", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673494", "CSAFPID-1751237" ] } ], "title": "CVE-2024-33599" }, { "cve": "CVE-2024-33600", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" } ], "product_status": { "known_affected": [ "CSAFPID-912549", "CSAFPID-1673396", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1672762", "CSAFPID-1673395", "CSAFPID-1672764", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673494", "CSAFPID-1751237" ] }, "references": [ { "category": "self", "summary": "CVE-2024-33600", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-33600.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.6, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-912549", "CSAFPID-1673396", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1672762", "CSAFPID-1673395", "CSAFPID-1672764", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673494", "CSAFPID-1751237" ] } ], "title": "CVE-2024-33600" }, { "cve": "CVE-2024-33601", "cwe": { "id": "CWE-703", "name": "Improper Check or Handling of Exceptional Conditions" }, "notes": [ { "category": "other", "text": "Improper Check or Handling of Exceptional Conditions", "title": "CWE-703" }, { "category": "other", "text": "Reachable Assertion", "title": "CWE-617" } ], "product_status": { "known_affected": [ "CSAFPID-912549", "CSAFPID-1673396", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1672762", "CSAFPID-1673395", "CSAFPID-1672764", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673494", "CSAFPID-1751237" ] }, "references": [ { "category": "self", "summary": "CVE-2024-33601", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-33601.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.6, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-912549", "CSAFPID-1673396", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1672762", "CSAFPID-1673395", "CSAFPID-1672764", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673494", "CSAFPID-1751237" ] } ], "title": "CVE-2024-33601" }, { "cve": "CVE-2024-33602", "cwe": { "id": "CWE-466", "name": "Return of Pointer Value Outside of Expected Range" }, "notes": [ { "category": "other", "text": "Return of Pointer Value Outside of Expected Range", "title": "CWE-466" }, { "category": "other", "text": "Improper Check or Handling of Exceptional Conditions", "title": "CWE-703" } ], "product_status": { "known_affected": [ "CSAFPID-912549", "CSAFPID-1673396", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1672762", "CSAFPID-1673395", "CSAFPID-1672764", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673494", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1751237" ] }, "references": [ { "category": "self", "summary": "CVE-2024-33602", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-33602.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.6, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-912549", "CSAFPID-1673396", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1672762", "CSAFPID-1673395", "CSAFPID-1672764", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673494", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1751237" ] } ], "title": "CVE-2024-33602" }, { "cve": "CVE-2024-34064", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "title": "CWE-79" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1727475", "CSAFPID-1751238", "CSAFPID-1751225", "CSAFPID-1751079", "CSAFPID-1751081", "CSAFPID-1673393", "CSAFPID-1751239", "CSAFPID-1751082", "CSAFPID-1751240", "CSAFPID-1672767", "CSAFPID-1751241", "CSAFPID-1673481", "CSAFPID-1751085" ] }, "references": [ { "category": "self", "summary": "CVE-2024-34064", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-34064.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1727475", "CSAFPID-1751238", "CSAFPID-1751225", "CSAFPID-1751079", "CSAFPID-1751081", "CSAFPID-1673393", "CSAFPID-1751239", "CSAFPID-1751082", "CSAFPID-1751240", "CSAFPID-1672767", "CSAFPID-1751241", "CSAFPID-1673481", "CSAFPID-1751085" ] } ], "title": "CVE-2024-34064" }, { "cve": "CVE-2024-34750", "cwe": { "id": "CWE-755", "name": "Improper Handling of Exceptional Conditions" }, "notes": [ { "category": "other", "text": "Improper Handling of Exceptional Conditions", "title": "CWE-755" }, { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1673481", "CSAFPID-1503596", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1751242", "CSAFPID-1751243", "CSAFPID-1751079", "CSAFPID-1751225", "CSAFPID-1751085" ] }, "references": [ { "category": "self", "summary": "CVE-2024-34750", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-34750.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673481", "CSAFPID-1503596", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1751242", "CSAFPID-1751243", "CSAFPID-1751079", "CSAFPID-1751225", "CSAFPID-1751085" ] } ], "title": "CVE-2024-34750" }, { "cve": "CVE-2024-35195", "cwe": { "id": "CWE-670", "name": "Always-Incorrect Control Flow Implementation" }, "notes": [ { "category": "other", "text": "Always-Incorrect Control Flow Implementation", "title": "CWE-670" } ], "product_status": { "known_affected": [ "CSAFPID-1751246", "CSAFPID-1751247", "CSAFPID-1751248", "CSAFPID-1673530", "CSAFPID-1673393", "CSAFPID-1751239", "CSAFPID-220132", "CSAFPID-1751082", "CSAFPID-1672767", "CSAFPID-1751241", "CSAFPID-912079", "CSAFPID-916906", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] }, "references": [ { "category": "self", "summary": "CVE-2024-35195", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35195.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1751246", "CSAFPID-1751247", "CSAFPID-1751248", "CSAFPID-1673530", "CSAFPID-1673393", "CSAFPID-1751239", "CSAFPID-220132", "CSAFPID-1751082", "CSAFPID-1672767", "CSAFPID-1751241", "CSAFPID-912079", "CSAFPID-916906", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] } ], "title": "CVE-2024-35195" }, { "cve": "CVE-2024-37370", "cwe": { "id": "CWE-130", "name": "Improper Handling of Length Parameter Inconsistency" }, "notes": [ { "category": "other", "text": "Improper Handling of Length Parameter Inconsistency", "title": "CWE-130" } ], "product_status": { "known_affected": [ "CSAFPID-912549", "CSAFPID-1673413", "CSAFPID-1673414", "CSAFPID-1673396", "CSAFPID-1503590", "CSAFPID-1673393", "CSAFPID-1673395", "CSAFPID-1673399", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673392", "CSAFPID-1503589", "CSAFPID-1673415", "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1751237", "CSAFPID-1751254", "CSAFPID-1751217", "CSAFPID-1673481", "CSAFPID-1751255" ] }, "references": [ { "category": "self", "summary": "CVE-2024-37370", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37370.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.1, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-912549", "CSAFPID-1673413", "CSAFPID-1673414", "CSAFPID-1673396", "CSAFPID-1503590", "CSAFPID-1673393", "CSAFPID-1673395", "CSAFPID-1673399", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673392", "CSAFPID-1503589", "CSAFPID-1673415", "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1751237", "CSAFPID-1751254", "CSAFPID-1751217", "CSAFPID-1673481", "CSAFPID-1751255" ] } ], "title": "CVE-2024-37370" }, { "cve": "CVE-2024-37371", "cwe": { "id": "CWE-130", "name": "Improper Handling of Length Parameter Inconsistency" }, "notes": [ { "category": "other", "text": "Improper Handling of Length Parameter Inconsistency", "title": "CWE-130" } ], "product_status": { "known_affected": [ "CSAFPID-912549", "CSAFPID-1673413", "CSAFPID-1673414", "CSAFPID-1673396", "CSAFPID-1503590", "CSAFPID-1673393", "CSAFPID-1673395", "CSAFPID-1673399", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673392", "CSAFPID-1503589", "CSAFPID-1673415", "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1751237", "CSAFPID-1751254", "CSAFPID-1751217", "CSAFPID-1673481", "CSAFPID-1751255", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] }, "references": [ { "category": "self", "summary": "CVE-2024-37371", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37371.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.1, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-912549", "CSAFPID-1673413", "CSAFPID-1673414", "CSAFPID-1673396", "CSAFPID-1503590", "CSAFPID-1673393", "CSAFPID-1673395", "CSAFPID-1673399", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673392", "CSAFPID-1503589", "CSAFPID-1673415", "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1751237", "CSAFPID-1751254", "CSAFPID-1751217", "CSAFPID-1673481", "CSAFPID-1751255", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] } ], "title": "CVE-2024-37371" }, { "cve": "CVE-2024-37891", "cwe": { "id": "CWE-669", "name": "Incorrect Resource Transfer Between Spheres" }, "notes": [ { "category": "other", "text": "Incorrect Resource Transfer Between Spheres", "title": "CWE-669" } ], "product_status": { "known_affected": [ "CSAFPID-1673395", "CSAFPID-1673396", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1751225", "CSAFPID-1751254", "CSAFPID-1673530", "CSAFPID-1751217", "CSAFPID-1751255", "CSAFPID-816790", "CSAFPID-1751258", "CSAFPID-1673481", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] }, "references": [ { "category": "self", "summary": "CVE-2024-37891", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37891.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673395", "CSAFPID-1673396", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1751225", "CSAFPID-1751254", "CSAFPID-1673530", "CSAFPID-1751217", "CSAFPID-1751255", "CSAFPID-816790", "CSAFPID-1751258", "CSAFPID-1673481", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] } ], "title": "CVE-2024-37891" }, { "cve": "CVE-2024-38475", "cwe": { "id": "CWE-284", "name": "Improper Access Control" }, "notes": [ { "category": "other", "text": "Improper Access Control", "title": "CWE-284" }, { "category": "other", "text": "Improper Encoding or Escaping of Output", "title": "CWE-116" }, { "category": "other", "text": "Path Traversal: \u0027.../...//\u0027", "title": "CWE-35" }, { "category": "other", "text": "Stack-based Buffer Overflow", "title": "CWE-121" }, { "category": "other", "text": "Heap-based Buffer Overflow", "title": "CWE-122" }, { "category": "other", "text": "Use of Hard-coded Credentials", "title": "CWE-798" }, { "category": "other", "text": "Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)", "title": "CWE-338" } ], "references": [ { "category": "self", "summary": "CVE-2024-38475", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38475.json" } ], "title": "CVE-2024-38475" }, { "cve": "CVE-2024-38807", "cwe": { "id": "CWE-347", "name": "Improper Verification of Cryptographic Signature" }, "notes": [ { "category": "other", "text": "Improper Verification of Cryptographic Signature", "title": "CWE-347" } ], "product_status": { "known_affected": [ "CSAFPID-1751090", "CSAFPID-1751233", "CSAFPID-1751234", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38807", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38807.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1751090", "CSAFPID-1751233", "CSAFPID-1751234", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] } ], "title": "CVE-2024-38807" }, { "cve": "CVE-2024-38809", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "notes": [ { "category": "other", "text": "Inefficient Regular Expression Complexity", "title": "CWE-1333" }, { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1673393" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38809", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38809.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.0, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H", "version": "3.0" }, "products": [ "CSAFPID-1673393" ] } ], "title": "CVE-2024-38809" }, { "cve": "CVE-2024-38816", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "notes": [ { "category": "other", "text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)", "title": "CWE-22" }, { "category": "other", "text": "Relative Path Traversal", "title": "CWE-23" } ], "product_status": { "known_affected": [ "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1751081", "CSAFPID-1673393", "CSAFPID-1751079", "CSAFPID-1751080", "CSAFPID-1751084", "CSAFPID-1751085", "CSAFPID-1751082", "CSAFPID-1751225" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38816", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38816.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1751081", "CSAFPID-1673393", "CSAFPID-1751079", "CSAFPID-1751080", "CSAFPID-1751084", "CSAFPID-1751085", "CSAFPID-1751082", "CSAFPID-1751225" ] } ], "title": "CVE-2024-38816" }, { "cve": "CVE-2024-38819", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "notes": [ { "category": "other", "text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)", "title": "CWE-22" } ], "product_status": { "known_affected": [ "CSAFPID-1673393", "CSAFPID-1751079", "CSAFPID-1751080", "CSAFPID-1751081", "CSAFPID-1751082", "CSAFPID-1751084", "CSAFPID-1751085", "CSAFPID-1751225", "CSAFPID-1672767", "CSAFPID-1751241" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38819", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38819.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673393", "CSAFPID-1751079", "CSAFPID-1751080", "CSAFPID-1751081", "CSAFPID-1751082", "CSAFPID-1751084", "CSAFPID-1751085", "CSAFPID-1751225", "CSAFPID-1672767", "CSAFPID-1751241" ] } ], "title": "CVE-2024-38819" }, { "cve": "CVE-2024-38820", "cwe": { "id": "CWE-284", "name": "Improper Access Control" }, "notes": [ { "category": "other", "text": "Improper Access Control", "title": "CWE-284" }, { "category": "other", "text": "Improper Handling of Case Sensitivity", "title": "CWE-178" } ], "product_status": { "known_affected": [ "CSAFPID-1751079", "CSAFPID-1751225", "CSAFPID-1751081", "CSAFPID-1751084", "CSAFPID-1673393", "CSAFPID-1751080", "CSAFPID-1751082", "CSAFPID-1751085", "CSAFPID-1672767", "CSAFPID-1751241" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38820", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38820.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1751079", "CSAFPID-1751225", "CSAFPID-1751081", "CSAFPID-1751084", "CSAFPID-1673393", "CSAFPID-1751080", "CSAFPID-1751082", "CSAFPID-1751085", "CSAFPID-1672767", "CSAFPID-1751241" ] } ], "title": "CVE-2024-38820" }, { "cve": "CVE-2024-38827", "cwe": { "id": "CWE-639", "name": "Authorization Bypass Through User-Controlled Key" }, "notes": [ { "category": "other", "text": "Authorization Bypass Through User-Controlled Key", "title": "CWE-639" } ], "product_status": { "known_affected": [ "CSAFPID-1751225", "CSAFPID-1751079", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1673393", "CSAFPID-1751085", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38827", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38827.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.8, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-1751225", "CSAFPID-1751079", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1673393", "CSAFPID-1751085", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] } ], "title": "CVE-2024-38827" }, { "cve": "CVE-2024-38998", "cwe": { "id": "CWE-1321", "name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)" }, "notes": [ { "category": "other", "text": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)", "title": "CWE-1321" } ], "product_status": { "known_affected": [ "CSAFPID-1751225", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-912073", "CSAFPID-1751254", "CSAFPID-1751079", "CSAFPID-1751242", "CSAFPID-1751234", "CSAFPID-1673496", "CSAFPID-1751233", "CSAFPID-1751255", "CSAFPID-1673481", "CSAFPID-1751085", "CSAFPID-220132", "CSAFPID-912079" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38998", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38998.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1751225", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-912073", "CSAFPID-1751254", "CSAFPID-1751079", "CSAFPID-1751242", "CSAFPID-1751234", "CSAFPID-1673496", "CSAFPID-1751233", "CSAFPID-1751255", "CSAFPID-1673481", "CSAFPID-1751085", "CSAFPID-220132", "CSAFPID-912079" ] } ], "title": "CVE-2024-38998" }, { "cve": "CVE-2024-38999", "cwe": { "id": "CWE-1321", "name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)" }, "notes": [ { "category": "other", "text": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)", "title": "CWE-1321" } ], "product_status": { "known_affected": [ "CSAFPID-1751225", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-912073", "CSAFPID-1751254", "CSAFPID-1751079", "CSAFPID-1751242", "CSAFPID-1751234", "CSAFPID-1673496", "CSAFPID-1751233", "CSAFPID-1751255", "CSAFPID-1673481", "CSAFPID-1751085", "CSAFPID-220132", "CSAFPID-912079" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38999", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38999.json" } ], "scores": [ { "cvss_v3": { "baseScore": 10.0, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1751225", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-912073", "CSAFPID-1751254", "CSAFPID-1751079", "CSAFPID-1751242", "CSAFPID-1751234", "CSAFPID-1673496", "CSAFPID-1751233", "CSAFPID-1751255", "CSAFPID-1673481", "CSAFPID-1751085", "CSAFPID-220132", "CSAFPID-912079" ] } ], "title": "CVE-2024-38999" }, { "cve": "CVE-2024-41817", "cwe": { "id": "CWE-427", "name": "Uncontrolled Search Path Element" }, "notes": [ { "category": "other", "text": "Uncontrolled Search Path Element", "title": "CWE-427" } ], "product_status": { "known_affected": [ "CSAFPID-1673382", "CSAFPID-1650731", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-220132", "CSAFPID-912079" ] }, "references": [ { "category": "self", "summary": "CVE-2024-41817", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-41817.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673382", "CSAFPID-1650731", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-220132", "CSAFPID-912079" ] } ], "title": "CVE-2024-41817" }, { "cve": "CVE-2024-45490", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "other", "text": "Integer Overflow or Wraparound", "title": "CWE-190" }, { "category": "other", "text": "Incorrect Calculation of Buffer Size", "title": "CWE-131" }, { "category": "other", "text": "Improper Restriction of XML External Entity Reference", "title": "CWE-611" } ], "product_status": { "known_affected": [ "CSAFPID-1673382", "CSAFPID-1673399", "CSAFPID-1650731", "CSAFPID-1673517", "CSAFPID-1673396", "CSAFPID-1673414", "CSAFPID-1503590" ] }, "references": [ { "category": "self", "summary": "CVE-2024-45490", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-45490.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673382", "CSAFPID-1673399", "CSAFPID-1650731", "CSAFPID-1673517", "CSAFPID-1673396", "CSAFPID-1673414", "CSAFPID-1503590" ] } ], "title": "CVE-2024-45490" }, { "cve": "CVE-2024-45491", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "other", "text": "Integer Overflow or Wraparound", "title": "CWE-190" } ], "product_status": { "known_affected": [ "CSAFPID-1673382", "CSAFPID-1673399", "CSAFPID-1650731", "CSAFPID-1673517", "CSAFPID-1673396", "CSAFPID-1673414", "CSAFPID-1503590" ] }, "references": [ { "category": "self", "summary": "CVE-2024-45491", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-45491.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673382", "CSAFPID-1673399", "CSAFPID-1650731", "CSAFPID-1673517", "CSAFPID-1673396", "CSAFPID-1673414", "CSAFPID-1503590" ] } ], "title": "CVE-2024-45491" }, { "cve": "CVE-2024-45492", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "other", "text": "Integer Overflow or Wraparound", "title": "CWE-190" } ], "product_status": { "known_affected": [ "CSAFPID-1673382", "CSAFPID-1673399", "CSAFPID-1650731", "CSAFPID-1673517", "CSAFPID-1673396", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1673414", "CSAFPID-1503590" ] }, "references": [ { "category": "self", "summary": "CVE-2024-45492", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-45492.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673382", "CSAFPID-1673399", "CSAFPID-1650731", "CSAFPID-1673517", "CSAFPID-1673396", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1673414", "CSAFPID-1503590" ] } ], "title": "CVE-2024-45492" }, { "cve": "CVE-2024-47535", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1751233", "CSAFPID-1751234", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] }, "references": [ { "category": "self", "summary": "CVE-2024-47535", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-47535.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1751233", "CSAFPID-1751234", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] } ], "title": "CVE-2024-47535" }, { "cve": "CVE-2024-47554", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1751292", "CSAFPID-1751234", "CSAFPID-1751294", "CSAFPID-1751233", "CSAFPID-1751295", "CSAFPID-1751296", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] }, "references": [ { "category": "self", "summary": "CVE-2024-47554", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-47554.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1751292", "CSAFPID-1751234", "CSAFPID-1751294", "CSAFPID-1751233", "CSAFPID-1751295", "CSAFPID-1751296", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] } ], "title": "CVE-2024-47554" }, { "cve": "CVE-2024-47561", "cwe": { "id": "CWE-502", "name": "Deserialization of Untrusted Data" }, "notes": [ { "category": "other", "text": "Deserialization of Untrusted Data", "title": "CWE-502" } ], "product_status": { "known_affected": [ "CSAFPID-1751296", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] }, "references": [ { "category": "self", "summary": "CVE-2024-47561", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-47561.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1751296", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] } ], "title": "CVE-2024-47561" }, { "cve": "CVE-2024-47803", "cwe": { "id": "CWE-209", "name": "Generation of Error Message Containing Sensitive Information" }, "notes": [ { "category": "other", "text": "Generation of Error Message Containing Sensitive Information", "title": "CWE-209" } ], "product_status": { "known_affected": [ "CSAFPID-1751079", "CSAFPID-1751225", "CSAFPID-1672767", "CSAFPID-1751300", "CSAFPID-1751241", "CSAFPID-1751081", "CSAFPID-1751084", "CSAFPID-1673393", "CSAFPID-1751085" ] }, "references": [ { "category": "self", "summary": "CVE-2024-47803", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-47803.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-1751079", "CSAFPID-1751225", "CSAFPID-1672767", "CSAFPID-1751300", "CSAFPID-1751241", "CSAFPID-1751081", "CSAFPID-1751084", "CSAFPID-1673393", "CSAFPID-1751085" ] } ], "title": "CVE-2024-47803" }, { "cve": "CVE-2024-47804", "cwe": { "id": "CWE-863", "name": "Incorrect Authorization" }, "notes": [ { "category": "other", "text": "Incorrect Authorization", "title": "CWE-863" }, { "category": "other", "text": "Insufficient Granularity of Access Control", "title": "CWE-1220" }, { "category": "other", "text": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)", "title": "CWE-843" } ], "product_status": { "known_affected": [ "CSAFPID-1751225", "CSAFPID-1751079", "CSAFPID-1672767", "CSAFPID-1751300", "CSAFPID-1751241", "CSAFPID-1751081", "CSAFPID-1751084", "CSAFPID-1673393", "CSAFPID-1751085" ] }, "references": [ { "category": "self", "summary": "CVE-2024-47804", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-47804.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1751225", "CSAFPID-1751079", "CSAFPID-1672767", "CSAFPID-1751300", "CSAFPID-1751241", "CSAFPID-1751081", "CSAFPID-1751084", "CSAFPID-1673393", "CSAFPID-1751085" ] } ], "title": "CVE-2024-47804" }, { "cve": "CVE-2024-49766", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "notes": [ { "category": "other", "text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)", "title": "CWE-22" } ], "product_status": { "known_affected": [ "CSAFPID-1751208", "CSAFPID-1751246", "CSAFPID-1751209" ] }, "references": [ { "category": "self", "summary": "CVE-2024-49766", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-49766.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1751208", "CSAFPID-1751246", "CSAFPID-1751209" ] } ], "title": "CVE-2024-49766" }, { "cve": "CVE-2024-49767", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-1751208", "CSAFPID-1751080", "CSAFPID-1751079", "CSAFPID-1751225", "CSAFPID-1751082", "CSAFPID-1751300", "CSAFPID-1751246", "CSAFPID-1751209", "CSAFPID-1673393", "CSAFPID-1751085", "CSAFPID-1751231" ] }, "references": [ { "category": "self", "summary": "CVE-2024-49767", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-49767.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1751208", "CSAFPID-1751080", "CSAFPID-1751079", "CSAFPID-1751225", "CSAFPID-1751082", "CSAFPID-1751300", "CSAFPID-1751246", "CSAFPID-1751209", "CSAFPID-1673393", "CSAFPID-1751085", "CSAFPID-1751231" ] } ], "title": "CVE-2024-49767" }, { "cve": "CVE-2024-50379", "cwe": { "id": "CWE-367", "name": "Time-of-check Time-of-use (TOCTOU) Race Condition" }, "notes": [ { "category": "other", "text": "Time-of-check Time-of-use (TOCTOU) Race Condition", "title": "CWE-367" } ], "product_status": { "known_affected": [ "CSAFPID-816790" ] }, "references": [ { "category": "self", "summary": "CVE-2024-50379", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-50379.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-816790" ] } ], "title": "CVE-2024-50379" }, { "cve": "CVE-2024-50602", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "Improper Check for Unusual or Exceptional Conditions", "title": "CWE-754" } ], "product_status": { "known_affected": [ "CSAFPID-1751225", "CSAFPID-1751079", "CSAFPID-1751082", "CSAFPID-1751085" ] }, "references": [ { "category": "self", "summary": "CVE-2024-50602", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-50602.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1751225", "CSAFPID-1751079", "CSAFPID-1751082", "CSAFPID-1751085" ] } ], "title": "CVE-2024-50602" }, { "cve": "CVE-2024-53677", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "notes": [ { "category": "other", "text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)", "title": "CWE-22" }, { "category": "other", "text": "Unrestricted Upload of File with Dangerous Type", "title": "CWE-434" }, { "category": "other", "text": "Files or Directories Accessible to External Parties", "title": "CWE-552" } ], "product_status": { "known_affected": [ "CSAFPID-816790" ] }, "references": [ { "category": "self", "summary": "CVE-2024-53677", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-53677.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.0, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-816790" ] } ], "title": "CVE-2024-53677" }, { "cve": "CVE-2024-54677", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-816790" ] }, "references": [ { "category": "self", "summary": "CVE-2024-54677", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-54677.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-816790" ] } ], "title": "CVE-2024-54677" }, { "cve": "CVE-2024-56337", "cwe": { "id": "CWE-367", "name": "Time-of-check Time-of-use (TOCTOU) Race Condition" }, "notes": [ { "category": "other", "text": "Time-of-check Time-of-use (TOCTOU) Race Condition", "title": "CWE-367" } ], "product_status": { "known_affected": [ "CSAFPID-816790" ] }, "references": [ { "category": "self", "summary": "CVE-2024-56337", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-56337.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-816790" ] } ], "title": "CVE-2024-56337" }, { "cve": "CVE-2025-21542", "product_status": { "known_affected": [ "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-1673496", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] }, "references": [ { "category": "self", "summary": "CVE-2025-21542", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-21542.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-1673496", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] } ], "title": "CVE-2025-21542" }, { "cve": "CVE-2025-21544", "product_status": { "known_affected": [ "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-1673496", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] }, "references": [ { "category": "self", "summary": "CVE-2025-21544", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-21544.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-1673496", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] } ], "title": "CVE-2025-21544" }, { "cve": "CVE-2025-21554", "product_status": { "known_affected": [ "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-1673496", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] }, "references": [ { "category": "self", "summary": "CVE-2025-21554", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-21554.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-1673496", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386" ] } ], "title": "CVE-2025-21554" } ] }
ncsc-2024-0414
Vulnerability from csaf_ncscnl
Published
2024-10-17 13:17
Modified
2024-10-17 13:17
Summary
Kwetsbaarheden verholpen in Oracle Communications
Notes
The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:
NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.
NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.
This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings.
Feiten
Oracle heeft kwetsbaarheden verholpen in diverse Communications producten en systemen.
Interpretaties
Een kwaadwillende kan de kwetsbaarheden misbruiken om aanvallen uit te voeren die kunnen leiden tot de volgende categorieën schade:
- Denial-of-Service (DoS)
- Manipuleren van gegevens
- Uitvoer van willekeurige code (Gebruikersrechten)
- Uitvoer van willekeurige code (Administratorrechten)
- Toegang tot gevoelige gegevens
Oplossingen
Oracle heeft updates uitgebracht om de kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.
Kans
medium
Schade
high
CWE-122
Heap-based Buffer Overflow
CWE-835
Loop with Unreachable Exit Condition ('Infinite Loop')
CWE-20
Improper Input Validation
CWE-466
Return of Pointer Value Outside of Expected Range
CWE-606
Unchecked Input for Loop Condition
CWE-390
Detection of Error Condition Without Action
CWE-405
Asymmetric Resource Consumption (Amplification)
CWE-222
Truncation of Security-relevant Information
CWE-364
Signal Handler Race Condition
CWE-450
Multiple Interpretations of UI Input
CWE-130
Improper Handling of Length Parameter Inconsistency
CWE-772
Missing Release of Resource after Effective Lifetime
CWE-669
Incorrect Resource Transfer Between Spheres
CWE-126
Buffer Over-read
CWE-88
Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')
CWE-349
Acceptance of Extraneous Untrusted Data With Trusted Data
CWE-755
Improper Handling of Exceptional Conditions
CWE-834
Excessive Iteration
CWE-407
Inefficient Algorithmic Complexity
CWE-754
Improper Check for Unusual or Exceptional Conditions
CWE-703
Improper Check or Handling of Exceptional Conditions
CWE-427
Uncontrolled Search Path Element
CWE-601
URL Redirection to Untrusted Site ('Open Redirect')
CWE-195
Signed to Unsigned Conversion Error
CWE-444
Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')
CWE-116
Improper Encoding or Escaping of Output
CWE-345
Insufficient Verification of Data Authenticity
CWE-77
Improper Neutralization of Special Elements used in a Command ('Command Injection')
CWE-190
Integer Overflow or Wraparound
CWE-61
UNIX Symbolic Link (Symlink) Following
CWE-362
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
CWE-125
Out-of-bounds Read
CWE-404
Improper Resource Shutdown or Release
CWE-284
Improper Access Control
CWE-119
Improper Restriction of Operations within the Bounds of a Memory Buffer
CWE-416
Use After Free
CWE-401
Missing Release of Memory after Effective Lifetime
CWE-476
NULL Pointer Dereference
CWE-459
Incomplete Cleanup
CWE-94
Improper Control of Generation of Code ('Code Injection')
CWE-400
Uncontrolled Resource Consumption
CWE-770
Allocation of Resources Without Limits or Throttling
CWE-248
Uncaught Exception
CWE-674
Uncontrolled Recursion
CWE-918
Server-Side Request Forgery (SSRF)
CWE-22
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
CWE-78
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
CWE-787
Out-of-bounds Write
CWE-200
Exposure of Sensitive Information to an Unauthorized Actor
{ "document": { "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE" } }, "lang": "nl", "notes": [ { "category": "legal_disclaimer", "text": "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings." }, { "category": "description", "text": "Oracle heeft kwetsbaarheden verholpen in diverse Communications producten en systemen.", "title": "Feiten" }, { "category": "description", "text": "Een kwaadwillende kan de kwetsbaarheden misbruiken om aanvallen uit te voeren die kunnen leiden tot de volgende categorie\u00ebn schade:\n\n- Denial-of-Service (DoS)\n- Manipuleren van gegevens\n- Uitvoer van willekeurige code (Gebruikersrechten)\n- Uitvoer van willekeurige code (Administratorrechten)\n- Toegang tot gevoelige gegevens", "title": "Interpretaties" }, { "category": "description", "text": "Oracle heeft updates uitgebracht om de kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.", "title": "Oplossingen" }, { "category": "general", "text": "medium", "title": "Kans" }, { "category": "general", "text": "high", "title": "Schade" }, { "category": "general", "text": "Heap-based Buffer Overflow", "title": "CWE-122" }, { "category": "general", "text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)", "title": "CWE-835" }, { "category": "general", "text": "Improper Input Validation", "title": "CWE-20" }, { "category": "general", "text": "Return of Pointer Value Outside of Expected Range", "title": "CWE-466" }, { "category": "general", "text": "Unchecked Input for Loop Condition", "title": "CWE-606" }, { "category": "general", "text": "Detection of Error Condition Without Action", "title": "CWE-390" }, { "category": "general", "text": "Asymmetric Resource Consumption (Amplification)", "title": "CWE-405" }, { "category": "general", "text": "Truncation of Security-relevant Information", "title": "CWE-222" }, { "category": "general", "text": "Signal Handler Race Condition", "title": "CWE-364" }, { "category": "general", "text": "Multiple Interpretations of UI Input", "title": "CWE-450" }, { "category": "general", "text": "Improper Handling of Length Parameter Inconsistency", "title": "CWE-130" }, { "category": "general", "text": "Missing Release of Resource after Effective Lifetime", "title": "CWE-772" }, { "category": "general", "text": "Incorrect Resource Transfer Between Spheres", "title": "CWE-669" }, { "category": "general", "text": "Buffer Over-read", "title": "CWE-126" }, { "category": "general", "text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)", "title": "CWE-88" }, { "category": "general", "text": "Acceptance of Extraneous Untrusted Data With Trusted Data", "title": "CWE-349" }, { "category": "general", "text": "Improper Handling of Exceptional Conditions", "title": "CWE-755" }, { "category": "general", "text": "Excessive Iteration", "title": "CWE-834" }, { "category": "general", "text": "Inefficient Algorithmic Complexity", "title": "CWE-407" }, { "category": "general", "text": "Improper Check for Unusual or Exceptional Conditions", "title": "CWE-754" }, { "category": "general", "text": "Improper Check or Handling of Exceptional Conditions", "title": "CWE-703" }, { "category": "general", "text": "Uncontrolled Search Path Element", "title": "CWE-427" }, { "category": "general", "text": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)", "title": "CWE-601" }, { "category": "general", "text": "Signed to Unsigned Conversion Error", "title": "CWE-195" }, { "category": "general", "text": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)", "title": "CWE-444" }, { "category": "general", "text": "Improper Encoding or Escaping of Output", "title": "CWE-116" }, { "category": "general", "text": "Insufficient Verification of Data Authenticity", "title": "CWE-345" }, { "category": "general", "text": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)", "title": "CWE-77" }, { "category": "general", "text": "Integer Overflow or Wraparound", "title": "CWE-190" }, { "category": "general", "text": "UNIX Symbolic Link (Symlink) Following", "title": "CWE-61" }, { "category": "general", "text": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)", "title": "CWE-362" }, { "category": "general", "text": "Out-of-bounds Read", "title": "CWE-125" }, { "category": "general", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "general", "text": "Improper Access Control", "title": "CWE-284" }, { "category": "general", "text": "Improper Restriction of Operations within the Bounds of a Memory Buffer", "title": "CWE-119" }, { "category": "general", "text": "Use After Free", "title": "CWE-416" }, { "category": "general", "text": "Missing Release of Memory after Effective Lifetime", "title": "CWE-401" }, { "category": "general", "text": "NULL Pointer Dereference", "title": "CWE-476" }, { "category": "general", "text": "Incomplete Cleanup", "title": "CWE-459" }, { "category": "general", "text": "Improper Control of Generation of Code (\u0027Code Injection\u0027)", "title": "CWE-94" }, { "category": "general", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "general", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" }, { "category": "general", "text": "Uncaught Exception", "title": "CWE-248" }, { "category": "general", "text": "Uncontrolled Recursion", "title": "CWE-674" }, { "category": "general", "text": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" }, { "category": "general", "text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)", "title": "CWE-22" }, { "category": "general", "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)", "title": "CWE-78" }, { "category": "general", "text": "Out-of-bounds Write", "title": "CWE-787" }, { "category": "general", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" } ], "publisher": { "category": "coordinator", "contact_details": "cert@ncsc.nl", "name": "Nationaal Cyber Security Centrum", "namespace": "https://www.ncsc.nl/" }, "references": [ { "category": "external", "summary": "Reference - cveprojectv5; hkcert; nvd; oracle; redhat", "url": "https://www.oracle.com/security-alerts/cpuoct2024.html" } ], "title": "Kwetsbaarheden verholpen in Oracle Communications", "tracking": { "current_release_date": "2024-10-17T13:17:52.103171Z", "id": "NCSC-2024-0414", "initial_release_date": "2024-10-17T13:17:52.103171Z", "revision_history": [ { "date": "2024-10-17T13:17:52.103171Z", "number": "0", "summary": "Initiele versie" } ], "status": "final", "version": "1.0.0" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635313", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:10.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635305", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:12.11.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635311", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:12.11.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635312", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:12.11.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635323", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:12.6.1.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670430", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:14.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674632", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:14.0.0.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674630", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:14.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635320", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:15.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674633", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:17.0.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670439", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:22.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635322", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670429", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670435", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670431", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670436", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670432", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.3.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635321", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635310", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635318", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674640", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.4.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674642", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:23.4.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670434", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:24.1.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635316", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:24.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674639", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:24.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635314", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674638", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:24.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674637", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:24.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635306", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:4.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635307", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:4.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635317", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:46.6.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635319", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:46.6.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670438", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635324", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:5.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635315", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:5.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670433", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:9.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674641", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:9.0.1.10.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674635", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:9.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674636", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:9.1.1.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1670437", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:9.1.1.7.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674631", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:9.1.1.9.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1674634", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:9.1.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635308", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:9.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications", "product": { "name": "communications", "product_id": "CSAFPID-1635309", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications:9.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications__10.4.0.4", "product": { "name": "communications__10.4.0.4", "product_id": "CSAFPID-1674629", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications__10.4.0.4:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___23.4.2", "product": { "name": "communications___23.4.2", "product_id": "CSAFPID-1670442", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___23.4.2:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___23.4.3", "product": { "name": "communications___23.4.3", "product_id": "CSAFPID-1635325", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___23.4.3:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___23.4.4", "product": { "name": "communications___23.4.4", "product_id": "CSAFPID-1635326", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___23.4.4:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___23.4.5", "product": { "name": "communications___23.4.5", "product_id": "CSAFPID-1674645", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___23.4.5:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___23.4.6", "product": { "name": "communications___23.4.6", "product_id": "CSAFPID-1674646", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___23.4.6:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___24.2.0", "product": { "name": "communications___24.2.0", "product_id": "CSAFPID-1674644", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___24.2.0:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___7.2.1.0.0", "product": { "name": "communications___7.2.1.0.0", "product_id": "CSAFPID-1670441", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___7.2.1.0.0:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___8.6.0.6", "product": { "name": "communications___8.6.0.6", "product_id": "CSAFPID-1635327", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___8.6.0.6:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___8.6.0.8", "product": { "name": "communications___8.6.0.8", "product_id": "CSAFPID-1635328", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___8.6.0.8:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___9.0.2", "product": { "name": "communications___9.0.2", "product_id": "CSAFPID-1670440", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___9.0.2:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___9.0.3", "product": { "name": "communications___9.0.3", "product_id": "CSAFPID-1635329", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___9.0.3:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications___9.1.1.8.0", "product": { "name": "communications___9.1.1.8.0", "product_id": "CSAFPID-1674643", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications___9.1.1.8.0:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications", "product": { "name": "communications_applications", "product_id": "CSAFPID-1674621", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications:15.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications", "product": { "name": "communications_applications", "product_id": "CSAFPID-1674618", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications:6.0.1.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications", "product": { "name": "communications_applications", "product_id": "CSAFPID-1674619", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications:7.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications", "product": { "name": "communications_applications", "product_id": "CSAFPID-1674622", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications:7.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications", "product": { "name": "communications_applications", "product_id": "CSAFPID-1674617", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications:7.4.3.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications", "product": { "name": "communications_applications", "product_id": "CSAFPID-1674623", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications:7.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications", "product": { "name": "communications_applications", "product_id": "CSAFPID-1674620", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications:8.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications___12.0.6.0.0", "product": { "name": "communications_applications___12.0.6.0.0", "product_id": "CSAFPID-1674627", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications___12.0.6.0.0:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications___5.5.22", "product": { "name": "communications_applications___5.5.22", "product_id": "CSAFPID-1674626", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications___5.5.22:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications___6.0.3", "product": { "name": "communications_applications___6.0.3", "product_id": "CSAFPID-1674628", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications___6.0.3:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications___6.0.4", "product": { "name": "communications_applications___6.0.4", "product_id": "CSAFPID-1674624", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications___6.0.4:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_applications___6.0.5", "product": { "name": "communications_applications___6.0.5", "product_id": "CSAFPID-1674625", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_applications___6.0.5:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_asap", "product": { "name": "communications_asap", "product_id": "CSAFPID-204629", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_asap:7.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_asap", "product": { "name": "communications_asap", "product_id": "CSAFPID-1673475", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_asap:7.4.3.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_asap", "product": { "name": "communications_asap", "product_id": "CSAFPID-816792", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_asap:7.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_billing_and_revenue_management", "product": { "name": "communications_billing_and_revenue_management", "product_id": "CSAFPID-764735", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_billing_and_revenue_management", "product": { "name": "communications_billing_and_revenue_management", "product_id": "CSAFPID-1650734", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:12.0.0.4.0-12.0.0.8.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_billing_and_revenue_management", "product": { "name": "communications_billing_and_revenue_management", "product_id": "CSAFPID-204639", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:12.0.0.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_billing_and_revenue_management", "product": { "name": "communications_billing_and_revenue_management", "product_id": "CSAFPID-204627", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:12.0.0.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_billing_and_revenue_management", "product": { "name": "communications_billing_and_revenue_management", "product_id": "CSAFPID-816793", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:15.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_billing_and_revenue_management", "product": { "name": "communications_billing_and_revenue_management", "product_id": "CSAFPID-912557", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management:15.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_billing_and_revenue_management__-_elastic_charging_engine", "product": { "name": "communications_billing_and_revenue_management__-_elastic_charging_engine", "product_id": "CSAFPID-219835", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_billing_and_revenue_management__-_elastic_charging_engine:12.0.0.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_brm_-_elastic_charging_engine", "product": { "name": "communications_brm_-_elastic_charging_engine", "product_id": "CSAFPID-764247", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_brm_-_elastic_charging_engine", "product": { "name": "communications_brm_-_elastic_charging_engine", "product_id": "CSAFPID-209548", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:11.3.0.9.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_brm_-_elastic_charging_engine", "product": { "name": "communications_brm_-_elastic_charging_engine", "product_id": "CSAFPID-209549", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:11.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_brm_-_elastic_charging_engine", "product": { "name": "communications_brm_-_elastic_charging_engine", "product_id": "CSAFPID-41194", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:12.0.0.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_brm_-_elastic_charging_engine", "product": { "name": "communications_brm_-_elastic_charging_engine", "product_id": "CSAFPID-1650820", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:12.0.0.4-12.0.0.8:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_brm_-_elastic_charging_engine", "product": { "name": "communications_brm_-_elastic_charging_engine", "product_id": "CSAFPID-765241", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:12.0.0.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_brm_-_elastic_charging_engine", "product": { "name": "communications_brm_-_elastic_charging_engine", "product_id": "CSAFPID-209546", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:12.0.0.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_brm_-_elastic_charging_engine", "product": { "name": "communications_brm_-_elastic_charging_engine", "product_id": "CSAFPID-209550", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:12.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_brm_-_elastic_charging_engine", "product": { "name": "communications_brm_-_elastic_charging_engine", "product_id": "CSAFPID-498607", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:12:0.0.5.0:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_brm_-_elastic_charging_engine", "product": { "name": "communications_brm_-_elastic_charging_engine", "product_id": "CSAFPID-912556", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:15.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_calendar_server", "product": { "name": "communications_calendar_server", "product_id": "CSAFPID-764736", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_calendar_server:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_calendar_server", "product": { "name": "communications_calendar_server", "product_id": "CSAFPID-220190", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_calendar_server:8.0.0.6.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_configuration_console", "product": { "name": "communications_cloud_native_configuration_console", "product_id": "CSAFPID-391501", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_configuration_console:22.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_configuration_console", "product": { "name": "communications_cloud_native_configuration_console", "product_id": "CSAFPID-440102", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_configuration_console:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-89545", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:1.8.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-180215", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:1.9.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-180197", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:22.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-220548", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:22.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-41516", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:22.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-41515", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:22.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-220057", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:22.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-220055", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-220909", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-816765", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.1.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-816766", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-816767", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-1503577", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-1673416", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.4.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-1673516", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.4.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-1673412", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:24.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_automated_test_suite", "product": { "name": "communications_cloud_native_core_automated_test_suite", "product_id": "CSAFPID-1673411", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:24.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-764237", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-2045", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:1.10.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-40612", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:1.11.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-608629", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-93784", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-1899", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.1.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-41111", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-1685", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-493445", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-294401", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.2.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-220547", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-764824", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-220459", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.3.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-45184", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:22.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-45182", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-45181", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-611405", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.1.7:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-611403", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-611404", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-1650752", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.4.0-23.4.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-1673396", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.4.0-23.4.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-912066", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_binding_support_function", "product": { "name": "communications_cloud_native_core_binding_support_function", "product_id": "CSAFPID-1503323", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.4.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_certificate_management", "product": { "name": "communications_cloud_native_core_certificate_management", "product_id": "CSAFPID-1673526", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_certificate_management:23.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_certificate_management", "product": { "name": "communications_cloud_native_core_certificate_management", "product_id": "CSAFPID-1673391", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_certificate_management:23.4.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_certificate_management", "product": { "name": "communications_cloud_native_core_certificate_management", "product_id": "CSAFPID-1673394", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_certificate_management:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-165550", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:1.7.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-93546", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:1.9.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-180195", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:22.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-40299", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:22.1.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-187447", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:22.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-45186", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:22.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-45185", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:22.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-220559", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:22.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-220558", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-764238", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.1.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-764239", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-816768", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-816769", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-912085", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-1503578", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-1673389", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_console", "product": { "name": "communications_cloud_native_core_console", "product_id": "CSAFPID-1673390", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_console:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_dbtier", "product": { "name": "communications_cloud_native_core_dbtier", "product_id": "CSAFPID-1673421", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_dbtier:24.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_dbtier", "product": { "name": "communications_cloud_native_core_dbtier", "product_id": "CSAFPID-1673420", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_dbtier:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_data_analytics_function", "product": { "name": "communications_cloud_native_core_network_data_analytics_function", "product_id": "CSAFPID-764825", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_data_analytics_function:22.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_data_analytics_function", "product": { "name": "communications_cloud_native_core_network_data_analytics_function", "product_id": "CSAFPID-816770", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_data_analytics_function:23.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_data_analytics_function", "product": { "name": "communications_cloud_native_core_network_data_analytics_function", "product_id": "CSAFPID-816771", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_data_analytics_function:23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_data_analytics_function", "product": { "name": "communications_cloud_native_core_network_data_analytics_function", "product_id": "CSAFPID-912068", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_data_analytics_function:24.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_data_analytics_function", "product": { "name": "communications_cloud_native_core_network_data_analytics_function", "product_id": "CSAFPID-1503579", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_data_analytics_function:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-180201", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:22.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-1900", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:22.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-760687", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:22.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-40947", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:22.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-93635", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:22.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-503534", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:22.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-90018", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:22.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-220327", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:22.4.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-94290", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-220325", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:23.1.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-614513", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:23.1.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-643776", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:23.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-816772", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-912076", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:23.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_exposure_function", "product": { "name": "communications_cloud_native_core_network_exposure_function", "product_id": "CSAFPID-1503580", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:23.4.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-40613", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:1.10.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-2044", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:1.9.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-40301", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:22.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-180194", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:22.1.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-449747", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:22.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-40298", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:22.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-223527", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:22.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-449746", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:22.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-503493", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:22.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-260394", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:22.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-219838", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-611387", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:23.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-618156", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:23.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-816773", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-912101", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-1673473", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:24.1.0-24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-1503581", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:24.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-912539", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:_install_upgrade___23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-912540", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:_install_upgrade___23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-912541", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:_installation___23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-912542", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:_obserability_services_overlay___23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product": { "name": "communications_cloud_native_core_network_function_cloud_native_environment", "product_id": "CSAFPID-912543", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:_observability_services_overlay___23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-40611", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:1.15.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-40609", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:1.15.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-180198", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:22.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-41112", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:22.1.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-41110", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:22.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-760688", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:22.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-493444", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:22.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-93633", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:22.3.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-220056", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:22.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-223511", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:22.4.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-216017", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-220889", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-614516", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.1.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-816774", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.1.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-220918", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-614515", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-614514", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-816346", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-912077", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-1503322", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-1673413", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.4.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-1673415", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:24.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-816775", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:_install_upgrade___23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_repository_function", "product": { "name": "communications_cloud_native_core_network_repository_function", "product_id": "CSAFPID-912544", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:_install_upgrade___23.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-40608", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:1.8.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-180199", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:22.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-41113", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:22.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-260395", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:22.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-260393", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:22.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-816348", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:23.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-912545", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:23.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-816347", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-1673494", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-1673501", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:24.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-816776", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:_install_upgrade___23.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_network_slice_selection_function", "product": { "name": "communications_cloud_native_core_network_slice_selection_function", "product_id": "CSAFPID-816777", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:_install_upgrade___23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-764240", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-220468", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:1.11.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-2310", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:1.14.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-93547", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:1.15.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-180200", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:22.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-180193", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:22.1.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-1898", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:22.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-93636", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:22.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-90020", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:22.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-90015", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-220133", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:23.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-1650751", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:23.4.0-23.4.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-1673517", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:23.4.0-23.4.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-1673395", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:23.4.0-23.4.6:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-912069", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_policy", "product": { "name": "communications_cloud_native_core_policy", "product_id": "CSAFPID-765371", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_policy:all_supported_s:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-180216", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:1.7.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-180202", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-40300", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-93653", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-40949", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-642000", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-93634", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-220561", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.3.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-90021", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-94292", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-218028", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-220881", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:22.4.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-94291", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-220910", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-220324", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.1.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-611401", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.1.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-816778", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-614517", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-912547", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-1673392", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-1503582", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:24.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-1673393", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_security_edge_protection_proxy", "product": { "name": "communications_cloud_native_core_security_edge_protection_proxy", "product_id": "CSAFPID-912546", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:_automated_test_suite___23.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-40610", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:1.15.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-611587", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:22.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-642002", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:22.2.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-493443", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:22.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-642001", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:22.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-224796", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:22.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-224795", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-912548", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-912102", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-912549", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-1503583", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-1503584", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-1503585", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:24.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_service_communication_proxy", "product": { "name": "communications_cloud_native_core_service_communication_proxy", "product_id": "CSAFPID-1672767", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-180217", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:1.15.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-180196", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-165576", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-40297", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-764899", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-589926", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-179780", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.2.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-40948", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-589925", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.3.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-179779", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.3.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-764826", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-90019", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-90016", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-220326", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-764241", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.1.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-912078", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-816349", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-912550", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.3.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-1503586", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-1503587", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-1673399", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_cloud_native_core_unified_data_repository", "product": { "name": "communications_cloud_native_core_unified_data_repository", "product_id": "CSAFPID-816779", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:_signaling___23.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_contacts_server", "product": { "name": "communications_contacts_server", "product_id": "CSAFPID-764737", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_contacts_server:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_contacts_server", "product": { "name": "communications_contacts_server", "product_id": "CSAFPID-224787", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_contacts_server:8.0.0.6.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_contacts_server", "product": { "name": "communications_contacts_server", "product_id": "CSAFPID-220189", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_contacts_server:8.0.0.7.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_converged_application_server", "product": { "name": "communications_converged_application_server", "product_id": "CSAFPID-764827", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_converged_application_server:7.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_converged_application_server", "product": { "name": "communications_converged_application_server", "product_id": "CSAFPID-764828", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_converged_application_server:8.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_converged_application_server_-_service_controller", "product": { "name": "communications_converged_application_server_-_service_controller", "product_id": "CSAFPID-764734", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_converged_application_server_-_service_controller:6.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_converged_application_server_-_service_controller", "product": { "name": "communications_converged_application_server_-_service_controller", "product_id": "CSAFPID-426842", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_converged_application_server_-_service_controller:6.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_converged_charging_system", "product": { "name": "communications_converged_charging_system", "product_id": "CSAFPID-1503599", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_converged_charging_system:2.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_converged_charging_system", "product": { "name": "communications_converged_charging_system", "product_id": "CSAFPID-1503600", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_converged_charging_system:2.0.0.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergence", "product": { "name": "communications_convergence", "product_id": "CSAFPID-345031", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergence:3.0.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergence", "product": { "name": "communications_convergence", "product_id": "CSAFPID-204635", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergence:3.0.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergence", "product": { "name": "communications_convergence", "product_id": "CSAFPID-764833", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergence:3.0.3.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergence", "product": { "name": "communications_convergence", "product_id": "CSAFPID-224793", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergence:3.0.3.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergence", "product": { "name": "communications_convergence", "product_id": "CSAFPID-816794", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergence:3.0.3.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergent_charging_controller", "product": { "name": "communications_convergent_charging_controller", "product_id": "CSAFPID-342793", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergent_charging_controller:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergent_charging_controller", "product": { "name": "communications_convergent_charging_controller", "product_id": "CSAFPID-1650777", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergent_charging_controller:12.0.1.0.0-12.0.6.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergent_charging_controller", "product": { "name": "communications_convergent_charging_controller", "product_id": "CSAFPID-1265", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergent_charging_controller:12.0.6.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergent_charging_controller", "product": { "name": "communications_convergent_charging_controller", "product_id": "CSAFPID-764248", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergent_charging_controller:12.0.6.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergent_charging_controller", "product": { "name": "communications_convergent_charging_controller", "product_id": "CSAFPID-816350", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergent_charging_controller:15.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_convergent_charging_controller", "product": { "name": "communications_convergent_charging_controller", "product_id": "CSAFPID-1261", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_convergent_charging_controller:6.0.1.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_core_session_manager", "product": { "name": "communications_core_session_manager", "product_id": "CSAFPID-110244", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_core_session_manager:8.2.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_core_session_manager", "product": { "name": "communications_core_session_manager", "product_id": "CSAFPID-110242", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_core_session_manager:8.4.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_core_session_manager", "product": { "name": "communications_core_session_manager", "product_id": "CSAFPID-93777", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_core_session_manager:8.45:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_core_session_manager", "product": { "name": "communications_core_session_manager", "product_id": "CSAFPID-1672764", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_core_session_manager:9.1.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_core_session_manager", "product": { "name": "communications_core_session_manager", "product_id": "CSAFPID-93772", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_core_session_manager:9.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_data_model", "product": { "name": "communications_data_model", "product_id": "CSAFPID-764902", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_data_model:12.2.0.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_design_studio", "product": { "name": "communications_design_studio", "product_id": "CSAFPID-765372", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_design_studio:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_design_studio", "product": { "name": "communications_design_studio", "product_id": "CSAFPID-342799", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_design_studio:7.3.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_design_studio", "product": { "name": "communications_design_studio", "product_id": "CSAFPID-704412", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_design_studio:7.4.0.7.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_design_studio", "product": { "name": "communications_design_studio", "product_id": "CSAFPID-704411", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_design_studio:7.4.1.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_design_studio", "product": { "name": "communications_design_studio", "product_id": "CSAFPID-165544", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_design_studio:7.4.2.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_design_studio", "product": { "name": "communications_design_studio", "product_id": "CSAFPID-704410", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_design_studio:7.4.2.8.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_design_studio", "product": { "name": "communications_design_studio", "product_id": "CSAFPID-41183", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_design_studio:7.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_intelligence_hub", "product": { "name": "communications_diameter_intelligence_hub", "product_id": "CSAFPID-342802", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_intelligence_hub:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_intelligence_hub", "product": { "name": "communications_diameter_intelligence_hub", "product_id": "CSAFPID-764829", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_intelligence_hub:8.2.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1503588", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1892", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1891", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1888", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1887", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1889", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1884", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.3.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1885", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1882", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.4.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1881", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.4.0.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1883", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1879", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.5.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1880", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-40293", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.6.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1650826", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.6.0.4-8.6.0.6:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-1650830", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.6.0.4-8.6.0.8:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-611413", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:9.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-912551", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:_patches___9.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_diameter_signaling_router", "product": { "name": "communications_diameter_signaling_router", "product_id": "CSAFPID-912552", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_diameter_signaling_router:_platform___9.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_eagle_application_processor", "product": { "name": "communications_eagle_application_processor", "product_id": "CSAFPID-1673417", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_eagle_application_processor:17.0.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_eagle_application_processor", "product": { "name": "communications_eagle_application_processor", "product_id": "CSAFPID-765369", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_eagle_application_processor:all_supported_s:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_eagle_element_management_system", "product": { "name": "communications_eagle_element_management_system", "product_id": "CSAFPID-1503316", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_eagle_element_management_system:46.6.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_eagle_element_management_system", "product": { "name": "communications_eagle_element_management_system", "product_id": "CSAFPID-1503317", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_eagle_element_management_system:46.6.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_eagle_element_management_system", "product": { "name": "communications_eagle_element_management_system", "product_id": "CSAFPID-204528", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_eagle_element_management_system:46.6:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_eagle_ftp_table_base_retrieval", "product": { "name": "communications_eagle_ftp_table_base_retrieval", "product_id": "CSAFPID-204623", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_eagle_ftp_table_base_retrieval:4.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_eagle_lnp_application_processor", "product": { "name": "communications_eagle_lnp_application_processor", "product_id": "CSAFPID-352633", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_eagle_lnp_application_processor:10.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_eagle_lnp_application_processor", "product": { "name": "communications_eagle_lnp_application_processor", "product_id": "CSAFPID-352632", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_eagle_lnp_application_processor:10.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_eagle_software", "product": { "name": "communications_eagle_software", "product_id": "CSAFPID-765366", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_eagle_software:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_eagle_software", "product": { "name": "communications_eagle_software", "product_id": "CSAFPID-765365", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_eagle_software:46.7.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_elastic_charging_engine", "product": { "name": "communications_elastic_charging_engine", "product_id": "CSAFPID-764834", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_elastic_charging_engine:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-764242", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-204597", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:8.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-204580", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:8.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-9226", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:8.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-204589", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:8.2.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-9070", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:8.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-8845", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:8.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-204624", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:8.2.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-2286", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:8.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-204464", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:8.2.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-345038", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:9.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-93629", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:9.0.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-611422", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:9.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-93630", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:9.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_element_manager", "product": { "name": "communications_element_manager", "product_id": "CSAFPID-816780", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_element_manager:9.4.53:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_evolved_communications_application_server", "product": { "name": "communications_evolved_communications_application_server", "product_id": "CSAFPID-204645", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_evolved_communications_application_server:7.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_fraud_monitor", "product": { "name": "communications_fraud_monitor", "product_id": "CSAFPID-816781", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_fraud_monitor:5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_fraud_monitor", "product": { "name": "communications_fraud_monitor", "product_id": "CSAFPID-816782", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_fraud_monitor:5.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_fraud_monitor", "product": { "name": "communications_fraud_monitor", "product_id": "CSAFPID-912553", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_fraud_monitor:5.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_instant_messaging_server", "product": { "name": "communications_instant_messaging_server", "product_id": "CSAFPID-207586", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_instant_messaging_server:10.0.1.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_instant_messaging_server", "product": { "name": "communications_instant_messaging_server", "product_id": "CSAFPID-234306", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_instant_messaging_server:10.0.1.6.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_instant_messaging_server", "product": { "name": "communications_instant_messaging_server", "product_id": "CSAFPID-219803", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_instant_messaging_server:10.0.1.7.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_instant_messaging_server", "product": { "name": "communications_instant_messaging_server", "product_id": "CSAFPID-387664", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_instant_messaging_server:8.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_interactive_session_recorder", "product": { "name": "communications_interactive_session_recorder", "product_id": "CSAFPID-1893", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_interactive_session_recorder:6.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_ip_service_activator", "product": { "name": "communications_ip_service_activator", "product_id": "CSAFPID-204622", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_ip_service_activator:7.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_ip_service_activator", "product": { "name": "communications_ip_service_activator", "product_id": "CSAFPID-219909", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_ip_service_activator:7.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_lsms", "product": { "name": "communications_lsms", "product_id": "CSAFPID-1673065", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_lsms:14.0.0.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_messaging_server", "product": { "name": "communications_messaging_server", "product_id": "CSAFPID-764835", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_messaging_server:8.1.0.20.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_messaging_server", "product": { "name": "communications_messaging_server", "product_id": "CSAFPID-375182", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_messaging_server:8.1.0.21.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_messaging_server", "product": { "name": "communications_messaging_server", "product_id": "CSAFPID-816351", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_messaging_server:8.1.0.24.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_messaging_server", "product": { "name": "communications_messaging_server", "product_id": "CSAFPID-41182", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_messaging_server:8.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_metasolv_solution", "product": { "name": "communications_metasolv_solution", "product_id": "CSAFPID-611595", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_metasolv_solution:6.3.1.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_metasolv_solution", "product": { "name": "communications_metasolv_solution", "product_id": "CSAFPID-226017", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_metasolv_solution:6.3.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-220167", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-816353", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:23.2.0.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-764243", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:23.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-816352", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:23.3.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-1503589", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:23.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-1503590", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:24.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-1673414", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:24.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-816783", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:_general___23.2.0.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-816786", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:_general___23.3.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-816784", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:_install_upgrade___23.2.0.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-816787", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:_install_upgrade___23.3.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-816785", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:_third_party___23.2.0.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_analytics_data_director", "product": { "name": "communications_network_analytics_data_director", "product_id": "CSAFPID-816788", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_analytics_data_director:_third_party___23.3.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_charging_and_control", "product": { "name": "communications_network_charging_and_control", "product_id": "CSAFPID-342803", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_charging_and_control:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_charging_and_control", "product": { "name": "communications_network_charging_and_control", "product_id": "CSAFPID-1650778", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_charging_and_control:12.0.1.0.0-12.0.6.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_charging_and_control", "product": { "name": "communications_network_charging_and_control", "product_id": "CSAFPID-1266", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_charging_and_control:12.0.6.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_charging_and_control", "product": { "name": "communications_network_charging_and_control", "product_id": "CSAFPID-764249", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_charging_and_control:12.0.6.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_charging_and_control", "product": { "name": "communications_network_charging_and_control", "product_id": "CSAFPID-816354", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_charging_and_control:15.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_charging_and_control", "product": { "name": "communications_network_charging_and_control", "product_id": "CSAFPID-204563", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_charging_and_control:6.0.1.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_integrity", "product": { "name": "communications_network_integrity", "product_id": "CSAFPID-220125", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_integrity:7.3.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_integrity", "product": { "name": "communications_network_integrity", "product_id": "CSAFPID-245244", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_integrity:7.3.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_integrity", "product": { "name": "communications_network_integrity", "product_id": "CSAFPID-219776", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_integrity:7.3.6.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_network_integrity", "product": { "name": "communications_network_integrity", "product_id": "CSAFPID-204554", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_network_integrity:7.3.6:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_offline_mediation_controller", "product": { "name": "communications_offline_mediation_controller", "product_id": "CSAFPID-765242", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_offline_mediation_controller:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_operations_monitor", "product": { "name": "communications_operations_monitor", "product_id": "CSAFPID-9489", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_operations_monitor:4.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_operations_monitor", "product": { "name": "communications_operations_monitor", "product_id": "CSAFPID-110249", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_operations_monitor:4.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_operations_monitor", "product": { "name": "communications_operations_monitor", "product_id": "CSAFPID-93781", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_operations_monitor:5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_operations_monitor", "product": { "name": "communications_operations_monitor", "product_id": "CSAFPID-220132", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_operations_monitor:5.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_operations_monitor", "product": { "name": "communications_operations_monitor", "product_id": "CSAFPID-912079", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_operations_monitor:5.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_order_and_service_management", "product": { "name": "communications_order_and_service_management", "product_id": "CSAFPID-224791", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_order_and_service_management:7.3.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_order_and_service_management", "product": { "name": "communications_order_and_service_management", "product_id": "CSAFPID-219898", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_order_and_service_management:7.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_order_and_service_management", "product": { "name": "communications_order_and_service_management", "product_id": "CSAFPID-224790", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_order_and_service_management:7.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_order_and_service_management", "product": { "name": "communications_order_and_service_management", "product_id": "CSAFPID-221118", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_order_and_service_management:7.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_order_and_service_management", "product": { "name": "communications_order_and_service_management", "product_id": "CSAFPID-179774", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_order_and_service_management:7.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_order_and_service_management", "product": { "name": "communications_order_and_service_management", "product_id": "CSAFPID-1673496", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_order_and_service_management:7.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_performance_intelligence", "product": { "name": "communications_performance_intelligence", "product_id": "CSAFPID-1503591", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_performance_intelligence:10.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_performance_intelligence_center", "product": { "name": "communications_performance_intelligence_center", "product_id": "CSAFPID-1673485", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_performance_intelligence_center:prior_to_10.4.0.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_performance_intelligence_center__pic__software", "product": { "name": "communications_performance_intelligence_center__pic__software", "product_id": "CSAFPID-765367", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_performance_intelligence_center__pic__software:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_performance_intelligence_center__pic__software", "product": { "name": "communications_performance_intelligence_center__pic__software", "product_id": "CSAFPID-765368", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_performance_intelligence_center__pic__software:10.4.0.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_performance_intelligence_center__pic__software", "product": { "name": "communications_performance_intelligence_center__pic__software", "product_id": "CSAFPID-764830", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_performance_intelligence_center__pic__software:10.4.0.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_policy_management", "product": { "name": "communications_policy_management", "product_id": "CSAFPID-573035", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_policy_management:12.5.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_policy_management", "product": { "name": "communications_policy_management", "product_id": "CSAFPID-45192", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_policy_management:12.6.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_policy_management", "product": { "name": "communications_policy_management", "product_id": "CSAFPID-611406", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_policy_management:12.6.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_policy_management", "product": { "name": "communications_policy_management", "product_id": "CSAFPID-816789", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_policy_management:12.6.1.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_policy_management", "product": { "name": "communications_policy_management", "product_id": "CSAFPID-816790", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_policy_management:15.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_pricing_design_center", "product": { "name": "communications_pricing_design_center", "product_id": "CSAFPID-764738", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_pricing_design_center:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_pricing_design_center", "product": { "name": "communications_pricing_design_center", "product_id": "CSAFPID-204595", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_pricing_design_center:12.0.0.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_pricing_design_center", "product": { "name": "communications_pricing_design_center", "product_id": "CSAFPID-204590", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_pricing_design_center:12.0.0.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_pricing_design_center", "product": { "name": "communications_pricing_design_center", "product_id": "CSAFPID-816355", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_pricing_design_center:15.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_service_catalog_and_design", "product": { "name": "communications_service_catalog_and_design", "product_id": "CSAFPID-1503601", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_service_catalog_and_design", "product": { "name": "communications_service_catalog_and_design", "product_id": "CSAFPID-816359", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:7.4.0.7.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_service_catalog_and_design", "product": { "name": "communications_service_catalog_and_design", "product_id": "CSAFPID-816358", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:7.4.1.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_service_catalog_and_design", "product": { "name": "communications_service_catalog_and_design", "product_id": "CSAFPID-816357", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:7.4.2.8.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_service_catalog_and_design", "product": { "name": "communications_service_catalog_and_design", "product_id": "CSAFPID-912558", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:8.0.0.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_service_catalog_and_design", "product": { "name": "communications_service_catalog_and_design", "product_id": "CSAFPID-1503602", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:8.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_service_catalog_and_design", "product": { "name": "communications_service_catalog_and_design", "product_id": "CSAFPID-816795", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:_psr_designer___7.4.0.7.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_service_catalog_and_design", "product": { "name": "communications_service_catalog_and_design", "product_id": "CSAFPID-816796", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:_psr_designer___7.4.1.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_service_catalog_and_design", "product": { "name": "communications_service_catalog_and_design", "product_id": "CSAFPID-816797", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_service_catalog_and_design:_psr_designer___7.4.2.8.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_services_gatekeeper", "product": { "name": "communications_services_gatekeeper", "product_id": "CSAFPID-608630", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_services_gatekeeper:7.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_border_controller", "product": { "name": "communications_session_border_controller", "product_id": "CSAFPID-1503592", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_border_controller:4.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_border_controller", "product": { "name": "communications_session_border_controller", "product_id": "CSAFPID-1503593", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_border_controller:4.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_border_controller", "product": { "name": "communications_session_border_controller", "product_id": "CSAFPID-40294", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_border_controller:8.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_border_controller", "product": { "name": "communications_session_border_controller", "product_id": "CSAFPID-40292", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_border_controller:9.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_border_controller", "product": { "name": "communications_session_border_controller", "product_id": "CSAFPID-1672762", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_border_controller:9.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_border_controller", "product": { "name": "communications_session_border_controller", "product_id": "CSAFPID-40291", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_border_controller:9.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_border_controller", "product": { "name": "communications_session_border_controller", "product_id": "CSAFPID-1503594", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_border_controller:9.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_border_controller", "product": { "name": "communications_session_border_controller", "product_id": "CSAFPID-1503595", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_border_controller:9.3.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-342804", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-704413", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:-:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-2296", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:8.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-166028", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:8.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-2294", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:8.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-2292", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:8.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-2290", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:8.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-2288", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:8.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-2282", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:8.2.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-2285", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:8.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-2279", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:8.2.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-204634", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:8.2.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-345039", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:9.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-93628", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:9.0.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-611423", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:9.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-93631", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:9.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_report_manager", "product": { "name": "communications_session_report_manager", "product_id": "CSAFPID-816791", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_report_manager:9.4.53:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-342805", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-704414", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:-:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-166027", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-2295", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-2293", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-2289", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.2.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-2291", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-2287", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-2283", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.2.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-2284", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-2280", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.2.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-2281", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.2.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-220414", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.2.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_route_manager", "product": { "name": "communications_session_route_manager", "product_id": "CSAFPID-204607", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_route_manager:8.2.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_router", "product": { "name": "communications_session_router", "product_id": "CSAFPID-764780", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_router:9.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_session_router", "product": { "name": "communications_session_router", "product_id": "CSAFPID-764781", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_session_router:9.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_subscriber-aware_load_balancer", "product": { "name": "communications_subscriber-aware_load_balancer", "product_id": "CSAFPID-93775", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_subscriber-aware_load_balancer:9.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_subscriber-aware_load_balancer", "product": { "name": "communications_subscriber-aware_load_balancer", "product_id": "CSAFPID-93774", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_subscriber-aware_load_balancer:9.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-240600", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-1673382", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:5.5.0-5.5.22:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-78764", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:5.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-78763", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:5.5.10:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-1673070", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:5.5.22:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-1673381", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.0-6.0.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-1650731", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.0-6.0.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-1673530", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.0-6.0.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-764901", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-78762", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-78761", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-614089", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_assurance", "product": { "name": "communications_unified_assurance", "product_id": "CSAFPID-1673068", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_assurance:6.0.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_inventory_management", "product": { "name": "communications_unified_inventory_management", "product_id": "CSAFPID-764739", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_inventory_management", "product": { "name": "communications_unified_inventory_management", "product_id": "CSAFPID-204614", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.3.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_inventory_management", "product": { "name": "communications_unified_inventory_management", "product_id": "CSAFPID-8984", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_inventory_management", "product": { "name": "communications_unified_inventory_management", "product_id": "CSAFPID-204510", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_inventory_management", "product": { "name": "communications_unified_inventory_management", "product_id": "CSAFPID-204569", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_inventory_management", "product": { "name": "communications_unified_inventory_management", "product_id": "CSAFPID-219826", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_inventory_management", "product": { "name": "communications_unified_inventory_management", "product_id": "CSAFPID-912073", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.5.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_session_manager", "product": { "name": "communications_unified_session_manager", "product_id": "CSAFPID-110243", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_session_manager:8.2.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_unified_session_manager", "product": { "name": "communications_unified_session_manager", "product_id": "CSAFPID-205759", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_unified_session_manager:8.4.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_user_data_repository", "product": { "name": "communications_user_data_repository", "product_id": "CSAFPID-1503596", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.11.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_user_data_repository", "product": { "name": "communications_user_data_repository", "product_id": "CSAFPID-1503597", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.11.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_user_data_repository", "product": { "name": "communications_user_data_repository", "product_id": "CSAFPID-1503598", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.11.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_user_data_repository", "product": { "name": "communications_user_data_repository", "product_id": "CSAFPID-764900", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_user_data_repository", "product": { "name": "communications_user_data_repository", "product_id": "CSAFPID-76994", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_user_data_repository", "product": { "name": "communications_user_data_repository", "product_id": "CSAFPID-568240", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.6.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_user_data_repository", "product": { "name": "communications_user_data_repository", "product_id": "CSAFPID-764782", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.6.1.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_user_data_repository", "product": { "name": "communications_user_data_repository", "product_id": "CSAFPID-355340", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:12.6.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_user_data_repository", "product": { "name": "communications_user_data_repository", "product_id": "CSAFPID-912080", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:14.0.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_user_data_repository", "product": { "name": "communications_user_data_repository", "product_id": "CSAFPID-1673481", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_user_data_repository:14.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_webrtc_session_controller", "product": { "name": "communications_webrtc_session_controller", "product_id": "CSAFPID-912554", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_webrtc_session_controller:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_webrtc_session_controller", "product": { "name": "communications_webrtc_session_controller", "product_id": "CSAFPID-611408", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_webrtc_session_controller:7.2.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_webrtc_session_controller", "product": { "name": "communications_webrtc_session_controller", "product_id": "CSAFPID-703515", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_webrtc_session_controller:7.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_webrtc_session_controller", "product": { "name": "communications_webrtc_session_controller", "product_id": "CSAFPID-611407", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_webrtc_session_controller:7.2.1.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_webrtc_session_controller", "product": { "name": "communications_webrtc_session_controller", "product_id": "CSAFPID-204456", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_webrtc_session_controller:7.2.1:*:*:*:*:*:*:*" } } } ], "category": "vendor", "name": "oracle" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-37137", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-41182", "CSAFPID-209546", "CSAFPID-40608", "CSAFPID-180216", "CSAFPID-93547", "CSAFPID-180217", "CSAFPID-2310", "CSAFPID-40612", "CSAFPID-391501", "CSAFPID-440102", "CSAFPID-41516", "CSAFPID-41515", "CSAFPID-764237", "CSAFPID-45182", "CSAFPID-45181", "CSAFPID-45186", "CSAFPID-45185", "CSAFPID-90018", "CSAFPID-94290", "CSAFPID-260394", "CSAFPID-216017", "CSAFPID-764240", "CSAFPID-90021", "CSAFPID-94292", "CSAFPID-218028", "CSAFPID-94291", "CSAFPID-493443", "CSAFPID-224796", "CSAFPID-90019", "CSAFPID-90016", "CSAFPID-93777", "CSAFPID-93772", "CSAFPID-40293", "CSAFPID-345038", "CSAFPID-93629", "CSAFPID-93781", "CSAFPID-45192", "CSAFPID-608630", "CSAFPID-40292", "CSAFPID-40291", "CSAFPID-345039", "CSAFPID-93628", "CSAFPID-764780", "CSAFPID-764781", "CSAFPID-93775", "CSAFPID-93774", "CSAFPID-764782", "CSAFPID-342793", "CSAFPID-1261", "CSAFPID-204622", "CSAFPID-219909", "CSAFPID-342803", "CSAFPID-204563", "CSAFPID-221118", "CSAFPID-240600", "CSAFPID-8984", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-1899", "CSAFPID-41111", "CSAFPID-40299", "CSAFPID-187447", "CSAFPID-1900", "CSAFPID-40301", "CSAFPID-180194", "CSAFPID-40298", "CSAFPID-41112", "CSAFPID-41110", "CSAFPID-41113", "CSAFPID-180193", "CSAFPID-1898", "CSAFPID-40300", "CSAFPID-611587", "CSAFPID-40297", "CSAFPID-110244", "CSAFPID-110242", "CSAFPID-9489", "CSAFPID-110249", "CSAFPID-40294", "CSAFPID-110243", "CSAFPID-204629", "CSAFPID-765241", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-41183", "CSAFPID-207586", "CSAFPID-765242", "CSAFPID-205759", "CSAFPID-1893", "CSAFPID-765365", "CSAFPID-765366", "CSAFPID-342804", "CSAFPID-342805", "CSAFPID-204456", "CSAFPID-1882", "CSAFPID-573035", "CSAFPID-204645", "CSAFPID-765367", "CSAFPID-765368", "CSAFPID-764242", "CSAFPID-76994", "CSAFPID-204623", "CSAFPID-352633", "CSAFPID-352632", "CSAFPID-765369", "CSAFPID-204528", "CSAFPID-342802", "CSAFPID-40610", "CSAFPID-40611", "CSAFPID-40609", "CSAFPID-180198", "CSAFPID-180196", "CSAFPID-180201", "CSAFPID-180202", "CSAFPID-40613", "CSAFPID-180199", "CSAFPID-93546", "CSAFPID-180195", "CSAFPID-180200", "CSAFPID-765371", "CSAFPID-89545", "CSAFPID-180215", "CSAFPID-180197", "CSAFPID-204639", "CSAFPID-204627", "CSAFPID-226017", "CSAFPID-219898", "CSAFPID-179774", "CSAFPID-342799", "CSAFPID-765372", "CSAFPID-220125", "CSAFPID-245244", "CSAFPID-204554", "CSAFPID-764739", "CSAFPID-204614", "CSAFPID-345031", "CSAFPID-204635", "CSAFPID-204595", "CSAFPID-204590", "CSAFPID-224787", "CSAFPID-1673381", "CSAFPID-1673382", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628" ] }, "references": [ { "category": "self", "summary": "CVE-2021-37137", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-37137.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-41182", "CSAFPID-209546", "CSAFPID-40608", "CSAFPID-180216", "CSAFPID-93547", "CSAFPID-180217", "CSAFPID-2310", "CSAFPID-40612", "CSAFPID-391501", "CSAFPID-440102", "CSAFPID-41516", "CSAFPID-41515", "CSAFPID-764237", "CSAFPID-45182", "CSAFPID-45181", "CSAFPID-45186", "CSAFPID-45185", "CSAFPID-90018", "CSAFPID-94290", "CSAFPID-260394", "CSAFPID-216017", "CSAFPID-764240", "CSAFPID-90021", "CSAFPID-94292", "CSAFPID-218028", "CSAFPID-94291", "CSAFPID-493443", "CSAFPID-224796", "CSAFPID-90019", "CSAFPID-90016", "CSAFPID-93777", "CSAFPID-93772", "CSAFPID-40293", "CSAFPID-345038", "CSAFPID-93629", "CSAFPID-93781", "CSAFPID-45192", "CSAFPID-608630", "CSAFPID-40292", "CSAFPID-40291", "CSAFPID-345039", "CSAFPID-93628", "CSAFPID-764780", "CSAFPID-764781", "CSAFPID-93775", "CSAFPID-93774", "CSAFPID-764782", "CSAFPID-342793", "CSAFPID-1261", "CSAFPID-204622", "CSAFPID-219909", "CSAFPID-342803", "CSAFPID-204563", "CSAFPID-221118", "CSAFPID-240600", "CSAFPID-8984", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-1899", "CSAFPID-41111", "CSAFPID-40299", "CSAFPID-187447", "CSAFPID-1900", "CSAFPID-40301", "CSAFPID-180194", "CSAFPID-40298", "CSAFPID-41112", "CSAFPID-41110", "CSAFPID-41113", "CSAFPID-180193", "CSAFPID-1898", "CSAFPID-40300", "CSAFPID-611587", "CSAFPID-40297", "CSAFPID-110244", "CSAFPID-110242", "CSAFPID-9489", "CSAFPID-110249", "CSAFPID-40294", "CSAFPID-110243", "CSAFPID-204629", "CSAFPID-765241", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-41183", "CSAFPID-207586", "CSAFPID-765242", "CSAFPID-205759", "CSAFPID-1893", "CSAFPID-765365", "CSAFPID-765366", "CSAFPID-342804", "CSAFPID-342805", "CSAFPID-204456", "CSAFPID-1882", "CSAFPID-573035", "CSAFPID-204645", "CSAFPID-765367", "CSAFPID-765368", "CSAFPID-764242", "CSAFPID-76994", "CSAFPID-204623", "CSAFPID-352633", "CSAFPID-352632", "CSAFPID-765369", "CSAFPID-204528", "CSAFPID-342802", "CSAFPID-40610", "CSAFPID-40611", "CSAFPID-40609", "CSAFPID-180198", "CSAFPID-180196", "CSAFPID-180201", "CSAFPID-180202", "CSAFPID-40613", "CSAFPID-180199", "CSAFPID-93546", "CSAFPID-180195", "CSAFPID-180200", "CSAFPID-765371", "CSAFPID-89545", "CSAFPID-180215", "CSAFPID-180197", "CSAFPID-204639", "CSAFPID-204627", "CSAFPID-226017", "CSAFPID-219898", "CSAFPID-179774", "CSAFPID-342799", "CSAFPID-765372", "CSAFPID-220125", "CSAFPID-245244", "CSAFPID-204554", "CSAFPID-764739", "CSAFPID-204614", "CSAFPID-345031", "CSAFPID-204635", "CSAFPID-204595", "CSAFPID-204590", "CSAFPID-224787", "CSAFPID-1673381", "CSAFPID-1673382", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628" ] } ], "title": "CVE-2021-37137" }, { "cve": "CVE-2022-2068", "cwe": { "id": "CWE-78", "name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)", "title": "CWE-78" }, { "category": "other", "text": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)", "title": "CWE-77" } ], "product_status": { "known_affected": [ "CSAFPID-40949", "CSAFPID-391501", "CSAFPID-440102", "CSAFPID-41516", "CSAFPID-41515", "CSAFPID-764237", "CSAFPID-45182", "CSAFPID-45181", "CSAFPID-45186", "CSAFPID-45185", "CSAFPID-90018", "CSAFPID-94290", "CSAFPID-260394", "CSAFPID-216017", "CSAFPID-764240", "CSAFPID-90021", "CSAFPID-94292", "CSAFPID-218028", "CSAFPID-94291", "CSAFPID-493443", "CSAFPID-224796", "CSAFPID-90019", "CSAFPID-90016", "CSAFPID-93777", "CSAFPID-93772", "CSAFPID-40293", "CSAFPID-345038", "CSAFPID-93629", "CSAFPID-93781", "CSAFPID-45192", "CSAFPID-608630", "CSAFPID-40292", "CSAFPID-40291", "CSAFPID-345039", "CSAFPID-93628", "CSAFPID-764780", "CSAFPID-764781", "CSAFPID-93775", "CSAFPID-93774", "CSAFPID-764782", "CSAFPID-342793", "CSAFPID-1261", "CSAFPID-204622", "CSAFPID-219909", "CSAFPID-342803", "CSAFPID-204563", "CSAFPID-221118", "CSAFPID-240600", "CSAFPID-8984", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-40294", "CSAFPID-93631", "CSAFPID-764900", "CSAFPID-568240", "CSAFPID-355340", "CSAFPID-703515", "CSAFPID-204456", "CSAFPID-764735", "CSAFPID-204635", "CSAFPID-41183", "CSAFPID-234306", "CSAFPID-41182", "CSAFPID-226017", "CSAFPID-219898", "CSAFPID-179774", "CSAFPID-764738", "CSAFPID-764901", "CSAFPID-764902", "CSAFPID-220547", "CSAFPID-187447", "CSAFPID-760687", "CSAFPID-40947", "CSAFPID-2044", "CSAFPID-449747", "CSAFPID-40301", "CSAFPID-449746", "CSAFPID-40298", "CSAFPID-223527", "CSAFPID-760688", "CSAFPID-93636", "CSAFPID-40300", "CSAFPID-93653", "CSAFPID-642000", "CSAFPID-642002", "CSAFPID-642001", "CSAFPID-165576", "CSAFPID-764899", "CSAFPID-40948", "CSAFPID-426842", "CSAFPID-93630", "CSAFPID-204645", "CSAFPID-1893", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2022-2068", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-2068.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-40949", "CSAFPID-391501", "CSAFPID-440102", "CSAFPID-41516", "CSAFPID-41515", "CSAFPID-764237", "CSAFPID-45182", "CSAFPID-45181", "CSAFPID-45186", "CSAFPID-45185", "CSAFPID-90018", "CSAFPID-94290", "CSAFPID-260394", "CSAFPID-216017", "CSAFPID-764240", "CSAFPID-90021", "CSAFPID-94292", "CSAFPID-218028", "CSAFPID-94291", "CSAFPID-493443", "CSAFPID-224796", "CSAFPID-90019", "CSAFPID-90016", "CSAFPID-93777", "CSAFPID-93772", "CSAFPID-40293", "CSAFPID-345038", "CSAFPID-93629", "CSAFPID-93781", "CSAFPID-45192", "CSAFPID-608630", "CSAFPID-40292", "CSAFPID-40291", "CSAFPID-345039", "CSAFPID-93628", "CSAFPID-764780", "CSAFPID-764781", "CSAFPID-93775", "CSAFPID-93774", "CSAFPID-764782", "CSAFPID-342793", "CSAFPID-1261", "CSAFPID-204622", "CSAFPID-219909", "CSAFPID-342803", "CSAFPID-204563", "CSAFPID-221118", "CSAFPID-240600", "CSAFPID-8984", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-40294", "CSAFPID-93631", "CSAFPID-764900", "CSAFPID-568240", "CSAFPID-355340", "CSAFPID-703515", "CSAFPID-204456", "CSAFPID-764735", "CSAFPID-204635", "CSAFPID-41183", "CSAFPID-234306", "CSAFPID-41182", "CSAFPID-226017", "CSAFPID-219898", "CSAFPID-179774", "CSAFPID-764738", "CSAFPID-764901", "CSAFPID-764902", "CSAFPID-220547", "CSAFPID-187447", "CSAFPID-760687", "CSAFPID-40947", "CSAFPID-2044", "CSAFPID-449747", "CSAFPID-40301", "CSAFPID-449746", "CSAFPID-40298", "CSAFPID-223527", "CSAFPID-760688", "CSAFPID-93636", "CSAFPID-40300", "CSAFPID-93653", "CSAFPID-642000", "CSAFPID-642002", "CSAFPID-642001", "CSAFPID-165576", "CSAFPID-764899", "CSAFPID-40948", "CSAFPID-426842", "CSAFPID-93630", "CSAFPID-204645", "CSAFPID-1893", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2022-2068" }, { "cve": "CVE-2022-2601", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" }, { "category": "other", "text": "Heap-based Buffer Overflow", "title": "CWE-122" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2022-2601", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-2601.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.6, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2022-2601" }, { "cve": "CVE-2022-23437", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "notes": [ { "category": "other", "text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)", "title": "CWE-835" } ], "product_status": { "known_affected": [ "CSAFPID-204629", "CSAFPID-704410", "CSAFPID-704411", "CSAFPID-704412", "CSAFPID-226017", "CSAFPID-179774", "CSAFPID-219898", "CSAFPID-219826", "CSAFPID-204569", "CSAFPID-204510", "CSAFPID-220057", "CSAFPID-220055", "CSAFPID-220909", "CSAFPID-45184", "CSAFPID-45182", "CSAFPID-220559", "CSAFPID-220558", "CSAFPID-220327", "CSAFPID-220325", "CSAFPID-219838", "CSAFPID-220056", "CSAFPID-223511", "CSAFPID-216017", "CSAFPID-220889", "CSAFPID-220918", "CSAFPID-90020", "CSAFPID-90015", "CSAFPID-220133", "CSAFPID-220561", "CSAFPID-90021", "CSAFPID-220881", "CSAFPID-94291", "CSAFPID-220910", "CSAFPID-220324", "CSAFPID-224796", "CSAFPID-224795", "CSAFPID-220326", "CSAFPID-764734", "CSAFPID-40293", "CSAFPID-220167", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764736", "CSAFPID-764737", "CSAFPID-224793", "CSAFPID-342793", "CSAFPID-1265", "CSAFPID-219803", "CSAFPID-375182", "CSAFPID-342803", "CSAFPID-1266", "CSAFPID-219776", "CSAFPID-224791", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-764738", "CSAFPID-240600", "CSAFPID-764739", "CSAFPID-391501", "CSAFPID-440102", "CSAFPID-41516", "CSAFPID-41515", "CSAFPID-764237", "CSAFPID-45181", "CSAFPID-45186", "CSAFPID-45185", "CSAFPID-90018", "CSAFPID-94290", "CSAFPID-260394", "CSAFPID-764240", "CSAFPID-94292", "CSAFPID-218028", "CSAFPID-493443", "CSAFPID-90019", "CSAFPID-90016", "CSAFPID-93777", "CSAFPID-93772", "CSAFPID-345038", "CSAFPID-93629", "CSAFPID-45192", "CSAFPID-608630", "CSAFPID-40292", "CSAFPID-40291", "CSAFPID-345039", "CSAFPID-93628", "CSAFPID-764780", "CSAFPID-764781", "CSAFPID-93775", "CSAFPID-93774", "CSAFPID-764782", "CSAFPID-1261", "CSAFPID-204622", "CSAFPID-219909", "CSAFPID-204563", "CSAFPID-8984", "CSAFPID-220548", "CSAFPID-608629", "CSAFPID-93784", "CSAFPID-41111", "CSAFPID-1685", "CSAFPID-493445", "CSAFPID-294401", "CSAFPID-220547", "CSAFPID-764824", "CSAFPID-220459", "CSAFPID-764825", "CSAFPID-93635", "CSAFPID-503534", "CSAFPID-503493", "CSAFPID-493444", "CSAFPID-93633", "CSAFPID-260395", "CSAFPID-260393", "CSAFPID-220468", "CSAFPID-93636", "CSAFPID-93634", "CSAFPID-589926", "CSAFPID-179780", "CSAFPID-589925", "CSAFPID-179779", "CSAFPID-764826", "CSAFPID-764827", "CSAFPID-764828", "CSAFPID-764829", "CSAFPID-764830", "CSAFPID-220190", "CSAFPID-220189", "CSAFPID-764833", "CSAFPID-41183", "CSAFPID-764834", "CSAFPID-234306", "CSAFPID-764835", "CSAFPID-187447", "CSAFPID-760687", "CSAFPID-40947", "CSAFPID-2044", "CSAFPID-449747", "CSAFPID-40301", "CSAFPID-449746", "CSAFPID-40298", "CSAFPID-223527", "CSAFPID-760688", "CSAFPID-40300", "CSAFPID-93653", "CSAFPID-40949", "CSAFPID-642000", "CSAFPID-642002", "CSAFPID-642001", "CSAFPID-165576", "CSAFPID-764899", "CSAFPID-40948", "CSAFPID-426842", "CSAFPID-93630", "CSAFPID-204645", "CSAFPID-1893", "CSAFPID-40294", "CSAFPID-93631", "CSAFPID-764900", "CSAFPID-568240", "CSAFPID-355340", "CSAFPID-703515", "CSAFPID-204456", "CSAFPID-204635", "CSAFPID-41182", "CSAFPID-764901", "CSAFPID-764902", "CSAFPID-1899", "CSAFPID-40299", "CSAFPID-1900", "CSAFPID-180194", "CSAFPID-41112", "CSAFPID-41110", "CSAFPID-41113", "CSAFPID-180193", "CSAFPID-1898", "CSAFPID-611587", "CSAFPID-40297", "CSAFPID-110244", "CSAFPID-110242", "CSAFPID-9489", "CSAFPID-110249", "CSAFPID-110243", "CSAFPID-765241", "CSAFPID-209546", "CSAFPID-207586", "CSAFPID-765242", "CSAFPID-205759", "CSAFPID-765365", "CSAFPID-765366", "CSAFPID-342804", "CSAFPID-342805", "CSAFPID-1882", "CSAFPID-573035", "CSAFPID-765367", "CSAFPID-765368", "CSAFPID-764242", "CSAFPID-76994", "CSAFPID-204623", "CSAFPID-352633", "CSAFPID-352632", "CSAFPID-765369", "CSAFPID-204528", "CSAFPID-342802", "CSAFPID-40610", "CSAFPID-40611", "CSAFPID-40609", "CSAFPID-180198", "CSAFPID-180217", "CSAFPID-180196", "CSAFPID-40612", "CSAFPID-180201", "CSAFPID-180216", "CSAFPID-180202", "CSAFPID-40613", "CSAFPID-40608", "CSAFPID-180199", "CSAFPID-93546", "CSAFPID-180195", "CSAFPID-2310", "CSAFPID-93547", "CSAFPID-180200", "CSAFPID-765371", "CSAFPID-89545", "CSAFPID-180215", "CSAFPID-180197", "CSAFPID-204639", "CSAFPID-204627", "CSAFPID-342799", "CSAFPID-765372", "CSAFPID-220125", "CSAFPID-245244", "CSAFPID-204554", "CSAFPID-204614", "CSAFPID-345031", "CSAFPID-204595", "CSAFPID-204590", "CSAFPID-224787", "CSAFPID-1673065", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2022-23437", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-23437.json" } ], "title": "CVE-2022-23437" }, { "cve": "CVE-2022-36760", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "notes": [ { "category": "other", "text": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)", "title": "CWE-444" } ], "product_status": { "known_affected": [ "CSAFPID-220057", "CSAFPID-220055", "CSAFPID-220909", "CSAFPID-45184", "CSAFPID-45182", "CSAFPID-220559", "CSAFPID-220558", "CSAFPID-220327", "CSAFPID-220325", "CSAFPID-219838", "CSAFPID-220056", "CSAFPID-223511", "CSAFPID-216017", "CSAFPID-220889", "CSAFPID-220918", "CSAFPID-90020", "CSAFPID-90015", "CSAFPID-220133", "CSAFPID-220561", "CSAFPID-90021", "CSAFPID-220881", "CSAFPID-94291", "CSAFPID-220910", "CSAFPID-220324", "CSAFPID-224796", "CSAFPID-224795", "CSAFPID-220326", "CSAFPID-764734", "CSAFPID-40293", "CSAFPID-220167", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764736", "CSAFPID-764737", "CSAFPID-224793", "CSAFPID-342793", "CSAFPID-1265", "CSAFPID-704412", "CSAFPID-704411", "CSAFPID-704410", "CSAFPID-219803", "CSAFPID-375182", "CSAFPID-342803", "CSAFPID-1266", "CSAFPID-219776", "CSAFPID-224791", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-764738", "CSAFPID-240600", "CSAFPID-764739", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-391501", "CSAFPID-440102", "CSAFPID-41516", "CSAFPID-41515", "CSAFPID-764237", "CSAFPID-45181", "CSAFPID-45186", "CSAFPID-45185", "CSAFPID-90018", "CSAFPID-94290", "CSAFPID-260394", "CSAFPID-764240", "CSAFPID-94292", "CSAFPID-218028", "CSAFPID-493443", "CSAFPID-90019", "CSAFPID-90016", "CSAFPID-93777", "CSAFPID-93772", "CSAFPID-345038", "CSAFPID-93629", "CSAFPID-45192", "CSAFPID-608630", "CSAFPID-40292", "CSAFPID-40291", "CSAFPID-345039", "CSAFPID-93628", "CSAFPID-764780", "CSAFPID-764781", "CSAFPID-93775", "CSAFPID-93774", "CSAFPID-764782", "CSAFPID-1261", "CSAFPID-204622", "CSAFPID-219909", "CSAFPID-204563", "CSAFPID-8984", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2022-36760", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-36760.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-220057", "CSAFPID-220055", "CSAFPID-220909", "CSAFPID-45184", "CSAFPID-45182", "CSAFPID-220559", "CSAFPID-220558", "CSAFPID-220327", "CSAFPID-220325", "CSAFPID-219838", "CSAFPID-220056", "CSAFPID-223511", "CSAFPID-216017", "CSAFPID-220889", "CSAFPID-220918", "CSAFPID-90020", "CSAFPID-90015", "CSAFPID-220133", "CSAFPID-220561", "CSAFPID-90021", "CSAFPID-220881", "CSAFPID-94291", "CSAFPID-220910", "CSAFPID-220324", "CSAFPID-224796", "CSAFPID-224795", "CSAFPID-220326", "CSAFPID-764734", "CSAFPID-40293", "CSAFPID-220167", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764736", "CSAFPID-764737", "CSAFPID-224793", "CSAFPID-342793", "CSAFPID-1265", "CSAFPID-704412", "CSAFPID-704411", "CSAFPID-704410", "CSAFPID-219803", "CSAFPID-375182", "CSAFPID-342803", "CSAFPID-1266", "CSAFPID-219776", "CSAFPID-224791", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-764738", "CSAFPID-240600", "CSAFPID-764739", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-391501", "CSAFPID-440102", "CSAFPID-41516", "CSAFPID-41515", "CSAFPID-764237", "CSAFPID-45181", "CSAFPID-45186", "CSAFPID-45185", "CSAFPID-90018", "CSAFPID-94290", "CSAFPID-260394", "CSAFPID-764240", "CSAFPID-94292", "CSAFPID-218028", "CSAFPID-493443", "CSAFPID-90019", "CSAFPID-90016", "CSAFPID-93777", "CSAFPID-93772", "CSAFPID-345038", "CSAFPID-93629", "CSAFPID-45192", "CSAFPID-608630", "CSAFPID-40292", "CSAFPID-40291", "CSAFPID-345039", "CSAFPID-93628", "CSAFPID-764780", "CSAFPID-764781", "CSAFPID-93775", "CSAFPID-93774", "CSAFPID-764782", "CSAFPID-1261", "CSAFPID-204622", "CSAFPID-219909", "CSAFPID-204563", "CSAFPID-8984", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2022-36760" }, { "cve": "CVE-2023-2953", "cwe": { "id": "CWE-119", "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer" }, "notes": [ { "category": "other", "text": "Improper Restriction of Operations within the Bounds of a Memory Buffer", "title": "CWE-119" }, { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" } ], "product_status": { "known_affected": [ "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1673391", "CSAFPID-1673392", "CSAFPID-1673393", "CSAFPID-1673394", "CSAFPID-1673395", "CSAFPID-1673396", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2023-2953", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-2953.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1673391", "CSAFPID-1673392", "CSAFPID-1673393", "CSAFPID-1673394", "CSAFPID-1673395", "CSAFPID-1673396", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2023-2953" }, { "cve": "CVE-2023-3635", "cwe": { "id": "CWE-195", "name": "Signed to Unsigned Conversion Error" }, "notes": [ { "category": "other", "text": "Signed to Unsigned Conversion Error", "title": "CWE-195" }, { "category": "other", "text": "Uncaught Exception", "title": "CWE-248" } ], "product_status": { "known_affected": [ "CSAFPID-94291", "CSAFPID-40293", "CSAFPID-204622", "CSAFPID-1265", "CSAFPID-1261", "CSAFPID-1266", "CSAFPID-8984", "CSAFPID-1673399", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912101", "CSAFPID-912544", "CSAFPID-912077", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-219909", "CSAFPID-220558", "CSAFPID-221118", "CSAFPID-224790", "CSAFPID-240600", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611401", "CSAFPID-611406", "CSAFPID-611407", "CSAFPID-611408", "CSAFPID-611413", "CSAFPID-611595", "CSAFPID-204510", "CSAFPID-204563", "CSAFPID-204569", "CSAFPID-219803", "CSAFPID-219838", "CSAFPID-224793", "CSAFPID-342793", "CSAFPID-342803", "CSAFPID-614513", "CSAFPID-614514", "CSAFPID-614515", "CSAFPID-614516", "CSAFPID-614517", "CSAFPID-618156", "CSAFPID-643776", "CSAFPID-764237", "CSAFPID-764238", "CSAFPID-764239", "CSAFPID-764240", "CSAFPID-764241", "CSAFPID-764242", "CSAFPID-764243", "CSAFPID-764247", "CSAFPID-764248", "CSAFPID-764249", "CSAFPID-816346", "CSAFPID-816347", "CSAFPID-816348", "CSAFPID-816349", "CSAFPID-816350", "CSAFPID-816351", "CSAFPID-816352", "CSAFPID-816353", "CSAFPID-816354", "CSAFPID-816355", "CSAFPID-816357", "CSAFPID-816358", "CSAFPID-816359", "CSAFPID-816765", "CSAFPID-816766", "CSAFPID-816767", "CSAFPID-816768", "CSAFPID-816769", "CSAFPID-816770", "CSAFPID-816771", "CSAFPID-816772", "CSAFPID-816773", "CSAFPID-816774", "CSAFPID-816775", "CSAFPID-816776", "CSAFPID-816777", "CSAFPID-816778", "CSAFPID-816779", "CSAFPID-816780", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-816783", "CSAFPID-816784", "CSAFPID-816785", "CSAFPID-816786", "CSAFPID-816787", "CSAFPID-816788", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-816791", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-816794", "CSAFPID-816795", "CSAFPID-816796", "CSAFPID-816797", "CSAFPID-764735", "CSAFPID-764738", "CSAFPID-912073", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-224795", "CSAFPID-912102", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-764739", "CSAFPID-764826", "CSAFPID-765242" ] }, "references": [ { "category": "self", "summary": "CVE-2023-3635", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-3635.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-94291", "CSAFPID-40293", "CSAFPID-204622", "CSAFPID-1265", "CSAFPID-1261", "CSAFPID-1266", "CSAFPID-8984", "CSAFPID-1673399", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912101", "CSAFPID-912544", "CSAFPID-912077", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-219909", "CSAFPID-220558", "CSAFPID-221118", "CSAFPID-224790", "CSAFPID-240600", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611401", "CSAFPID-611406", "CSAFPID-611407", "CSAFPID-611408", "CSAFPID-611413", "CSAFPID-611595", "CSAFPID-204510", "CSAFPID-204563", "CSAFPID-204569", "CSAFPID-219803", "CSAFPID-219838", "CSAFPID-224793", "CSAFPID-342793", "CSAFPID-342803", "CSAFPID-614513", "CSAFPID-614514", "CSAFPID-614515", "CSAFPID-614516", "CSAFPID-614517", "CSAFPID-618156", "CSAFPID-643776", "CSAFPID-764237", "CSAFPID-764238", "CSAFPID-764239", "CSAFPID-764240", "CSAFPID-764241", "CSAFPID-764242", "CSAFPID-764243", "CSAFPID-764247", "CSAFPID-764248", "CSAFPID-764249", "CSAFPID-816346", "CSAFPID-816347", "CSAFPID-816348", "CSAFPID-816349", "CSAFPID-816350", "CSAFPID-816351", "CSAFPID-816352", "CSAFPID-816353", "CSAFPID-816354", "CSAFPID-816355", "CSAFPID-816357", "CSAFPID-816358", "CSAFPID-816359", "CSAFPID-816765", "CSAFPID-816766", "CSAFPID-816767", "CSAFPID-816768", "CSAFPID-816769", "CSAFPID-816770", "CSAFPID-816771", "CSAFPID-816772", "CSAFPID-816773", "CSAFPID-816774", "CSAFPID-816775", "CSAFPID-816776", "CSAFPID-816777", "CSAFPID-816778", "CSAFPID-816779", "CSAFPID-816780", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-816783", "CSAFPID-816784", "CSAFPID-816785", "CSAFPID-816786", "CSAFPID-816787", "CSAFPID-816788", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-816791", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-816794", "CSAFPID-816795", "CSAFPID-816796", "CSAFPID-816797", "CSAFPID-764735", "CSAFPID-764738", "CSAFPID-912073", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-224795", "CSAFPID-912102", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-764739", "CSAFPID-764826", "CSAFPID-765242" ] } ], "title": "CVE-2023-3635" }, { "cve": "CVE-2023-4043", "cwe": { "id": "CWE-834", "name": "Excessive Iteration" }, "notes": [ { "category": "other", "text": "Excessive Iteration", "title": "CWE-834" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-816765", "CSAFPID-816766", "CSAFPID-816767", "CSAFPID-816768", "CSAFPID-816769", "CSAFPID-816770", "CSAFPID-816771", "CSAFPID-816772", "CSAFPID-219838", "CSAFPID-611387", "CSAFPID-816773", "CSAFPID-816774", "CSAFPID-816775", "CSAFPID-816346", "CSAFPID-816776", "CSAFPID-816348", "CSAFPID-816777", "CSAFPID-816347", "CSAFPID-94291", "CSAFPID-816778", "CSAFPID-614517", "CSAFPID-816779", "CSAFPID-816349", "CSAFPID-40293", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816780", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-816783", "CSAFPID-816784", "CSAFPID-816785", "CSAFPID-816353", "CSAFPID-816786", "CSAFPID-816787", "CSAFPID-816788", "CSAFPID-816352", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-342804", "CSAFPID-816791", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-224793", "CSAFPID-816794", "CSAFPID-342793", "CSAFPID-1265", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-204622", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912101", "CSAFPID-912544", "CSAFPID-912077", "CSAFPID-912545", "CSAFPID-764240", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-224795", "CSAFPID-912548", "CSAFPID-912102", "CSAFPID-912549", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-219776", "CSAFPID-765242", "CSAFPID-1266", "CSAFPID-8984", "CSAFPID-204510", "CSAFPID-204563", "CSAFPID-204569", "CSAFPID-219803", "CSAFPID-219909", "CSAFPID-221118", "CSAFPID-224790", "CSAFPID-240600", "CSAFPID-342803", "CSAFPID-611595", "CSAFPID-764738", "CSAFPID-816351", "CSAFPID-816354", "CSAFPID-816355", "CSAFPID-816357", "CSAFPID-816358", "CSAFPID-816359", "CSAFPID-816795", "CSAFPID-816796", "CSAFPID-816797", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-219826", "CSAFPID-764739", "CSAFPID-912073", "CSAFPID-912558" ] }, "references": [ { "category": "self", "summary": "CVE-2023-4043", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-4043.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-816765", "CSAFPID-816766", "CSAFPID-816767", "CSAFPID-816768", "CSAFPID-816769", "CSAFPID-816770", "CSAFPID-816771", "CSAFPID-816772", "CSAFPID-219838", "CSAFPID-611387", "CSAFPID-816773", "CSAFPID-816774", "CSAFPID-816775", "CSAFPID-816346", "CSAFPID-816776", "CSAFPID-816348", "CSAFPID-816777", "CSAFPID-816347", "CSAFPID-94291", "CSAFPID-816778", "CSAFPID-614517", "CSAFPID-816779", "CSAFPID-816349", "CSAFPID-40293", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816780", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-816783", "CSAFPID-816784", "CSAFPID-816785", "CSAFPID-816353", "CSAFPID-816786", "CSAFPID-816787", "CSAFPID-816788", "CSAFPID-816352", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-342804", "CSAFPID-816791", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-224793", "CSAFPID-816794", "CSAFPID-342793", "CSAFPID-1265", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-204622", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912101", "CSAFPID-912544", "CSAFPID-912077", "CSAFPID-912545", "CSAFPID-764240", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-224795", "CSAFPID-912548", "CSAFPID-912102", "CSAFPID-912549", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-219776", "CSAFPID-765242", "CSAFPID-1266", "CSAFPID-8984", "CSAFPID-204510", "CSAFPID-204563", "CSAFPID-204569", "CSAFPID-219803", "CSAFPID-219909", "CSAFPID-221118", "CSAFPID-224790", "CSAFPID-240600", "CSAFPID-342803", "CSAFPID-611595", "CSAFPID-764738", "CSAFPID-816351", "CSAFPID-816354", "CSAFPID-816355", "CSAFPID-816357", "CSAFPID-816358", "CSAFPID-816359", "CSAFPID-816795", "CSAFPID-816796", "CSAFPID-816797", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-219826", "CSAFPID-764739", "CSAFPID-912073", "CSAFPID-912558" ] } ], "title": "CVE-2023-4043" }, { "cve": "CVE-2023-5685", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650752", "CSAFPID-1650751", "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] }, "references": [ { "category": "self", "summary": "CVE-2023-5685", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5685.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650752", "CSAFPID-1650751", "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] } ], "title": "CVE-2023-5685" }, { "cve": "CVE-2023-6597", "cwe": { "id": "CWE-61", "name": "UNIX Symbolic Link (Symlink) Following" }, "notes": [ { "category": "other", "text": "UNIX Symbolic Link (Symlink) Following", "title": "CWE-61" } ], "product_status": { "known_affected": [ "CSAFPID-1673395", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1673396", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] }, "references": [ { "category": "self", "summary": "CVE-2023-6597", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-6597.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673395", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1673396", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] } ], "title": "CVE-2023-6597" }, { "cve": "CVE-2023-6816", "cwe": { "id": "CWE-119", "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer" }, "notes": [ { "category": "other", "text": "Improper Restriction of Operations within the Bounds of a Memory Buffer", "title": "CWE-119" }, { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2023-6816", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-6816.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2023-6816" }, { "cve": "CVE-2023-38408", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "notes": [ { "category": "other", "text": "Improper Control of Generation of Code (\u0027Code Injection\u0027)", "title": "CWE-94" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-45182", "CSAFPID-40293", "CSAFPID-611406", "CSAFPID-764237", "CSAFPID-220558", "CSAFPID-764238", "CSAFPID-764239", "CSAFPID-614513", "CSAFPID-643776", "CSAFPID-611387", "CSAFPID-618156", "CSAFPID-614516", "CSAFPID-614515", "CSAFPID-614514", "CSAFPID-764240", "CSAFPID-94291", "CSAFPID-611401", "CSAFPID-614517", "CSAFPID-764241", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-764243", "CSAFPID-342804", "CSAFPID-611408", "CSAFPID-611407", "CSAFPID-764247", "CSAFPID-764248", "CSAFPID-204622", "CSAFPID-219909", "CSAFPID-611595", "CSAFPID-764249", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-240600", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2023-38408", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-38408.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-45182", "CSAFPID-40293", "CSAFPID-611406", "CSAFPID-764237", "CSAFPID-220558", "CSAFPID-764238", "CSAFPID-764239", "CSAFPID-614513", "CSAFPID-643776", "CSAFPID-611387", "CSAFPID-618156", "CSAFPID-614516", "CSAFPID-614515", "CSAFPID-614514", "CSAFPID-764240", "CSAFPID-94291", "CSAFPID-611401", "CSAFPID-614517", "CSAFPID-764241", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-764243", "CSAFPID-342804", "CSAFPID-611408", "CSAFPID-611407", "CSAFPID-764247", "CSAFPID-764248", "CSAFPID-204622", "CSAFPID-219909", "CSAFPID-611595", "CSAFPID-764249", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-240600", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2023-38408" }, { "cve": "CVE-2023-43642", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-40293", "CSAFPID-1265", "CSAFPID-1261", "CSAFPID-1266", "CSAFPID-8984", "CSAFPID-1673395", "CSAFPID-94291", "CSAFPID-204510", "CSAFPID-204563", "CSAFPID-204569", "CSAFPID-204622", "CSAFPID-219803", "CSAFPID-219838", "CSAFPID-219909", "CSAFPID-221118", "CSAFPID-224790", "CSAFPID-224793", "CSAFPID-240600", "CSAFPID-342793", "CSAFPID-342803", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611413", "CSAFPID-611595", "CSAFPID-614517", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764738", "CSAFPID-816346", "CSAFPID-816347", "CSAFPID-816348", "CSAFPID-816349", "CSAFPID-816350", "CSAFPID-816351", "CSAFPID-816352", "CSAFPID-816353", "CSAFPID-816354", "CSAFPID-816355", "CSAFPID-816357", "CSAFPID-816358", "CSAFPID-816359", "CSAFPID-816765", "CSAFPID-816766", "CSAFPID-816767", "CSAFPID-816768", "CSAFPID-816769", "CSAFPID-816770", "CSAFPID-816771", "CSAFPID-816772", "CSAFPID-816773", "CSAFPID-816774", "CSAFPID-816775", "CSAFPID-816776", "CSAFPID-816777", "CSAFPID-816778", "CSAFPID-816779", "CSAFPID-816780", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-816783", "CSAFPID-816784", "CSAFPID-816785", "CSAFPID-816786", "CSAFPID-816787", "CSAFPID-816788", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-816791", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-816794", "CSAFPID-816795", "CSAFPID-816796", "CSAFPID-816797" ] }, "references": [ { "category": "self", "summary": "CVE-2023-43642", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-43642.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-40293", "CSAFPID-1265", "CSAFPID-1261", "CSAFPID-1266", "CSAFPID-8984", "CSAFPID-1673395", "CSAFPID-94291", "CSAFPID-204510", "CSAFPID-204563", "CSAFPID-204569", "CSAFPID-204622", "CSAFPID-219803", "CSAFPID-219838", "CSAFPID-219909", "CSAFPID-221118", "CSAFPID-224790", "CSAFPID-224793", "CSAFPID-240600", "CSAFPID-342793", "CSAFPID-342803", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611413", "CSAFPID-611595", "CSAFPID-614517", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764738", "CSAFPID-816346", "CSAFPID-816347", "CSAFPID-816348", "CSAFPID-816349", "CSAFPID-816350", "CSAFPID-816351", "CSAFPID-816352", "CSAFPID-816353", "CSAFPID-816354", "CSAFPID-816355", "CSAFPID-816357", "CSAFPID-816358", "CSAFPID-816359", "CSAFPID-816765", "CSAFPID-816766", "CSAFPID-816767", "CSAFPID-816768", "CSAFPID-816769", "CSAFPID-816770", "CSAFPID-816771", "CSAFPID-816772", "CSAFPID-816773", "CSAFPID-816774", "CSAFPID-816775", "CSAFPID-816776", "CSAFPID-816777", "CSAFPID-816778", "CSAFPID-816779", "CSAFPID-816780", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-816783", "CSAFPID-816784", "CSAFPID-816785", "CSAFPID-816786", "CSAFPID-816787", "CSAFPID-816788", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-816791", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-816794", "CSAFPID-816795", "CSAFPID-816796", "CSAFPID-816797" ] } ], "title": "CVE-2023-43642" }, { "cve": "CVE-2023-46136", "cwe": { "id": "CWE-407", "name": "Inefficient Algorithmic Complexity" }, "notes": [ { "category": "other", "text": "Inefficient Algorithmic Complexity", "title": "CWE-407" }, { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1673411", "CSAFPID-912549", "CSAFPID-1673412", "CSAFPID-1673413", "CSAFPID-1673414", "CSAFPID-1673396", "CSAFPID-1503590", "CSAFPID-1673393", "CSAFPID-1673395", "CSAFPID-220132", "CSAFPID-1503585", "CSAFPID-1673392", "CSAFPID-1503589", "CSAFPID-1673415", "CSAFPID-1673416", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2023-46136", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-46136.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.0, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673411", "CSAFPID-912549", "CSAFPID-1673412", "CSAFPID-1673413", "CSAFPID-1673414", "CSAFPID-1673396", "CSAFPID-1503590", "CSAFPID-1673393", "CSAFPID-1673395", "CSAFPID-220132", "CSAFPID-1503585", "CSAFPID-1673392", "CSAFPID-1503589", "CSAFPID-1673415", "CSAFPID-1673416", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2023-46136" }, { "cve": "CVE-2023-48795", "cwe": { "id": "CWE-222", "name": "Truncation of Security-relevant Information" }, "notes": [ { "category": "other", "text": "Truncation of Security-relevant Information", "title": "CWE-222" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650752", "CSAFPID-816765", "CSAFPID-816766", "CSAFPID-816767", "CSAFPID-816768", "CSAFPID-816769", "CSAFPID-816770", "CSAFPID-816771", "CSAFPID-816772", "CSAFPID-219838", "CSAFPID-611387", "CSAFPID-816773", "CSAFPID-816774", "CSAFPID-816775", "CSAFPID-816346", "CSAFPID-816776", "CSAFPID-816348", "CSAFPID-816777", "CSAFPID-816347", "CSAFPID-94291", "CSAFPID-816778", "CSAFPID-614517", "CSAFPID-816779", "CSAFPID-816349", "CSAFPID-40293", "CSAFPID-764242", "CSAFPID-816780", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-816783", "CSAFPID-816784", "CSAFPID-816785", "CSAFPID-816353", "CSAFPID-816786", "CSAFPID-816352", "CSAFPID-342804", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-224793", "CSAFPID-342793", "CSAFPID-1265", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-204622", "CSAFPID-219909", "CSAFPID-219803", "CSAFPID-816351", "CSAFPID-611595", "CSAFPID-342803", "CSAFPID-1266", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-1673417", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1670429", "CSAFPID-1670430", "CSAFPID-1670431", "CSAFPID-1670432", "CSAFPID-1670433", "CSAFPID-1670434", "CSAFPID-1670435", "CSAFPID-1670436", "CSAFPID-1670437", "CSAFPID-1670438", "CSAFPID-1670439", "CSAFPID-1670440", "CSAFPID-1670441", "CSAFPID-1670442", "CSAFPID-912076", "CSAFPID-912077", "CSAFPID-912078", "CSAFPID-90016", "CSAFPID-764826", "CSAFPID-345038", "CSAFPID-912079", "CSAFPID-220132", "CSAFPID-93781", "CSAFPID-345039", "CSAFPID-912080", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912101", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-764240", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-224795", "CSAFPID-912548", "CSAFPID-611413", "CSAFPID-240600", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-816357", "CSAFPID-816358", "CSAFPID-816359", "CSAFPID-816787", "CSAFPID-816788", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-816791", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-816794", "CSAFPID-816795", "CSAFPID-816796", "CSAFPID-816797", "CSAFPID-8984", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-764739", "CSAFPID-765242", "CSAFPID-912073", "CSAFPID-912102", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-1503601", "CSAFPID-1503602" ] }, "references": [ { "category": "self", "summary": "CVE-2023-48795", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-48795.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650752", "CSAFPID-816765", "CSAFPID-816766", "CSAFPID-816767", "CSAFPID-816768", "CSAFPID-816769", "CSAFPID-816770", "CSAFPID-816771", "CSAFPID-816772", "CSAFPID-219838", "CSAFPID-611387", "CSAFPID-816773", "CSAFPID-816774", "CSAFPID-816775", "CSAFPID-816346", "CSAFPID-816776", "CSAFPID-816348", "CSAFPID-816777", "CSAFPID-816347", "CSAFPID-94291", "CSAFPID-816778", "CSAFPID-614517", "CSAFPID-816779", "CSAFPID-816349", "CSAFPID-40293", "CSAFPID-764242", "CSAFPID-816780", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-816783", "CSAFPID-816784", "CSAFPID-816785", "CSAFPID-816353", "CSAFPID-816786", "CSAFPID-816352", "CSAFPID-342804", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-224793", "CSAFPID-342793", "CSAFPID-1265", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-204622", "CSAFPID-219909", "CSAFPID-219803", "CSAFPID-816351", "CSAFPID-611595", "CSAFPID-342803", "CSAFPID-1266", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-1673417", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1670429", "CSAFPID-1670430", "CSAFPID-1670431", "CSAFPID-1670432", "CSAFPID-1670433", "CSAFPID-1670434", "CSAFPID-1670435", "CSAFPID-1670436", "CSAFPID-1670437", "CSAFPID-1670438", "CSAFPID-1670439", "CSAFPID-1670440", "CSAFPID-1670441", "CSAFPID-1670442", "CSAFPID-912076", "CSAFPID-912077", "CSAFPID-912078", "CSAFPID-90016", "CSAFPID-764826", "CSAFPID-345038", "CSAFPID-912079", "CSAFPID-220132", "CSAFPID-93781", "CSAFPID-345039", "CSAFPID-912080", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912101", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-764240", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-224795", "CSAFPID-912548", "CSAFPID-611413", "CSAFPID-240600", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-816357", "CSAFPID-816358", "CSAFPID-816359", "CSAFPID-816787", "CSAFPID-816788", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-816791", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-816794", "CSAFPID-816795", "CSAFPID-816796", "CSAFPID-816797", "CSAFPID-8984", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-764739", "CSAFPID-765242", "CSAFPID-912073", "CSAFPID-912102", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-1503601", "CSAFPID-1503602" ] } ], "title": "CVE-2023-48795" }, { "cve": "CVE-2023-51775", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650751", "CSAFPID-1673395", "CSAFPID-1673396", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1670429", "CSAFPID-1670430", "CSAFPID-1670431", "CSAFPID-1670432", "CSAFPID-1670433", "CSAFPID-1670434", "CSAFPID-1670435", "CSAFPID-1670436", "CSAFPID-1670437", "CSAFPID-1670438", "CSAFPID-1670439", "CSAFPID-1670440", "CSAFPID-1670441", "CSAFPID-1670442", "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-224795", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611413", "CSAFPID-614517", "CSAFPID-764237", "CSAFPID-764240", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-764826", "CSAFPID-765242", "CSAFPID-816348", "CSAFPID-816773", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912068", "CSAFPID-912073", "CSAFPID-912076", "CSAFPID-912077", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912085", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] }, "references": [ { "category": "self", "summary": "CVE-2023-51775", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-51775.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650751", "CSAFPID-1673395", "CSAFPID-1673396", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1670429", "CSAFPID-1670430", "CSAFPID-1670431", "CSAFPID-1670432", "CSAFPID-1670433", "CSAFPID-1670434", "CSAFPID-1670435", "CSAFPID-1670436", "CSAFPID-1670437", "CSAFPID-1670438", "CSAFPID-1670439", "CSAFPID-1670440", "CSAFPID-1670441", "CSAFPID-1670442", "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-224795", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611413", "CSAFPID-614517", "CSAFPID-764237", "CSAFPID-764240", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-764826", "CSAFPID-765242", "CSAFPID-816348", "CSAFPID-816773", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912068", "CSAFPID-912073", "CSAFPID-912076", "CSAFPID-912077", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912085", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] } ], "title": "CVE-2023-51775" }, { "cve": "CVE-2023-52428", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1673395", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-912539", "CSAFPID-816773", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912101", "CSAFPID-912544", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-224795", "CSAFPID-342804", "CSAFPID-611413", "CSAFPID-614517", "CSAFPID-764240", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-764826", "CSAFPID-765242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912073", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912102", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] }, "references": [ { "category": "self", "summary": "CVE-2023-52428", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-52428.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673395", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-912539", "CSAFPID-816773", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912101", "CSAFPID-912544", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-224795", "CSAFPID-342804", "CSAFPID-611413", "CSAFPID-614517", "CSAFPID-764240", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-764826", "CSAFPID-765242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912073", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912102", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] } ], "title": "CVE-2023-52428" }, { "cve": "CVE-2024-0450", "cwe": { "id": "CWE-450", "name": "Multiple Interpretations of UI Input" }, "notes": [ { "category": "other", "text": "Multiple Interpretations of UI Input", "title": "CWE-450" }, { "category": "other", "text": "Asymmetric Resource Consumption (Amplification)", "title": "CWE-405" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] }, "references": [ { "category": "self", "summary": "CVE-2024-0450", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0450.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] } ], "title": "CVE-2024-0450" }, { "cve": "CVE-2024-2398", "cwe": { "id": "CWE-772", "name": "Missing Release of Resource after Effective Lifetime" }, "notes": [ { "category": "other", "text": "Missing Release of Resource after Effective Lifetime", "title": "CWE-772" }, { "category": "other", "text": "Missing Release of Memory after Effective Lifetime", "title": "CWE-401" } ], "product_status": { "known_affected": [ "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1673399", "CSAFPID-1673391", "CSAFPID-1673394", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-2398", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-2398.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.6, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1673399", "CSAFPID-1673391", "CSAFPID-1673394", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-2398" }, { "cve": "CVE-2024-4577", "cwe": { "id": "CWE-88", "name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)", "title": "CWE-88" }, { "category": "other", "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)", "title": "CWE-78" } ], "product_status": { "known_affected": [ "CSAFPID-1650731", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-4577", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4577.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1650731", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-4577" }, { "cve": "CVE-2024-4603", "cwe": { "id": "CWE-606", "name": "Unchecked Input for Loop Condition" }, "notes": [ { "category": "other", "text": "Unchecked Input for Loop Condition", "title": "CWE-606" } ], "product_status": { "known_affected": [ "CSAFPID-1673391", "CSAFPID-1673394", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] }, "references": [ { "category": "self", "summary": "CVE-2024-4603", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4603.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673391", "CSAFPID-1673394", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] } ], "title": "CVE-2024-4603" }, { "cve": "CVE-2024-5585", "cwe": { "id": "CWE-116", "name": "Improper Encoding or Escaping of Output" }, "notes": [ { "category": "other", "text": "Improper Encoding or Escaping of Output", "title": "CWE-116" }, { "category": "other", "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)", "title": "CWE-78" }, { "category": "other", "text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)", "title": "CWE-88" } ], "product_status": { "known_affected": [ "CSAFPID-1650731", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628" ] }, "references": [ { "category": "self", "summary": "CVE-2024-5585", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5585.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1650731", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628" ] } ], "title": "CVE-2024-5585" }, { "cve": "CVE-2024-5971", "cwe": { "id": "CWE-674", "name": "Uncontrolled Recursion" }, "notes": [ { "category": "other", "text": "Uncontrolled Recursion", "title": "CWE-674" } ], "product_status": { "known_affected": [ "CSAFPID-1673395", "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1673399", "CSAFPID-1673526", "CSAFPID-1673413", "CSAFPID-1673396", "CSAFPID-1673415", "CSAFPID-1673501", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-5971", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5971.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673395", "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1673399", "CSAFPID-1673526", "CSAFPID-1673413", "CSAFPID-1673396", "CSAFPID-1673415", "CSAFPID-1673501", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-5971" }, { "cve": "CVE-2024-6162", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650752", "CSAFPID-1650751", "CSAFPID-1673526", "CSAFPID-1673399", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] }, "references": [ { "category": "self", "summary": "CVE-2024-6162", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6162.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650752", "CSAFPID-1650751", "CSAFPID-1673526", "CSAFPID-1673399", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] } ], "title": "CVE-2024-6162" }, { "cve": "CVE-2024-6387", "cwe": { "id": "CWE-362", "name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)" }, "notes": [ { "category": "other", "text": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)", "title": "CWE-362" }, { "category": "other", "text": "Signal Handler Race Condition", "title": "CWE-364" } ], "product_status": { "known_affected": [ "CSAFPID-1503595", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-6387", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6387.json" } ], "title": "CVE-2024-6387" }, { "cve": "CVE-2024-7254", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" }, { "category": "other", "text": "Uncontrolled Recursion", "title": "CWE-674" } ], "product_status": { "known_affected": [ "CSAFPID-912549", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673391", "CSAFPID-1673394", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-7254", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-7254.json" } ], "title": "CVE-2024-7254" }, { "cve": "CVE-2024-7264", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "other", "text": "Out-of-bounds Read", "title": "CWE-125" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-1673530", "CSAFPID-1673382", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628" ] }, "references": [ { "category": "self", "summary": "CVE-2024-7264", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-7264.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673530", "CSAFPID-1673382", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628" ] } ], "title": "CVE-2024-7264" }, { "cve": "CVE-2024-22020", "product_status": { "known_affected": [ "CSAFPID-912101", "CSAFPID-1673473", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22020", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22020.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-912101", "CSAFPID-1673473", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-22020" }, { "cve": "CVE-2024-22201", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673475", "CSAFPID-1670429", "CSAFPID-1670430", "CSAFPID-1670431", "CSAFPID-1670432", "CSAFPID-1670433", "CSAFPID-1670434", "CSAFPID-1670435", "CSAFPID-1670436", "CSAFPID-1670437", "CSAFPID-1670438", "CSAFPID-1670439", "CSAFPID-1670440", "CSAFPID-1670441", "CSAFPID-1670442", "CSAFPID-912068", "CSAFPID-912073", "CSAFPID-912076", "CSAFPID-912077", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912085", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-219776", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-224795", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611413", "CSAFPID-614517", "CSAFPID-764237", "CSAFPID-764240", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-764826", "CSAFPID-765242", "CSAFPID-816348", "CSAFPID-816773", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22201", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22201.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673475", "CSAFPID-1670429", "CSAFPID-1670430", "CSAFPID-1670431", "CSAFPID-1670432", "CSAFPID-1670433", "CSAFPID-1670434", "CSAFPID-1670435", "CSAFPID-1670436", "CSAFPID-1670437", "CSAFPID-1670438", "CSAFPID-1670439", "CSAFPID-1670440", "CSAFPID-1670441", "CSAFPID-1670442", "CSAFPID-912068", "CSAFPID-912073", "CSAFPID-912076", "CSAFPID-912077", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912085", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-219776", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-224795", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611413", "CSAFPID-614517", "CSAFPID-764237", "CSAFPID-764240", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-764826", "CSAFPID-765242", "CSAFPID-816348", "CSAFPID-816773", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] } ], "title": "CVE-2024-22201" }, { "cve": "CVE-2024-22257", "cwe": { "id": "CWE-284", "name": "Improper Access Control" }, "notes": [ { "category": "other", "text": "Improper Access Control", "title": "CWE-284" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1670429", "CSAFPID-1670430", "CSAFPID-1670431", "CSAFPID-1670432", "CSAFPID-1670433", "CSAFPID-1670434", "CSAFPID-1670435", "CSAFPID-1670436", "CSAFPID-1670437", "CSAFPID-1670438", "CSAFPID-1670439", "CSAFPID-1670440", "CSAFPID-1670441", "CSAFPID-1670442", "CSAFPID-764237", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-816773", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-764240", "CSAFPID-614517", "CSAFPID-224795", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-342804", "CSAFPID-912080", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-219776", "CSAFPID-765242", "CSAFPID-764739", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-912073", "CSAFPID-912085", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22257", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22257.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.2, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1670429", "CSAFPID-1670430", "CSAFPID-1670431", "CSAFPID-1670432", "CSAFPID-1670433", "CSAFPID-1670434", "CSAFPID-1670435", "CSAFPID-1670436", "CSAFPID-1670437", "CSAFPID-1670438", "CSAFPID-1670439", "CSAFPID-1670440", "CSAFPID-1670441", "CSAFPID-1670442", "CSAFPID-764237", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-816773", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-764240", "CSAFPID-614517", "CSAFPID-224795", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-342804", "CSAFPID-912080", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-219776", "CSAFPID-765242", "CSAFPID-764739", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-912073", "CSAFPID-912085", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] } ], "title": "CVE-2024-22257" }, { "cve": "CVE-2024-22262", "cwe": { "id": "CWE-601", "name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)" }, "notes": [ { "category": "other", "text": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)", "title": "CWE-601" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650752", "CSAFPID-1650820", "CSAFPID-1650751", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22262", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22262.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650752", "CSAFPID-1650820", "CSAFPID-1650751", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] } ], "title": "CVE-2024-22262" }, { "cve": "CVE-2024-23672", "cwe": { "id": "CWE-459", "name": "Incomplete Cleanup" }, "notes": [ { "category": "other", "text": "Incomplete Cleanup", "title": "CWE-459" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650826", "CSAFPID-1650731", "CSAFPID-1673382", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-912539", "CSAFPID-816773", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912101", "CSAFPID-912544", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-912545", "CSAFPID-764240", "CSAFPID-912546", "CSAFPID-614517", "CSAFPID-912547", "CSAFPID-224795", "CSAFPID-912548", "CSAFPID-912102", "CSAFPID-912549", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912553", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-342804", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-765242", "CSAFPID-912073", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] }, "references": [ { "category": "self", "summary": "CVE-2024-23672", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-23672.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650826", "CSAFPID-1650731", "CSAFPID-1673382", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-912539", "CSAFPID-816773", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912101", "CSAFPID-912544", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-912545", "CSAFPID-764240", "CSAFPID-912546", "CSAFPID-614517", "CSAFPID-912547", "CSAFPID-224795", "CSAFPID-912548", "CSAFPID-912102", "CSAFPID-912549", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912553", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-342804", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-765242", "CSAFPID-912073", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] } ], "title": "CVE-2024-23672" }, { "cve": "CVE-2024-23807", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "other", "text": "Use After Free", "title": "CWE-416" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650734", "CSAFPID-1650830", "CSAFPID-1650777", "CSAFPID-204622", "CSAFPID-219909", "CSAFPID-1650778", "CSAFPID-41182", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] }, "references": [ { "category": "self", "summary": "CVE-2024-23807", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-23807.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650734", "CSAFPID-1650830", "CSAFPID-1650777", "CSAFPID-204622", "CSAFPID-219909", "CSAFPID-1650778", "CSAFPID-41182", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] } ], "title": "CVE-2024-23807" }, { "cve": "CVE-2024-24549", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650826", "CSAFPID-1673382", "CSAFPID-1650731", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-816773", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-764240", "CSAFPID-614517", "CSAFPID-224795", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-342804", "CSAFPID-912080", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-219776", "CSAFPID-765242", "CSAFPID-764739", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-912073", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] }, "references": [ { "category": "self", "summary": "CVE-2024-24549", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-24549.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650826", "CSAFPID-1673382", "CSAFPID-1650731", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-816773", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-764240", "CSAFPID-614517", "CSAFPID-224795", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-342804", "CSAFPID-912080", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-219776", "CSAFPID-765242", "CSAFPID-764739", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-912073", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] } ], "title": "CVE-2024-24549" }, { "cve": "CVE-2024-25062", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "other", "text": "Use After Free", "title": "CWE-416" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650751", "CSAFPID-1650752", "CSAFPID-1673481", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1670429", "CSAFPID-1670430", "CSAFPID-1670431", "CSAFPID-1670432", "CSAFPID-1670433", "CSAFPID-1670434", "CSAFPID-1670435", "CSAFPID-1670436", "CSAFPID-1670437", "CSAFPID-1670438", "CSAFPID-1670439", "CSAFPID-1670440", "CSAFPID-1670441", "CSAFPID-1670442", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-912539", "CSAFPID-816773", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912101", "CSAFPID-912544", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-912545", "CSAFPID-764240", "CSAFPID-912546", "CSAFPID-614517", "CSAFPID-912547", "CSAFPID-224795", "CSAFPID-912548", "CSAFPID-912102", "CSAFPID-912549", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912553", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-342804", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-765242", "CSAFPID-912073", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] }, "references": [ { "category": "self", "summary": "CVE-2024-25062", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-25062.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650751", "CSAFPID-1650752", "CSAFPID-1673481", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1670429", "CSAFPID-1670430", "CSAFPID-1670431", "CSAFPID-1670432", "CSAFPID-1670433", "CSAFPID-1670434", "CSAFPID-1670435", "CSAFPID-1670436", "CSAFPID-1670437", "CSAFPID-1670438", "CSAFPID-1670439", "CSAFPID-1670440", "CSAFPID-1670441", "CSAFPID-1670442", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-912539", "CSAFPID-816773", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912101", "CSAFPID-912544", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-912545", "CSAFPID-764240", "CSAFPID-912546", "CSAFPID-614517", "CSAFPID-912547", "CSAFPID-224795", "CSAFPID-912548", "CSAFPID-912102", "CSAFPID-912549", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912553", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-342804", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-765242", "CSAFPID-912073", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] } ], "title": "CVE-2024-25062" }, { "cve": "CVE-2024-25638", "cwe": { "id": "CWE-345", "name": "Insufficient Verification of Data Authenticity" }, "notes": [ { "category": "other", "text": "Insufficient Verification of Data Authenticity", "title": "CWE-345" }, { "category": "other", "text": "Acceptance of Extraneous Untrusted Data With Trusted Data", "title": "CWE-349" } ], "product_status": { "known_affected": [ "CSAFPID-912549", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-25638", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-25638.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.9, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:L", "version": "3.1" }, "products": [ "CSAFPID-912549", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-25638" }, { "cve": "CVE-2024-26308", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1670429", "CSAFPID-1670430", "CSAFPID-1670431", "CSAFPID-1670432", "CSAFPID-1670433", "CSAFPID-1670434", "CSAFPID-1670435", "CSAFPID-1670436", "CSAFPID-1670437", "CSAFPID-1670438", "CSAFPID-1670439", "CSAFPID-1670440", "CSAFPID-1670441", "CSAFPID-1670442", "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-224795", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611413", "CSAFPID-614517", "CSAFPID-764237", "CSAFPID-764240", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-764826", "CSAFPID-765242", "CSAFPID-816348", "CSAFPID-816773", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912068", "CSAFPID-912073", "CSAFPID-912076", "CSAFPID-912077", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912085", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] }, "references": [ { "category": "self", "summary": "CVE-2024-26308", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-26308.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1670429", "CSAFPID-1670430", "CSAFPID-1670431", "CSAFPID-1670432", "CSAFPID-1670433", "CSAFPID-1670434", "CSAFPID-1670435", "CSAFPID-1670436", "CSAFPID-1670437", "CSAFPID-1670438", "CSAFPID-1670439", "CSAFPID-1670440", "CSAFPID-1670441", "CSAFPID-1670442", "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-224795", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611413", "CSAFPID-614517", "CSAFPID-764237", "CSAFPID-764240", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-764826", "CSAFPID-765242", "CSAFPID-816348", "CSAFPID-816773", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912068", "CSAFPID-912073", "CSAFPID-912076", "CSAFPID-912077", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912085", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600" ] } ], "title": "CVE-2024-26308" }, { "cve": "CVE-2024-28182", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "Detection of Error Condition Without Action", "title": "CWE-390" }, { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673414", "CSAFPID-1673396", "CSAFPID-1673485", "CSAFPID-1673393", "CSAFPID-1673394", "CSAFPID-1673389", "CSAFPID-1672767", "CSAFPID-1673391", "CSAFPID-1673392", "CSAFPID-1673415", "CSAFPID-1673390", "CSAFPID-1673413", "CSAFPID-1673395", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] }, "references": [ { "category": "self", "summary": "CVE-2024-28182", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28182.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673414", "CSAFPID-1673396", "CSAFPID-1673485", "CSAFPID-1673393", "CSAFPID-1673394", "CSAFPID-1673389", "CSAFPID-1672767", "CSAFPID-1673391", "CSAFPID-1673392", "CSAFPID-1673415", "CSAFPID-1673390", "CSAFPID-1673413", "CSAFPID-1673395", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] } ], "title": "CVE-2024-28182" }, { "cve": "CVE-2024-28849", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673414", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] }, "references": [ { "category": "self", "summary": "CVE-2024-28849", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28849.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673414", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] } ], "title": "CVE-2024-28849" }, { "cve": "CVE-2024-29025", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650752", "CSAFPID-1650751", "CSAFPID-1673494", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] }, "references": [ { "category": "self", "summary": "CVE-2024-29025", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29025.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.3, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650752", "CSAFPID-1650751", "CSAFPID-1673494", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] } ], "title": "CVE-2024-29025" }, { "cve": "CVE-2024-29133", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-1650820", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-1673496", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] }, "references": [ { "category": "self", "summary": "CVE-2024-29133", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29133.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.3, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-1650820", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-1673496", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] } ], "title": "CVE-2024-29133" }, { "cve": "CVE-2024-29736", "cwe": { "id": "CWE-918", "name": "Server-Side Request Forgery (SSRF)" }, "notes": [ { "category": "other", "text": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" } ], "product_status": { "known_affected": [ "CSAFPID-1673399", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-29736", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29736.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.1, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673399", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-29736" }, { "cve": "CVE-2024-29857", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" }, { "category": "other", "text": "Out-of-bounds Read", "title": "CWE-125" } ], "product_status": { "known_affected": [ "CSAFPID-1673413", "CSAFPID-1673415", "CSAFPID-1673501", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] }, "references": [ { "category": "self", "summary": "CVE-2024-29857", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29857.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673413", "CSAFPID-1673415", "CSAFPID-1673501", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569" ] } ], "title": "CVE-2024-29857" }, { "cve": "CVE-2024-30251", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "notes": [ { "category": "other", "text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)", "title": "CWE-835" } ], "product_status": { "known_affected": [ "CSAFPID-912079", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-30251", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-30251.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-912079", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-30251" }, { "cve": "CVE-2024-31080", "cwe": { "id": "CWE-126", "name": "Buffer Over-read" }, "notes": [ { "category": "other", "text": "Buffer Over-read", "title": "CWE-126" }, { "category": "other", "text": "Heap-based Buffer Overflow", "title": "CWE-122" } ], "product_status": { "known_affected": [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-31080", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-31080.json" } ], "title": "CVE-2024-31080" }, { "cve": "CVE-2024-31744", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-1673395", "CSAFPID-1673392", "CSAFPID-1673393", "CSAFPID-1673396", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-31744", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-31744.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673395", "CSAFPID-1673392", "CSAFPID-1673393", "CSAFPID-1673396", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-31744" }, { "cve": "CVE-2024-32760", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-32760", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-32760.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-32760" }, { "cve": "CVE-2024-33602", "cwe": { "id": "CWE-466", "name": "Return of Pointer Value Outside of Expected Range" }, "notes": [ { "category": "other", "text": "Return of Pointer Value Outside of Expected Range", "title": "CWE-466" }, { "category": "other", "text": "Improper Check or Handling of Exceptional Conditions", "title": "CWE-703" } ], "product_status": { "known_affected": [ "CSAFPID-912549", "CSAFPID-1673396", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1672762", "CSAFPID-1673395", "CSAFPID-1672764", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673494", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-33602", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-33602.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.6, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-912549", "CSAFPID-1673396", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1672762", "CSAFPID-1673395", "CSAFPID-1672764", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673494", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-33602" }, { "cve": "CVE-2024-34750", "cwe": { "id": "CWE-755", "name": "Improper Handling of Exceptional Conditions" }, "notes": [ { "category": "other", "text": "Improper Handling of Exceptional Conditions", "title": "CWE-755" }, { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1673481", "CSAFPID-1503596", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-34750", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-34750.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673481", "CSAFPID-1503596", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-34750" }, { "cve": "CVE-2024-37371", "cwe": { "id": "CWE-130", "name": "Improper Handling of Length Parameter Inconsistency" }, "notes": [ { "category": "other", "text": "Improper Handling of Length Parameter Inconsistency", "title": "CWE-130" } ], "product_status": { "known_affected": [ "CSAFPID-912549", "CSAFPID-1673413", "CSAFPID-1673414", "CSAFPID-1673396", "CSAFPID-1503590", "CSAFPID-1673393", "CSAFPID-1673395", "CSAFPID-1673399", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673392", "CSAFPID-1503589", "CSAFPID-1673415", "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-37371", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37371.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.1, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-912549", "CSAFPID-1673413", "CSAFPID-1673414", "CSAFPID-1673396", "CSAFPID-1503590", "CSAFPID-1673393", "CSAFPID-1673395", "CSAFPID-1673399", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673392", "CSAFPID-1503589", "CSAFPID-1673415", "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-37371" }, { "cve": "CVE-2024-37891", "cwe": { "id": "CWE-669", "name": "Incorrect Resource Transfer Between Spheres" }, "notes": [ { "category": "other", "text": "Incorrect Resource Transfer Between Spheres", "title": "CWE-669" } ], "product_status": { "known_affected": [ "CSAFPID-1673395", "CSAFPID-1673396", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-37891", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37891.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673395", "CSAFPID-1673396", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-37891" }, { "cve": "CVE-2024-38816", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "notes": [ { "category": "other", "text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)", "title": "CWE-22" } ], "product_status": { "known_affected": [ "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38816", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38816.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-38816" }, { "cve": "CVE-2024-39689", "cwe": { "id": "CWE-345", "name": "Insufficient Verification of Data Authenticity" }, "notes": [ { "category": "other", "text": "Insufficient Verification of Data Authenticity", "title": "CWE-345" } ], "product_status": { "known_affected": [ "CSAFPID-1673395", "CSAFPID-1673396", "CSAFPID-1673392", "CSAFPID-1673393" ] }, "references": [ { "category": "self", "summary": "CVE-2024-39689", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39689.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673395", "CSAFPID-1673396", "CSAFPID-1673392", "CSAFPID-1673393" ] } ], "title": "CVE-2024-39689" }, { "cve": "CVE-2024-40898", "cwe": { "id": "CWE-918", "name": "Server-Side Request Forgery (SSRF)" }, "notes": [ { "category": "other", "text": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" } ], "product_status": { "known_affected": [ "CSAFPID-1673516", "CSAFPID-1673411", "CSAFPID-1673412", "CSAFPID-1650731", "CSAFPID-1673382", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-40898", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40898.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673516", "CSAFPID-1673411", "CSAFPID-1673412", "CSAFPID-1650731", "CSAFPID-1673382", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-40898" }, { "cve": "CVE-2024-41817", "cwe": { "id": "CWE-427", "name": "Uncontrolled Search Path Element" }, "notes": [ { "category": "other", "text": "Uncontrolled Search Path Element", "title": "CWE-427" } ], "product_status": { "known_affected": [ "CSAFPID-1673382", "CSAFPID-1650731", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-1674625" ] }, "references": [ { "category": "self", "summary": "CVE-2024-41817", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-41817.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673382", "CSAFPID-1650731", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-1674625" ] } ], "title": "CVE-2024-41817" }, { "cve": "CVE-2024-43044", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" }, { "category": "other", "text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)", "title": "CWE-22" }, { "category": "other", "text": "Improper Check for Unusual or Exceptional Conditions", "title": "CWE-754" } ], "product_status": { "known_affected": [ "CSAFPID-1673395", "CSAFPID-1673411", "CSAFPID-1673412", "CSAFPID-1673413", "CSAFPID-1673396", "CSAFPID-1673392", "CSAFPID-1673494", "CSAFPID-1673393", "CSAFPID-1673415", "CSAFPID-1673416", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-43044", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-43044.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.0, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673395", "CSAFPID-1673411", "CSAFPID-1673412", "CSAFPID-1673413", "CSAFPID-1673396", "CSAFPID-1673392", "CSAFPID-1673494", "CSAFPID-1673393", "CSAFPID-1673415", "CSAFPID-1673416", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-43044" }, { "cve": "CVE-2024-45492", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "other", "text": "Integer Overflow or Wraparound", "title": "CWE-190" } ], "product_status": { "known_affected": [ "CSAFPID-1673382", "CSAFPID-1673399", "CSAFPID-1650731", "CSAFPID-1673517", "CSAFPID-1673396", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] }, "references": [ { "category": "self", "summary": "CVE-2024-45492", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-45492.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673382", "CSAFPID-1673399", "CSAFPID-1650731", "CSAFPID-1673517", "CSAFPID-1673396", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646" ] } ], "title": "CVE-2024-45492" } ] }
suse-su-2024:1009-1
Vulnerability from csaf_suse
Published
2024-03-27 15:03
Modified
2024-03-27 15:03
Summary
Security update for python39
Notes
Title of the patch
Security update for python39
Description of the patch
This update for python39 fixes the following issues:
- CVE-2023-52425: Fixed denial of service (resource consumption) caused by processing large tokens in expat (bsc#1219559).
- CVE-2023-6597: Fixed symlink race condition in tempfile.TemporaryDirectory (bsc#1219666).
- CVE-2024-0450: Fixed 'quoted-overlap' in zipfile module (bsc#1221854).
The following non-security bugs were fixed:
- Use the system-wide crypto-policies (bsc#1211301).
Patchnames
SUSE-2024-1009,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-1009,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-1009,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-1009,SUSE-Storage-7.1-2024-1009,openSUSE-SLE-15.5-2024-1009
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for python39", "title": "Title of the patch" }, { "category": "description", "text": "This update for python39 fixes the following issues:\n\n- CVE-2023-52425: Fixed denial of service (resource consumption) caused by processing large tokens in expat (bsc#1219559).\n- CVE-2023-6597: Fixed symlink race condition in tempfile.TemporaryDirectory (bsc#1219666).\n- CVE-2024-0450: Fixed \u0027quoted-overlap\u0027 in zipfile module (bsc#1221854).\n\nThe following non-security bugs were fixed:\n\n- Use the system-wide crypto-policies (bsc#1211301).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-1009,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-1009,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-1009,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-1009,SUSE-Storage-7.1-2024-1009,openSUSE-SLE-15.5-2024-1009", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_1009-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:1009-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20241009-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:1009-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-March/018226.html" }, { "category": "self", "summary": "SUSE Bug 1211301", "url": "https://bugzilla.suse.com/1211301" }, { "category": "self", "summary": "SUSE Bug 1219559", "url": "https://bugzilla.suse.com/1219559" }, { "category": "self", "summary": "SUSE Bug 1219666", "url": "https://bugzilla.suse.com/1219666" }, { "category": "self", "summary": "SUSE Bug 1221854", "url": "https://bugzilla.suse.com/1221854" }, { "category": "self", "summary": "SUSE CVE CVE-2023-52425 page", "url": "https://www.suse.com/security/cve/CVE-2023-52425/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-6597 page", "url": "https://www.suse.com/security/cve/CVE-2023-6597/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-0450 page", "url": "https://www.suse.com/security/cve/CVE-2024-0450/" } ], "title": "Security update for python39", "tracking": { "current_release_date": "2024-03-27T15:03:41Z", "generator": { "date": "2024-03-27T15:03:41Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:1009-1", "initial_release_date": "2024-03-27T15:03:41Z", "revision_history": [ { "date": "2024-03-27T15:03:41Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "product": { "name": "libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "product_id": "libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64" } }, { "category": "product_version", "name": "python39-3.9.19-150300.4.41.1.aarch64", "product": { "name": "python39-3.9.19-150300.4.41.1.aarch64", "product_id": "python39-3.9.19-150300.4.41.1.aarch64" } }, { "category": "product_version", "name": "python39-base-3.9.19-150300.4.41.2.aarch64", "product": { "name": "python39-base-3.9.19-150300.4.41.2.aarch64", "product_id": "python39-base-3.9.19-150300.4.41.2.aarch64" } }, { "category": "product_version", "name": "python39-curses-3.9.19-150300.4.41.1.aarch64", "product": { "name": "python39-curses-3.9.19-150300.4.41.1.aarch64", "product_id": "python39-curses-3.9.19-150300.4.41.1.aarch64" } }, { "category": "product_version", "name": "python39-dbm-3.9.19-150300.4.41.1.aarch64", "product": { "name": "python39-dbm-3.9.19-150300.4.41.1.aarch64", "product_id": "python39-dbm-3.9.19-150300.4.41.1.aarch64" } }, { "category": "product_version", "name": "python39-devel-3.9.19-150300.4.41.2.aarch64", "product": { "name": "python39-devel-3.9.19-150300.4.41.2.aarch64", "product_id": "python39-devel-3.9.19-150300.4.41.2.aarch64" } }, { "category": "product_version", "name": "python39-doc-3.9.19-150300.4.41.1.aarch64", "product": { "name": "python39-doc-3.9.19-150300.4.41.1.aarch64", "product_id": "python39-doc-3.9.19-150300.4.41.1.aarch64" } }, { "category": "product_version", "name": "python39-doc-devhelp-3.9.19-150300.4.41.1.aarch64", "product": { "name": "python39-doc-devhelp-3.9.19-150300.4.41.1.aarch64", "product_id": "python39-doc-devhelp-3.9.19-150300.4.41.1.aarch64" } }, { "category": "product_version", "name": "python39-idle-3.9.19-150300.4.41.1.aarch64", "product": { "name": "python39-idle-3.9.19-150300.4.41.1.aarch64", "product_id": "python39-idle-3.9.19-150300.4.41.1.aarch64" } }, { "category": "product_version", "name": "python39-testsuite-3.9.19-150300.4.41.2.aarch64", "product": { "name": "python39-testsuite-3.9.19-150300.4.41.2.aarch64", "product_id": "python39-testsuite-3.9.19-150300.4.41.2.aarch64" } }, { "category": "product_version", "name": "python39-tk-3.9.19-150300.4.41.1.aarch64", "product": { "name": "python39-tk-3.9.19-150300.4.41.1.aarch64", "product_id": "python39-tk-3.9.19-150300.4.41.1.aarch64" } }, { "category": "product_version", "name": "python39-tools-3.9.19-150300.4.41.2.aarch64", "product": { "name": "python39-tools-3.9.19-150300.4.41.2.aarch64", "product_id": "python39-tools-3.9.19-150300.4.41.2.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libpython3_9-1_0-64bit-3.9.19-150300.4.41.2.aarch64_ilp32", "product": { "name": "libpython3_9-1_0-64bit-3.9.19-150300.4.41.2.aarch64_ilp32", "product_id": "libpython3_9-1_0-64bit-3.9.19-150300.4.41.2.aarch64_ilp32" } }, { "category": "product_version", "name": "python39-64bit-3.9.19-150300.4.41.1.aarch64_ilp32", "product": { "name": "python39-64bit-3.9.19-150300.4.41.1.aarch64_ilp32", "product_id": "python39-64bit-3.9.19-150300.4.41.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python39-base-64bit-3.9.19-150300.4.41.2.aarch64_ilp32", "product": { "name": "python39-base-64bit-3.9.19-150300.4.41.2.aarch64_ilp32", "product_id": "python39-base-64bit-3.9.19-150300.4.41.2.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libpython3_9-1_0-3.9.19-150300.4.41.2.i586", "product": { "name": "libpython3_9-1_0-3.9.19-150300.4.41.2.i586", "product_id": "libpython3_9-1_0-3.9.19-150300.4.41.2.i586" } }, { "category": "product_version", "name": "python39-3.9.19-150300.4.41.1.i586", "product": { "name": "python39-3.9.19-150300.4.41.1.i586", "product_id": "python39-3.9.19-150300.4.41.1.i586" } }, { "category": "product_version", "name": "python39-base-3.9.19-150300.4.41.2.i586", "product": { "name": "python39-base-3.9.19-150300.4.41.2.i586", "product_id": "python39-base-3.9.19-150300.4.41.2.i586" } }, { "category": "product_version", "name": "python39-curses-3.9.19-150300.4.41.1.i586", "product": { "name": "python39-curses-3.9.19-150300.4.41.1.i586", "product_id": "python39-curses-3.9.19-150300.4.41.1.i586" } }, { "category": "product_version", "name": "python39-dbm-3.9.19-150300.4.41.1.i586", "product": { "name": "python39-dbm-3.9.19-150300.4.41.1.i586", "product_id": "python39-dbm-3.9.19-150300.4.41.1.i586" } }, { "category": "product_version", "name": "python39-devel-3.9.19-150300.4.41.2.i586", "product": { "name": "python39-devel-3.9.19-150300.4.41.2.i586", "product_id": "python39-devel-3.9.19-150300.4.41.2.i586" } }, { "category": "product_version", "name": "python39-doc-3.9.19-150300.4.41.1.i586", "product": { "name": "python39-doc-3.9.19-150300.4.41.1.i586", "product_id": "python39-doc-3.9.19-150300.4.41.1.i586" } }, { "category": "product_version", "name": "python39-doc-devhelp-3.9.19-150300.4.41.1.i586", "product": { "name": "python39-doc-devhelp-3.9.19-150300.4.41.1.i586", "product_id": "python39-doc-devhelp-3.9.19-150300.4.41.1.i586" } }, { "category": "product_version", "name": "python39-idle-3.9.19-150300.4.41.1.i586", "product": { "name": "python39-idle-3.9.19-150300.4.41.1.i586", "product_id": "python39-idle-3.9.19-150300.4.41.1.i586" } }, { "category": "product_version", "name": "python39-testsuite-3.9.19-150300.4.41.2.i586", "product": { "name": "python39-testsuite-3.9.19-150300.4.41.2.i586", "product_id": "python39-testsuite-3.9.19-150300.4.41.2.i586" } }, { "category": "product_version", "name": "python39-tk-3.9.19-150300.4.41.1.i586", "product": { "name": "python39-tk-3.9.19-150300.4.41.1.i586", "product_id": "python39-tk-3.9.19-150300.4.41.1.i586" } }, { "category": "product_version", "name": "python39-tools-3.9.19-150300.4.41.2.i586", "product": { "name": "python39-tools-3.9.19-150300.4.41.2.i586", "product_id": "python39-tools-3.9.19-150300.4.41.2.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "libpython3_9-1_0-3.9.19-150300.4.41.2.ppc64le", "product": { "name": "libpython3_9-1_0-3.9.19-150300.4.41.2.ppc64le", "product_id": "libpython3_9-1_0-3.9.19-150300.4.41.2.ppc64le" } }, { "category": "product_version", "name": "python39-3.9.19-150300.4.41.1.ppc64le", "product": { "name": "python39-3.9.19-150300.4.41.1.ppc64le", "product_id": "python39-3.9.19-150300.4.41.1.ppc64le" } }, { "category": "product_version", "name": "python39-base-3.9.19-150300.4.41.2.ppc64le", "product": { "name": "python39-base-3.9.19-150300.4.41.2.ppc64le", "product_id": "python39-base-3.9.19-150300.4.41.2.ppc64le" } }, { "category": "product_version", "name": "python39-curses-3.9.19-150300.4.41.1.ppc64le", "product": { "name": "python39-curses-3.9.19-150300.4.41.1.ppc64le", "product_id": "python39-curses-3.9.19-150300.4.41.1.ppc64le" } }, { "category": "product_version", "name": "python39-dbm-3.9.19-150300.4.41.1.ppc64le", "product": { "name": "python39-dbm-3.9.19-150300.4.41.1.ppc64le", "product_id": "python39-dbm-3.9.19-150300.4.41.1.ppc64le" } }, { "category": "product_version", "name": "python39-devel-3.9.19-150300.4.41.2.ppc64le", "product": { "name": "python39-devel-3.9.19-150300.4.41.2.ppc64le", "product_id": "python39-devel-3.9.19-150300.4.41.2.ppc64le" } }, { "category": "product_version", "name": "python39-doc-3.9.19-150300.4.41.1.ppc64le", "product": { "name": "python39-doc-3.9.19-150300.4.41.1.ppc64le", "product_id": "python39-doc-3.9.19-150300.4.41.1.ppc64le" } }, { "category": "product_version", "name": "python39-doc-devhelp-3.9.19-150300.4.41.1.ppc64le", "product": { "name": "python39-doc-devhelp-3.9.19-150300.4.41.1.ppc64le", "product_id": "python39-doc-devhelp-3.9.19-150300.4.41.1.ppc64le" } }, { "category": "product_version", "name": "python39-idle-3.9.19-150300.4.41.1.ppc64le", "product": { "name": "python39-idle-3.9.19-150300.4.41.1.ppc64le", "product_id": "python39-idle-3.9.19-150300.4.41.1.ppc64le" } }, { "category": "product_version", "name": "python39-testsuite-3.9.19-150300.4.41.2.ppc64le", "product": { "name": "python39-testsuite-3.9.19-150300.4.41.2.ppc64le", "product_id": "python39-testsuite-3.9.19-150300.4.41.2.ppc64le" } }, { "category": "product_version", "name": "python39-tk-3.9.19-150300.4.41.1.ppc64le", "product": { "name": "python39-tk-3.9.19-150300.4.41.1.ppc64le", "product_id": "python39-tk-3.9.19-150300.4.41.1.ppc64le" } }, { "category": "product_version", "name": "python39-tools-3.9.19-150300.4.41.2.ppc64le", "product": { "name": "python39-tools-3.9.19-150300.4.41.2.ppc64le", "product_id": "python39-tools-3.9.19-150300.4.41.2.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libpython3_9-1_0-3.9.19-150300.4.41.2.s390x", "product": { "name": "libpython3_9-1_0-3.9.19-150300.4.41.2.s390x", "product_id": "libpython3_9-1_0-3.9.19-150300.4.41.2.s390x" } }, { "category": "product_version", "name": "python39-3.9.19-150300.4.41.1.s390x", "product": { "name": "python39-3.9.19-150300.4.41.1.s390x", "product_id": "python39-3.9.19-150300.4.41.1.s390x" } }, { "category": "product_version", "name": "python39-base-3.9.19-150300.4.41.2.s390x", "product": { "name": "python39-base-3.9.19-150300.4.41.2.s390x", "product_id": "python39-base-3.9.19-150300.4.41.2.s390x" } }, { "category": "product_version", "name": "python39-curses-3.9.19-150300.4.41.1.s390x", "product": { "name": "python39-curses-3.9.19-150300.4.41.1.s390x", "product_id": "python39-curses-3.9.19-150300.4.41.1.s390x" } }, { "category": "product_version", "name": "python39-dbm-3.9.19-150300.4.41.1.s390x", "product": { "name": "python39-dbm-3.9.19-150300.4.41.1.s390x", "product_id": "python39-dbm-3.9.19-150300.4.41.1.s390x" } }, { "category": "product_version", "name": "python39-devel-3.9.19-150300.4.41.2.s390x", "product": { "name": "python39-devel-3.9.19-150300.4.41.2.s390x", "product_id": "python39-devel-3.9.19-150300.4.41.2.s390x" } }, { "category": "product_version", "name": "python39-doc-3.9.19-150300.4.41.1.s390x", "product": { "name": "python39-doc-3.9.19-150300.4.41.1.s390x", "product_id": "python39-doc-3.9.19-150300.4.41.1.s390x" } }, { "category": "product_version", "name": "python39-doc-devhelp-3.9.19-150300.4.41.1.s390x", "product": { "name": "python39-doc-devhelp-3.9.19-150300.4.41.1.s390x", "product_id": "python39-doc-devhelp-3.9.19-150300.4.41.1.s390x" } }, { "category": "product_version", "name": "python39-idle-3.9.19-150300.4.41.1.s390x", "product": { "name": "python39-idle-3.9.19-150300.4.41.1.s390x", "product_id": "python39-idle-3.9.19-150300.4.41.1.s390x" } }, { "category": "product_version", "name": "python39-testsuite-3.9.19-150300.4.41.2.s390x", "product": { "name": "python39-testsuite-3.9.19-150300.4.41.2.s390x", "product_id": "python39-testsuite-3.9.19-150300.4.41.2.s390x" } }, { "category": "product_version", "name": "python39-tk-3.9.19-150300.4.41.1.s390x", "product": { "name": "python39-tk-3.9.19-150300.4.41.1.s390x", "product_id": "python39-tk-3.9.19-150300.4.41.1.s390x" } }, { "category": "product_version", "name": "python39-tools-3.9.19-150300.4.41.2.s390x", "product": { "name": "python39-tools-3.9.19-150300.4.41.2.s390x", "product_id": "python39-tools-3.9.19-150300.4.41.2.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "product": { "name": "libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "product_id": "libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64" } }, { "category": "product_version", "name": "libpython3_9-1_0-32bit-3.9.19-150300.4.41.2.x86_64", "product": { "name": "libpython3_9-1_0-32bit-3.9.19-150300.4.41.2.x86_64", "product_id": "libpython3_9-1_0-32bit-3.9.19-150300.4.41.2.x86_64" } }, { "category": "product_version", "name": "python39-3.9.19-150300.4.41.1.x86_64", "product": { "name": "python39-3.9.19-150300.4.41.1.x86_64", "product_id": "python39-3.9.19-150300.4.41.1.x86_64" } }, { "category": "product_version", "name": "python39-32bit-3.9.19-150300.4.41.1.x86_64", "product": { "name": "python39-32bit-3.9.19-150300.4.41.1.x86_64", "product_id": "python39-32bit-3.9.19-150300.4.41.1.x86_64" } }, { "category": "product_version", "name": "python39-base-3.9.19-150300.4.41.2.x86_64", "product": { "name": "python39-base-3.9.19-150300.4.41.2.x86_64", "product_id": "python39-base-3.9.19-150300.4.41.2.x86_64" } }, { "category": "product_version", "name": "python39-base-32bit-3.9.19-150300.4.41.2.x86_64", "product": { "name": "python39-base-32bit-3.9.19-150300.4.41.2.x86_64", "product_id": "python39-base-32bit-3.9.19-150300.4.41.2.x86_64" } }, { "category": "product_version", "name": "python39-curses-3.9.19-150300.4.41.1.x86_64", "product": { "name": "python39-curses-3.9.19-150300.4.41.1.x86_64", "product_id": "python39-curses-3.9.19-150300.4.41.1.x86_64" } }, { "category": "product_version", "name": "python39-dbm-3.9.19-150300.4.41.1.x86_64", "product": { "name": "python39-dbm-3.9.19-150300.4.41.1.x86_64", "product_id": "python39-dbm-3.9.19-150300.4.41.1.x86_64" } }, { "category": "product_version", "name": "python39-devel-3.9.19-150300.4.41.2.x86_64", "product": { "name": "python39-devel-3.9.19-150300.4.41.2.x86_64", "product_id": "python39-devel-3.9.19-150300.4.41.2.x86_64" } }, { "category": "product_version", "name": "python39-doc-3.9.19-150300.4.41.1.x86_64", "product": { "name": "python39-doc-3.9.19-150300.4.41.1.x86_64", "product_id": "python39-doc-3.9.19-150300.4.41.1.x86_64" } }, { "category": "product_version", "name": "python39-doc-devhelp-3.9.19-150300.4.41.1.x86_64", "product": { "name": "python39-doc-devhelp-3.9.19-150300.4.41.1.x86_64", "product_id": "python39-doc-devhelp-3.9.19-150300.4.41.1.x86_64" } }, { "category": "product_version", "name": "python39-idle-3.9.19-150300.4.41.1.x86_64", "product": { "name": "python39-idle-3.9.19-150300.4.41.1.x86_64", "product_id": "python39-idle-3.9.19-150300.4.41.1.x86_64" } }, { "category": "product_version", "name": "python39-testsuite-3.9.19-150300.4.41.2.x86_64", "product": { "name": "python39-testsuite-3.9.19-150300.4.41.2.x86_64", "product_id": "python39-testsuite-3.9.19-150300.4.41.2.x86_64" } }, { "category": "product_version", "name": "python39-tk-3.9.19-150300.4.41.1.x86_64", "product": { "name": "python39-tk-3.9.19-150300.4.41.1.x86_64", "product_id": "python39-tk-3.9.19-150300.4.41.1.x86_64" } }, { "category": "product_version", "name": "python39-tools-3.9.19-150300.4.41.2.x86_64", "product": { "name": "python39-tools-3.9.19-150300.4.41.2.x86_64", "product_id": "python39-tools-3.9.19-150300.4.41.2.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp3" } } }, { "category": "product_name", "name": "SUSE Enterprise Storage 7.1", "product": { "name": "SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1", "product_identification_helper": { "cpe": "cpe:/o:suse:ses:7.1" } } }, { "category": "product_name", "name": "openSUSE Leap 15.5", "product": { "name": "openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64" }, "product_reference": "libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64" }, "product_reference": "libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-3.9.19-150300.4.41.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.aarch64" }, "product_reference": "python39-3.9.19-150300.4.41.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-3.9.19-150300.4.41.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.x86_64" }, "product_reference": "python39-3.9.19-150300.4.41.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-base-3.9.19-150300.4.41.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.aarch64" }, "product_reference": "python39-base-3.9.19-150300.4.41.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-base-3.9.19-150300.4.41.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.x86_64" }, "product_reference": "python39-base-3.9.19-150300.4.41.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-curses-3.9.19-150300.4.41.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.aarch64" }, "product_reference": "python39-curses-3.9.19-150300.4.41.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-curses-3.9.19-150300.4.41.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.x86_64" }, "product_reference": "python39-curses-3.9.19-150300.4.41.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-dbm-3.9.19-150300.4.41.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.aarch64" }, "product_reference": "python39-dbm-3.9.19-150300.4.41.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-dbm-3.9.19-150300.4.41.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.x86_64" }, "product_reference": "python39-dbm-3.9.19-150300.4.41.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-3.9.19-150300.4.41.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.aarch64" }, "product_reference": "python39-devel-3.9.19-150300.4.41.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-3.9.19-150300.4.41.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.x86_64" }, "product_reference": "python39-devel-3.9.19-150300.4.41.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-3.9.19-150300.4.41.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.aarch64" }, "product_reference": "python39-idle-3.9.19-150300.4.41.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-3.9.19-150300.4.41.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.x86_64" }, "product_reference": "python39-idle-3.9.19-150300.4.41.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tk-3.9.19-150300.4.41.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.aarch64" }, "product_reference": "python39-tk-3.9.19-150300.4.41.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tk-3.9.19-150300.4.41.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.x86_64" }, "product_reference": "python39-tk-3.9.19-150300.4.41.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tools-3.9.19-150300.4.41.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.aarch64" }, "product_reference": "python39-tools-3.9.19-150300.4.41.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tools-3.9.19-150300.4.41.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.x86_64" }, "product_reference": "python39-tools-3.9.19-150300.4.41.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64" }, "product_reference": "libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_9-1_0-3.9.19-150300.4.41.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.ppc64le" }, "product_reference": "libpython3_9-1_0-3.9.19-150300.4.41.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_9-1_0-3.9.19-150300.4.41.2.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.s390x" }, "product_reference": "libpython3_9-1_0-3.9.19-150300.4.41.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64" }, "product_reference": "libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-3.9.19-150300.4.41.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.aarch64" }, "product_reference": "python39-3.9.19-150300.4.41.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-3.9.19-150300.4.41.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.ppc64le" }, "product_reference": "python39-3.9.19-150300.4.41.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-3.9.19-150300.4.41.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.s390x" }, "product_reference": "python39-3.9.19-150300.4.41.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-3.9.19-150300.4.41.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.x86_64" }, "product_reference": "python39-3.9.19-150300.4.41.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-base-3.9.19-150300.4.41.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.aarch64" }, "product_reference": "python39-base-3.9.19-150300.4.41.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-base-3.9.19-150300.4.41.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.ppc64le" }, "product_reference": "python39-base-3.9.19-150300.4.41.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-base-3.9.19-150300.4.41.2.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.s390x" }, "product_reference": "python39-base-3.9.19-150300.4.41.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-base-3.9.19-150300.4.41.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.x86_64" }, "product_reference": "python39-base-3.9.19-150300.4.41.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-curses-3.9.19-150300.4.41.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.aarch64" }, "product_reference": "python39-curses-3.9.19-150300.4.41.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-curses-3.9.19-150300.4.41.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.ppc64le" }, "product_reference": "python39-curses-3.9.19-150300.4.41.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-curses-3.9.19-150300.4.41.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.s390x" }, "product_reference": "python39-curses-3.9.19-150300.4.41.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-curses-3.9.19-150300.4.41.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.x86_64" }, "product_reference": "python39-curses-3.9.19-150300.4.41.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-dbm-3.9.19-150300.4.41.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.aarch64" }, "product_reference": "python39-dbm-3.9.19-150300.4.41.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-dbm-3.9.19-150300.4.41.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.ppc64le" }, "product_reference": "python39-dbm-3.9.19-150300.4.41.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-dbm-3.9.19-150300.4.41.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.s390x" }, "product_reference": "python39-dbm-3.9.19-150300.4.41.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-dbm-3.9.19-150300.4.41.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.x86_64" }, "product_reference": "python39-dbm-3.9.19-150300.4.41.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-3.9.19-150300.4.41.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.aarch64" }, "product_reference": "python39-devel-3.9.19-150300.4.41.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-3.9.19-150300.4.41.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.ppc64le" }, "product_reference": "python39-devel-3.9.19-150300.4.41.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-3.9.19-150300.4.41.2.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.s390x" }, "product_reference": "python39-devel-3.9.19-150300.4.41.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-3.9.19-150300.4.41.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.x86_64" }, "product_reference": "python39-devel-3.9.19-150300.4.41.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-3.9.19-150300.4.41.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.aarch64" }, "product_reference": "python39-idle-3.9.19-150300.4.41.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-3.9.19-150300.4.41.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.ppc64le" }, "product_reference": "python39-idle-3.9.19-150300.4.41.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-3.9.19-150300.4.41.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.s390x" }, "product_reference": "python39-idle-3.9.19-150300.4.41.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-3.9.19-150300.4.41.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.x86_64" }, "product_reference": "python39-idle-3.9.19-150300.4.41.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tk-3.9.19-150300.4.41.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.aarch64" }, "product_reference": "python39-tk-3.9.19-150300.4.41.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tk-3.9.19-150300.4.41.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.ppc64le" }, "product_reference": "python39-tk-3.9.19-150300.4.41.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tk-3.9.19-150300.4.41.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.s390x" }, "product_reference": "python39-tk-3.9.19-150300.4.41.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tk-3.9.19-150300.4.41.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.x86_64" }, "product_reference": "python39-tk-3.9.19-150300.4.41.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tools-3.9.19-150300.4.41.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.aarch64" }, "product_reference": "python39-tools-3.9.19-150300.4.41.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tools-3.9.19-150300.4.41.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.ppc64le" }, "product_reference": "python39-tools-3.9.19-150300.4.41.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tools-3.9.19-150300.4.41.2.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.s390x" }, "product_reference": "python39-tools-3.9.19-150300.4.41.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tools-3.9.19-150300.4.41.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.x86_64" }, "product_reference": "python39-tools-3.9.19-150300.4.41.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_9-1_0-3.9.19-150300.4.41.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.19-150300.4.41.2.ppc64le" }, "product_reference": "libpython3_9-1_0-3.9.19-150300.4.41.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64" }, "product_reference": "libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python39-3.9.19-150300.4.41.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.19-150300.4.41.1.ppc64le" }, "product_reference": "python39-3.9.19-150300.4.41.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python39-3.9.19-150300.4.41.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.19-150300.4.41.1.x86_64" }, "product_reference": "python39-3.9.19-150300.4.41.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python39-base-3.9.19-150300.4.41.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.19-150300.4.41.2.ppc64le" }, "product_reference": "python39-base-3.9.19-150300.4.41.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python39-base-3.9.19-150300.4.41.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.19-150300.4.41.2.x86_64" }, "product_reference": "python39-base-3.9.19-150300.4.41.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python39-curses-3.9.19-150300.4.41.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.19-150300.4.41.1.ppc64le" }, "product_reference": "python39-curses-3.9.19-150300.4.41.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python39-curses-3.9.19-150300.4.41.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.19-150300.4.41.1.x86_64" }, "product_reference": "python39-curses-3.9.19-150300.4.41.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python39-dbm-3.9.19-150300.4.41.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.19-150300.4.41.1.ppc64le" }, "product_reference": "python39-dbm-3.9.19-150300.4.41.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python39-dbm-3.9.19-150300.4.41.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.19-150300.4.41.1.x86_64" }, "product_reference": "python39-dbm-3.9.19-150300.4.41.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-3.9.19-150300.4.41.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.19-150300.4.41.2.ppc64le" }, "product_reference": "python39-devel-3.9.19-150300.4.41.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-3.9.19-150300.4.41.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.19-150300.4.41.2.x86_64" }, "product_reference": "python39-devel-3.9.19-150300.4.41.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-3.9.19-150300.4.41.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.19-150300.4.41.1.ppc64le" }, "product_reference": "python39-idle-3.9.19-150300.4.41.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-3.9.19-150300.4.41.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.19-150300.4.41.1.x86_64" }, "product_reference": "python39-idle-3.9.19-150300.4.41.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tk-3.9.19-150300.4.41.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.19-150300.4.41.1.ppc64le" }, "product_reference": "python39-tk-3.9.19-150300.4.41.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tk-3.9.19-150300.4.41.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.19-150300.4.41.1.x86_64" }, "product_reference": "python39-tk-3.9.19-150300.4.41.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tools-3.9.19-150300.4.41.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.19-150300.4.41.2.ppc64le" }, "product_reference": "python39-tools-3.9.19-150300.4.41.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tools-3.9.19-150300.4.41.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.19-150300.4.41.2.x86_64" }, "product_reference": "python39-tools-3.9.19-150300.4.41.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64" }, "product_reference": "libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64" }, "product_reference": "libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-3.9.19-150300.4.41.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python39-3.9.19-150300.4.41.1.aarch64" }, "product_reference": "python39-3.9.19-150300.4.41.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-3.9.19-150300.4.41.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python39-3.9.19-150300.4.41.1.x86_64" }, "product_reference": "python39-3.9.19-150300.4.41.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-base-3.9.19-150300.4.41.2.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python39-base-3.9.19-150300.4.41.2.aarch64" }, "product_reference": "python39-base-3.9.19-150300.4.41.2.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-base-3.9.19-150300.4.41.2.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python39-base-3.9.19-150300.4.41.2.x86_64" }, "product_reference": "python39-base-3.9.19-150300.4.41.2.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-curses-3.9.19-150300.4.41.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python39-curses-3.9.19-150300.4.41.1.aarch64" }, "product_reference": "python39-curses-3.9.19-150300.4.41.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-curses-3.9.19-150300.4.41.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python39-curses-3.9.19-150300.4.41.1.x86_64" }, "product_reference": "python39-curses-3.9.19-150300.4.41.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-dbm-3.9.19-150300.4.41.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python39-dbm-3.9.19-150300.4.41.1.aarch64" }, "product_reference": "python39-dbm-3.9.19-150300.4.41.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-dbm-3.9.19-150300.4.41.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python39-dbm-3.9.19-150300.4.41.1.x86_64" }, "product_reference": "python39-dbm-3.9.19-150300.4.41.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-3.9.19-150300.4.41.2.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python39-devel-3.9.19-150300.4.41.2.aarch64" }, "product_reference": "python39-devel-3.9.19-150300.4.41.2.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-3.9.19-150300.4.41.2.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python39-devel-3.9.19-150300.4.41.2.x86_64" }, "product_reference": "python39-devel-3.9.19-150300.4.41.2.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-3.9.19-150300.4.41.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python39-idle-3.9.19-150300.4.41.1.aarch64" }, "product_reference": "python39-idle-3.9.19-150300.4.41.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-3.9.19-150300.4.41.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python39-idle-3.9.19-150300.4.41.1.x86_64" }, "product_reference": "python39-idle-3.9.19-150300.4.41.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tk-3.9.19-150300.4.41.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python39-tk-3.9.19-150300.4.41.1.aarch64" }, "product_reference": "python39-tk-3.9.19-150300.4.41.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tk-3.9.19-150300.4.41.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python39-tk-3.9.19-150300.4.41.1.x86_64" }, "product_reference": "python39-tk-3.9.19-150300.4.41.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tools-3.9.19-150300.4.41.2.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python39-tools-3.9.19-150300.4.41.2.aarch64" }, "product_reference": "python39-tools-3.9.19-150300.4.41.2.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tools-3.9.19-150300.4.41.2.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python39-tools-3.9.19-150300.4.41.2.x86_64" }, "product_reference": "python39-tools-3.9.19-150300.4.41.2.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64" }, "product_reference": "libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_9-1_0-3.9.19-150300.4.41.2.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.41.2.ppc64le" }, "product_reference": "libpython3_9-1_0-3.9.19-150300.4.41.2.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_9-1_0-3.9.19-150300.4.41.2.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.41.2.s390x" }, "product_reference": "libpython3_9-1_0-3.9.19-150300.4.41.2.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64" }, "product_reference": "libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_9-1_0-32bit-3.9.19-150300.4.41.2.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.19-150300.4.41.2.x86_64" }, "product_reference": "libpython3_9-1_0-32bit-3.9.19-150300.4.41.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-3.9.19-150300.4.41.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-3.9.19-150300.4.41.1.aarch64" }, "product_reference": "python39-3.9.19-150300.4.41.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-3.9.19-150300.4.41.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-3.9.19-150300.4.41.1.ppc64le" }, "product_reference": "python39-3.9.19-150300.4.41.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-3.9.19-150300.4.41.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-3.9.19-150300.4.41.1.s390x" }, "product_reference": "python39-3.9.19-150300.4.41.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-3.9.19-150300.4.41.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-3.9.19-150300.4.41.1.x86_64" }, "product_reference": "python39-3.9.19-150300.4.41.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-32bit-3.9.19-150300.4.41.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-32bit-3.9.19-150300.4.41.1.x86_64" }, "product_reference": "python39-32bit-3.9.19-150300.4.41.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-base-3.9.19-150300.4.41.2.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.41.2.aarch64" }, "product_reference": "python39-base-3.9.19-150300.4.41.2.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-base-3.9.19-150300.4.41.2.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.41.2.ppc64le" }, "product_reference": "python39-base-3.9.19-150300.4.41.2.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-base-3.9.19-150300.4.41.2.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.41.2.s390x" }, "product_reference": "python39-base-3.9.19-150300.4.41.2.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-base-3.9.19-150300.4.41.2.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.41.2.x86_64" }, "product_reference": "python39-base-3.9.19-150300.4.41.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-base-32bit-3.9.19-150300.4.41.2.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-base-32bit-3.9.19-150300.4.41.2.x86_64" }, "product_reference": "python39-base-32bit-3.9.19-150300.4.41.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-curses-3.9.19-150300.4.41.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.41.1.aarch64" }, "product_reference": "python39-curses-3.9.19-150300.4.41.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-curses-3.9.19-150300.4.41.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.41.1.ppc64le" }, "product_reference": "python39-curses-3.9.19-150300.4.41.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-curses-3.9.19-150300.4.41.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.41.1.s390x" }, "product_reference": "python39-curses-3.9.19-150300.4.41.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-curses-3.9.19-150300.4.41.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.41.1.x86_64" }, "product_reference": "python39-curses-3.9.19-150300.4.41.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-dbm-3.9.19-150300.4.41.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.41.1.aarch64" }, "product_reference": "python39-dbm-3.9.19-150300.4.41.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-dbm-3.9.19-150300.4.41.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.41.1.ppc64le" }, "product_reference": "python39-dbm-3.9.19-150300.4.41.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-dbm-3.9.19-150300.4.41.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.41.1.s390x" }, "product_reference": "python39-dbm-3.9.19-150300.4.41.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-dbm-3.9.19-150300.4.41.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.41.1.x86_64" }, "product_reference": "python39-dbm-3.9.19-150300.4.41.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-3.9.19-150300.4.41.2.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.41.2.aarch64" }, "product_reference": "python39-devel-3.9.19-150300.4.41.2.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-3.9.19-150300.4.41.2.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.41.2.ppc64le" }, "product_reference": "python39-devel-3.9.19-150300.4.41.2.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-3.9.19-150300.4.41.2.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.41.2.s390x" }, "product_reference": "python39-devel-3.9.19-150300.4.41.2.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-3.9.19-150300.4.41.2.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.41.2.x86_64" }, "product_reference": "python39-devel-3.9.19-150300.4.41.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-doc-3.9.19-150300.4.41.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.41.1.aarch64" }, "product_reference": "python39-doc-3.9.19-150300.4.41.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-doc-3.9.19-150300.4.41.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.41.1.ppc64le" }, "product_reference": "python39-doc-3.9.19-150300.4.41.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-doc-3.9.19-150300.4.41.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.41.1.s390x" }, "product_reference": "python39-doc-3.9.19-150300.4.41.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-doc-3.9.19-150300.4.41.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.41.1.x86_64" }, "product_reference": "python39-doc-3.9.19-150300.4.41.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-doc-devhelp-3.9.19-150300.4.41.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.41.1.aarch64" }, "product_reference": "python39-doc-devhelp-3.9.19-150300.4.41.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-doc-devhelp-3.9.19-150300.4.41.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.41.1.ppc64le" }, "product_reference": "python39-doc-devhelp-3.9.19-150300.4.41.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-doc-devhelp-3.9.19-150300.4.41.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.41.1.s390x" }, "product_reference": "python39-doc-devhelp-3.9.19-150300.4.41.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-doc-devhelp-3.9.19-150300.4.41.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.41.1.x86_64" }, "product_reference": "python39-doc-devhelp-3.9.19-150300.4.41.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-3.9.19-150300.4.41.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.41.1.aarch64" }, "product_reference": "python39-idle-3.9.19-150300.4.41.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-3.9.19-150300.4.41.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.41.1.ppc64le" }, "product_reference": "python39-idle-3.9.19-150300.4.41.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-3.9.19-150300.4.41.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.41.1.s390x" }, "product_reference": "python39-idle-3.9.19-150300.4.41.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-3.9.19-150300.4.41.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.41.1.x86_64" }, "product_reference": "python39-idle-3.9.19-150300.4.41.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-testsuite-3.9.19-150300.4.41.2.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.41.2.aarch64" }, "product_reference": "python39-testsuite-3.9.19-150300.4.41.2.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-testsuite-3.9.19-150300.4.41.2.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.41.2.ppc64le" }, "product_reference": "python39-testsuite-3.9.19-150300.4.41.2.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-testsuite-3.9.19-150300.4.41.2.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.41.2.s390x" }, "product_reference": "python39-testsuite-3.9.19-150300.4.41.2.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-testsuite-3.9.19-150300.4.41.2.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.41.2.x86_64" }, "product_reference": "python39-testsuite-3.9.19-150300.4.41.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tk-3.9.19-150300.4.41.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.41.1.aarch64" }, "product_reference": "python39-tk-3.9.19-150300.4.41.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tk-3.9.19-150300.4.41.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.41.1.ppc64le" }, "product_reference": "python39-tk-3.9.19-150300.4.41.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tk-3.9.19-150300.4.41.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.41.1.s390x" }, "product_reference": "python39-tk-3.9.19-150300.4.41.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tk-3.9.19-150300.4.41.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.41.1.x86_64" }, "product_reference": "python39-tk-3.9.19-150300.4.41.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tools-3.9.19-150300.4.41.2.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.41.2.aarch64" }, "product_reference": "python39-tools-3.9.19-150300.4.41.2.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tools-3.9.19-150300.4.41.2.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.41.2.ppc64le" }, "product_reference": "python39-tools-3.9.19-150300.4.41.2.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tools-3.9.19-150300.4.41.2.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.41.2.s390x" }, "product_reference": "python39-tools-3.9.19-150300.4.41.2.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tools-3.9.19-150300.4.41.2.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.41.2.x86_64" }, "product_reference": "python39-tools-3.9.19-150300.4.41.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-52425", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-52425" } ], "notes": [ { "category": "general", "text": "libexpat through 2.5.0 allows a denial of service (resource consumption) because many full reparsings are required in the case of a large token for which multiple buffer fills are needed.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "SUSE Enterprise Storage 7.1:python39-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-base-3.9.19-150300.4.41.2.aarch64", "SUSE Enterprise Storage 7.1:python39-base-3.9.19-150300.4.41.2.x86_64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.19-150300.4.41.2.aarch64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.19-150300.4.41.2.x86_64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.19-150300.4.41.2.aarch64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-32bit-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-base-32bit-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.41.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-52425", "url": "https://www.suse.com/security/cve/CVE-2023-52425" }, { "category": "external", "summary": "SUSE Bug 1219559 for CVE-2023-52425", "url": "https://bugzilla.suse.com/1219559" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "SUSE Enterprise Storage 7.1:python39-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-base-3.9.19-150300.4.41.2.aarch64", "SUSE Enterprise Storage 7.1:python39-base-3.9.19-150300.4.41.2.x86_64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.19-150300.4.41.2.aarch64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.19-150300.4.41.2.x86_64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.19-150300.4.41.2.aarch64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-32bit-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-base-32bit-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.41.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "SUSE Enterprise Storage 7.1:python39-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-base-3.9.19-150300.4.41.2.aarch64", "SUSE Enterprise Storage 7.1:python39-base-3.9.19-150300.4.41.2.x86_64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.19-150300.4.41.2.aarch64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.19-150300.4.41.2.x86_64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.19-150300.4.41.2.aarch64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-32bit-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-base-32bit-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.41.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-03-27T15:03:41Z", "details": "moderate" } ], "title": "CVE-2023-52425" }, { "cve": "CVE-2023-6597", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-6597" } ], "notes": [ { "category": "general", "text": "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", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "SUSE Enterprise Storage 7.1:python39-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-base-3.9.19-150300.4.41.2.aarch64", "SUSE Enterprise Storage 7.1:python39-base-3.9.19-150300.4.41.2.x86_64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.19-150300.4.41.2.aarch64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.19-150300.4.41.2.x86_64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.19-150300.4.41.2.aarch64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-32bit-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-base-32bit-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.41.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-6597", "url": "https://www.suse.com/security/cve/CVE-2023-6597" }, { "category": "external", "summary": "SUSE Bug 1219666 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1219666" }, { "category": "external", "summary": "SUSE Bug 1221854 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1221854" }, { "category": "external", "summary": "SUSE Bug 1224879 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1224879" }, { "category": "external", "summary": "SUSE Bug 1225185 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1225185" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "SUSE Enterprise Storage 7.1:python39-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-base-3.9.19-150300.4.41.2.aarch64", "SUSE Enterprise Storage 7.1:python39-base-3.9.19-150300.4.41.2.x86_64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.19-150300.4.41.2.aarch64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.19-150300.4.41.2.x86_64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.19-150300.4.41.2.aarch64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-32bit-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-base-32bit-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.41.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "SUSE Enterprise Storage 7.1:python39-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-base-3.9.19-150300.4.41.2.aarch64", "SUSE Enterprise Storage 7.1:python39-base-3.9.19-150300.4.41.2.x86_64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.19-150300.4.41.2.aarch64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.19-150300.4.41.2.x86_64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.19-150300.4.41.2.aarch64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-32bit-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-base-32bit-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.41.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-03-27T15:03:41Z", "details": "important" } ], "title": "CVE-2023-6597" }, { "cve": "CVE-2024-0450", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-0450" } ], "notes": [ { "category": "general", "text": "An issue was found in the CPython `zipfile` module affecting versions 3.12.1, 3.11.7, 3.10.13, 3.9.18, and 3.8.18 and prior.\n\nThe zipfile module is vulnerable to \"quoted-overlap\" zip-bombs which exploit the zip format to create a zip-bomb with a high compression ratio. The fixed versions of CPython makes the zipfile module reject zip archives which overlap entries in the archive.\n\n", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "SUSE Enterprise Storage 7.1:python39-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-base-3.9.19-150300.4.41.2.aarch64", "SUSE Enterprise Storage 7.1:python39-base-3.9.19-150300.4.41.2.x86_64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.19-150300.4.41.2.aarch64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.19-150300.4.41.2.x86_64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.19-150300.4.41.2.aarch64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-32bit-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-base-32bit-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.41.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-0450", "url": "https://www.suse.com/security/cve/CVE-2024-0450" }, { "category": "external", "summary": "SUSE Bug 1221854 for CVE-2024-0450", "url": "https://bugzilla.suse.com/1221854" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "SUSE Enterprise Storage 7.1:python39-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-base-3.9.19-150300.4.41.2.aarch64", "SUSE Enterprise Storage 7.1:python39-base-3.9.19-150300.4.41.2.x86_64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.19-150300.4.41.2.aarch64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.19-150300.4.41.2.x86_64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.19-150300.4.41.2.aarch64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-32bit-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-base-32bit-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.41.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "SUSE Enterprise Storage 7.1:python39-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-base-3.9.19-150300.4.41.2.aarch64", "SUSE Enterprise Storage 7.1:python39-base-3.9.19-150300.4.41.2.x86_64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.19-150300.4.41.2.aarch64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.19-150300.4.41.2.x86_64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.19-150300.4.41.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.19-150300.4.41.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.19-150300.4.41.2.aarch64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.19-150300.4.41.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.19-150300.4.41.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.19-150300.4.41.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.19-150300.4.41.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-32bit-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-base-32bit-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.41.2.x86_64", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.41.1.aarch64", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.41.1.ppc64le", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.41.1.s390x", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.41.1.x86_64", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.41.2.aarch64", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.41.2.ppc64le", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.41.2.s390x", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.41.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-03-27T15:03:41Z", "details": "moderate" } ], "title": "CVE-2024-0450" } ] }
suse-su-2024:0782-1
Vulnerability from csaf_suse
Published
2024-03-06 15:33
Modified
2024-03-06 15:33
Summary
Security update for python311
Notes
Title of the patch
Security update for python311
Description of the patch
This update for python311 fixes the following issues:
- CVE-2023-6597: Fixed symlink bug in cleanup of tempfile.TemporaryDirectory (bsc#1219666).
- CVE-2023-27043: Fixed incorrect e-mqil parsing (bsc#1210638).
- CVE-2022-25236: Fixed an expat vulnerability by supporting expat >= 2.4.4 (bsc#1212015).
Patchnames
SUSE-2024-782,SUSE-SLE-Module-Python3-15-SP5-2024-782,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-782,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-782,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-782,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-782,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-782,openSUSE-SLE-15.5-2024-782
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for python311", "title": "Title of the patch" }, { "category": "description", "text": "This update for python311 fixes the following issues:\n\n- CVE-2023-6597: Fixed symlink bug in cleanup of tempfile.TemporaryDirectory (bsc#1219666).\n- CVE-2023-27043: Fixed incorrect e-mqil parsing (bsc#1210638).\n- CVE-2022-25236: Fixed an expat vulnerability by supporting expat \u003e= 2.4.4 (bsc#1212015).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-782,SUSE-SLE-Module-Python3-15-SP5-2024-782,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-782,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-782,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-782,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-782,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-782,openSUSE-SLE-15.5-2024-782", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_0782-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:0782-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20240782-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:0782-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-March/018101.html" }, { "category": "self", "summary": "SUSE Bug 1196025", "url": "https://bugzilla.suse.com/1196025" }, { "category": "self", "summary": "SUSE Bug 1210638", "url": "https://bugzilla.suse.com/1210638" }, { "category": "self", "summary": "SUSE Bug 1219666", "url": "https://bugzilla.suse.com/1219666" }, { "category": "self", "summary": "SUSE CVE CVE-2022-25236 page", "url": "https://www.suse.com/security/cve/CVE-2022-25236/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-27043 page", "url": "https://www.suse.com/security/cve/CVE-2023-27043/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-6597 page", "url": "https://www.suse.com/security/cve/CVE-2023-6597/" } ], "title": "Security update for python311", "tracking": { "current_release_date": "2024-03-06T15:33:50Z", "generator": { "date": "2024-03-06T15:33:50Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:0782-1", "initial_release_date": "2024-03-06T15:33:50Z", "revision_history": [ { "date": "2024-03-06T15:33:50Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "product": { "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "product_id": "libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64" } }, { "category": "product_version", "name": "python311-3.11.8-150400.9.23.1.aarch64", "product": { "name": "python311-3.11.8-150400.9.23.1.aarch64", "product_id": "python311-3.11.8-150400.9.23.1.aarch64" } }, { "category": "product_version", "name": "python311-base-3.11.8-150400.9.23.1.aarch64", "product": { "name": "python311-base-3.11.8-150400.9.23.1.aarch64", "product_id": "python311-base-3.11.8-150400.9.23.1.aarch64" } }, { "category": "product_version", "name": "python311-curses-3.11.8-150400.9.23.1.aarch64", "product": { "name": "python311-curses-3.11.8-150400.9.23.1.aarch64", "product_id": "python311-curses-3.11.8-150400.9.23.1.aarch64" } }, { "category": "product_version", "name": "python311-dbm-3.11.8-150400.9.23.1.aarch64", "product": { "name": "python311-dbm-3.11.8-150400.9.23.1.aarch64", "product_id": "python311-dbm-3.11.8-150400.9.23.1.aarch64" } }, { "category": "product_version", "name": "python311-devel-3.11.8-150400.9.23.1.aarch64", "product": { "name": "python311-devel-3.11.8-150400.9.23.1.aarch64", "product_id": "python311-devel-3.11.8-150400.9.23.1.aarch64" } }, { "category": "product_version", "name": "python311-doc-3.11.8-150400.9.23.1.aarch64", "product": { "name": "python311-doc-3.11.8-150400.9.23.1.aarch64", "product_id": "python311-doc-3.11.8-150400.9.23.1.aarch64" } }, { "category": "product_version", "name": "python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "product": { "name": "python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "product_id": "python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64" } }, { "category": "product_version", "name": "python311-idle-3.11.8-150400.9.23.1.aarch64", "product": { "name": "python311-idle-3.11.8-150400.9.23.1.aarch64", "product_id": "python311-idle-3.11.8-150400.9.23.1.aarch64" } }, { "category": "product_version", "name": "python311-testsuite-3.11.8-150400.9.23.1.aarch64", "product": { "name": "python311-testsuite-3.11.8-150400.9.23.1.aarch64", "product_id": "python311-testsuite-3.11.8-150400.9.23.1.aarch64" } }, { "category": "product_version", "name": "python311-tk-3.11.8-150400.9.23.1.aarch64", "product": { "name": "python311-tk-3.11.8-150400.9.23.1.aarch64", "product_id": "python311-tk-3.11.8-150400.9.23.1.aarch64" } }, { "category": "product_version", "name": "python311-tools-3.11.8-150400.9.23.1.aarch64", "product": { "name": "python311-tools-3.11.8-150400.9.23.1.aarch64", "product_id": "python311-tools-3.11.8-150400.9.23.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libpython3_11-1_0-64bit-3.11.8-150400.9.23.1.aarch64_ilp32", "product": { "name": "libpython3_11-1_0-64bit-3.11.8-150400.9.23.1.aarch64_ilp32", "product_id": "libpython3_11-1_0-64bit-3.11.8-150400.9.23.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python311-64bit-3.11.8-150400.9.23.1.aarch64_ilp32", "product": { "name": "python311-64bit-3.11.8-150400.9.23.1.aarch64_ilp32", "product_id": "python311-64bit-3.11.8-150400.9.23.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python311-base-64bit-3.11.8-150400.9.23.1.aarch64_ilp32", "product": { "name": "python311-base-64bit-3.11.8-150400.9.23.1.aarch64_ilp32", "product_id": "python311-base-64bit-3.11.8-150400.9.23.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.i586", "product": { "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.i586", "product_id": "libpython3_11-1_0-3.11.8-150400.9.23.1.i586" } }, { "category": "product_version", "name": "python311-3.11.8-150400.9.23.1.i586", "product": { "name": "python311-3.11.8-150400.9.23.1.i586", "product_id": "python311-3.11.8-150400.9.23.1.i586" } }, { "category": "product_version", "name": "python311-base-3.11.8-150400.9.23.1.i586", "product": { "name": "python311-base-3.11.8-150400.9.23.1.i586", "product_id": "python311-base-3.11.8-150400.9.23.1.i586" } }, { "category": "product_version", "name": "python311-curses-3.11.8-150400.9.23.1.i586", "product": { "name": "python311-curses-3.11.8-150400.9.23.1.i586", "product_id": "python311-curses-3.11.8-150400.9.23.1.i586" } }, { "category": "product_version", "name": "python311-dbm-3.11.8-150400.9.23.1.i586", "product": { "name": "python311-dbm-3.11.8-150400.9.23.1.i586", "product_id": "python311-dbm-3.11.8-150400.9.23.1.i586" } }, { "category": "product_version", "name": "python311-devel-3.11.8-150400.9.23.1.i586", "product": { "name": "python311-devel-3.11.8-150400.9.23.1.i586", "product_id": "python311-devel-3.11.8-150400.9.23.1.i586" } }, { "category": "product_version", "name": "python311-doc-3.11.8-150400.9.23.1.i586", "product": { "name": "python311-doc-3.11.8-150400.9.23.1.i586", "product_id": "python311-doc-3.11.8-150400.9.23.1.i586" } }, { "category": "product_version", "name": "python311-doc-devhelp-3.11.8-150400.9.23.1.i586", "product": { "name": "python311-doc-devhelp-3.11.8-150400.9.23.1.i586", "product_id": "python311-doc-devhelp-3.11.8-150400.9.23.1.i586" } }, { "category": "product_version", "name": "python311-idle-3.11.8-150400.9.23.1.i586", "product": { "name": "python311-idle-3.11.8-150400.9.23.1.i586", "product_id": "python311-idle-3.11.8-150400.9.23.1.i586" } }, { "category": "product_version", "name": "python311-testsuite-3.11.8-150400.9.23.1.i586", "product": { "name": "python311-testsuite-3.11.8-150400.9.23.1.i586", "product_id": "python311-testsuite-3.11.8-150400.9.23.1.i586" } }, { "category": "product_version", "name": "python311-tk-3.11.8-150400.9.23.1.i586", "product": { "name": "python311-tk-3.11.8-150400.9.23.1.i586", "product_id": "python311-tk-3.11.8-150400.9.23.1.i586" } }, { "category": "product_version", "name": "python311-tools-3.11.8-150400.9.23.1.i586", "product": { "name": "python311-tools-3.11.8-150400.9.23.1.i586", "product_id": "python311-tools-3.11.8-150400.9.23.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "product": { "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "product_id": "libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le" } }, { "category": "product_version", "name": "python311-3.11.8-150400.9.23.1.ppc64le", "product": { "name": "python311-3.11.8-150400.9.23.1.ppc64le", "product_id": "python311-3.11.8-150400.9.23.1.ppc64le" } }, { "category": "product_version", "name": "python311-base-3.11.8-150400.9.23.1.ppc64le", "product": { "name": "python311-base-3.11.8-150400.9.23.1.ppc64le", "product_id": "python311-base-3.11.8-150400.9.23.1.ppc64le" } }, { "category": "product_version", "name": "python311-curses-3.11.8-150400.9.23.1.ppc64le", "product": { "name": "python311-curses-3.11.8-150400.9.23.1.ppc64le", "product_id": "python311-curses-3.11.8-150400.9.23.1.ppc64le" } }, { "category": "product_version", "name": "python311-dbm-3.11.8-150400.9.23.1.ppc64le", "product": { "name": "python311-dbm-3.11.8-150400.9.23.1.ppc64le", "product_id": "python311-dbm-3.11.8-150400.9.23.1.ppc64le" } }, { "category": "product_version", "name": "python311-devel-3.11.8-150400.9.23.1.ppc64le", "product": { "name": "python311-devel-3.11.8-150400.9.23.1.ppc64le", "product_id": "python311-devel-3.11.8-150400.9.23.1.ppc64le" } }, { "category": "product_version", "name": "python311-doc-3.11.8-150400.9.23.1.ppc64le", "product": { "name": "python311-doc-3.11.8-150400.9.23.1.ppc64le", "product_id": "python311-doc-3.11.8-150400.9.23.1.ppc64le" } }, { "category": "product_version", "name": "python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "product": { "name": "python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "product_id": "python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le" } }, { "category": "product_version", "name": "python311-idle-3.11.8-150400.9.23.1.ppc64le", "product": { "name": "python311-idle-3.11.8-150400.9.23.1.ppc64le", "product_id": "python311-idle-3.11.8-150400.9.23.1.ppc64le" } }, { "category": "product_version", "name": "python311-testsuite-3.11.8-150400.9.23.1.ppc64le", "product": { "name": "python311-testsuite-3.11.8-150400.9.23.1.ppc64le", "product_id": "python311-testsuite-3.11.8-150400.9.23.1.ppc64le" } }, { "category": "product_version", "name": "python311-tk-3.11.8-150400.9.23.1.ppc64le", "product": { "name": "python311-tk-3.11.8-150400.9.23.1.ppc64le", "product_id": "python311-tk-3.11.8-150400.9.23.1.ppc64le" } }, { "category": "product_version", "name": "python311-tools-3.11.8-150400.9.23.1.ppc64le", "product": { "name": "python311-tools-3.11.8-150400.9.23.1.ppc64le", "product_id": "python311-tools-3.11.8-150400.9.23.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "product": { "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "product_id": "libpython3_11-1_0-3.11.8-150400.9.23.1.s390x" } }, { "category": "product_version", "name": "python311-3.11.8-150400.9.23.1.s390x", "product": { "name": "python311-3.11.8-150400.9.23.1.s390x", "product_id": "python311-3.11.8-150400.9.23.1.s390x" } }, { "category": "product_version", "name": "python311-base-3.11.8-150400.9.23.1.s390x", "product": { "name": "python311-base-3.11.8-150400.9.23.1.s390x", "product_id": "python311-base-3.11.8-150400.9.23.1.s390x" } }, { "category": "product_version", "name": "python311-curses-3.11.8-150400.9.23.1.s390x", "product": { "name": "python311-curses-3.11.8-150400.9.23.1.s390x", "product_id": "python311-curses-3.11.8-150400.9.23.1.s390x" } }, { "category": "product_version", "name": "python311-dbm-3.11.8-150400.9.23.1.s390x", "product": { "name": "python311-dbm-3.11.8-150400.9.23.1.s390x", "product_id": "python311-dbm-3.11.8-150400.9.23.1.s390x" } }, { "category": "product_version", "name": "python311-devel-3.11.8-150400.9.23.1.s390x", "product": { "name": "python311-devel-3.11.8-150400.9.23.1.s390x", "product_id": "python311-devel-3.11.8-150400.9.23.1.s390x" } }, { "category": "product_version", "name": "python311-doc-3.11.8-150400.9.23.1.s390x", "product": { "name": "python311-doc-3.11.8-150400.9.23.1.s390x", "product_id": "python311-doc-3.11.8-150400.9.23.1.s390x" } }, { "category": "product_version", "name": "python311-doc-devhelp-3.11.8-150400.9.23.1.s390x", "product": { "name": "python311-doc-devhelp-3.11.8-150400.9.23.1.s390x", "product_id": "python311-doc-devhelp-3.11.8-150400.9.23.1.s390x" } }, { "category": "product_version", "name": "python311-idle-3.11.8-150400.9.23.1.s390x", "product": { "name": "python311-idle-3.11.8-150400.9.23.1.s390x", "product_id": "python311-idle-3.11.8-150400.9.23.1.s390x" } }, { "category": "product_version", "name": "python311-testsuite-3.11.8-150400.9.23.1.s390x", "product": { "name": "python311-testsuite-3.11.8-150400.9.23.1.s390x", "product_id": "python311-testsuite-3.11.8-150400.9.23.1.s390x" } }, { "category": "product_version", "name": "python311-tk-3.11.8-150400.9.23.1.s390x", "product": { "name": "python311-tk-3.11.8-150400.9.23.1.s390x", "product_id": "python311-tk-3.11.8-150400.9.23.1.s390x" } }, { "category": "product_version", "name": "python311-tools-3.11.8-150400.9.23.1.s390x", "product": { "name": "python311-tools-3.11.8-150400.9.23.1.s390x", "product_id": "python311-tools-3.11.8-150400.9.23.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "product": { "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "product_id": "libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64" } }, { "category": "product_version", "name": "libpython3_11-1_0-32bit-3.11.8-150400.9.23.1.x86_64", "product": { "name": "libpython3_11-1_0-32bit-3.11.8-150400.9.23.1.x86_64", "product_id": "libpython3_11-1_0-32bit-3.11.8-150400.9.23.1.x86_64" } }, { "category": "product_version", "name": "python311-3.11.8-150400.9.23.1.x86_64", "product": { "name": "python311-3.11.8-150400.9.23.1.x86_64", "product_id": "python311-3.11.8-150400.9.23.1.x86_64" } }, { "category": "product_version", "name": "python311-32bit-3.11.8-150400.9.23.1.x86_64", "product": { "name": "python311-32bit-3.11.8-150400.9.23.1.x86_64", "product_id": "python311-32bit-3.11.8-150400.9.23.1.x86_64" } }, { "category": "product_version", "name": "python311-base-3.11.8-150400.9.23.1.x86_64", "product": { "name": "python311-base-3.11.8-150400.9.23.1.x86_64", "product_id": "python311-base-3.11.8-150400.9.23.1.x86_64" } }, { "category": "product_version", "name": "python311-base-32bit-3.11.8-150400.9.23.1.x86_64", "product": { "name": "python311-base-32bit-3.11.8-150400.9.23.1.x86_64", "product_id": "python311-base-32bit-3.11.8-150400.9.23.1.x86_64" } }, { "category": "product_version", "name": "python311-curses-3.11.8-150400.9.23.1.x86_64", "product": { "name": "python311-curses-3.11.8-150400.9.23.1.x86_64", "product_id": "python311-curses-3.11.8-150400.9.23.1.x86_64" } }, { "category": "product_version", "name": "python311-dbm-3.11.8-150400.9.23.1.x86_64", "product": { "name": "python311-dbm-3.11.8-150400.9.23.1.x86_64", "product_id": "python311-dbm-3.11.8-150400.9.23.1.x86_64" } }, { "category": "product_version", "name": "python311-devel-3.11.8-150400.9.23.1.x86_64", "product": { "name": "python311-devel-3.11.8-150400.9.23.1.x86_64", "product_id": "python311-devel-3.11.8-150400.9.23.1.x86_64" } }, { "category": "product_version", "name": "python311-doc-3.11.8-150400.9.23.1.x86_64", "product": { "name": "python311-doc-3.11.8-150400.9.23.1.x86_64", "product_id": "python311-doc-3.11.8-150400.9.23.1.x86_64" } }, { "category": "product_version", "name": "python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "product": { "name": "python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "product_id": "python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64" } }, { "category": "product_version", "name": "python311-idle-3.11.8-150400.9.23.1.x86_64", "product": { "name": "python311-idle-3.11.8-150400.9.23.1.x86_64", "product_id": "python311-idle-3.11.8-150400.9.23.1.x86_64" } }, { "category": "product_version", "name": "python311-testsuite-3.11.8-150400.9.23.1.x86_64", "product": { "name": "python311-testsuite-3.11.8-150400.9.23.1.x86_64", "product_id": "python311-testsuite-3.11.8-150400.9.23.1.x86_64" } }, { "category": "product_version", "name": "python311-tk-3.11.8-150400.9.23.1.x86_64", "product": { "name": "python311-tk-3.11.8-150400.9.23.1.x86_64", "product_id": "python311-tk-3.11.8-150400.9.23.1.x86_64" } }, { "category": "product_version", "name": "python311-tools-3.11.8-150400.9.23.1.x86_64", "product": { "name": "python311-tools-3.11.8-150400.9.23.1.x86_64", "product_id": "python311-tools-3.11.8-150400.9.23.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Python 3 15 SP5", "product": { "name": "SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-python3:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp4" } } }, { "category": "product_name", "name": "openSUSE Leap 15.5", "product": { "name": "openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.8-150400.9.23.1.s390x" }, "product_reference": "libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.8-150400.9.23.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.8-150400.9.23.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.8-150400.9.23.1.s390x" }, "product_reference": "python311-3.11.8-150400.9.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-base-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.8-150400.9.23.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-base-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.8-150400.9.23.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.8-150400.9.23.1.s390x" }, "product_reference": "python311-base-3.11.8-150400.9.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-base-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-curses-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.8-150400.9.23.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-curses-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.8-150400.9.23.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.8-150400.9.23.1.s390x" }, "product_reference": "python311-curses-3.11.8-150400.9.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-curses-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-dbm-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.8-150400.9.23.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-dbm-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.8-150400.9.23.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.8-150400.9.23.1.s390x" }, "product_reference": "python311-dbm-3.11.8-150400.9.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-dbm-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-devel-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.8-150400.9.23.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-devel-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.8-150400.9.23.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.8-150400.9.23.1.s390x" }, "product_reference": "python311-devel-3.11.8-150400.9.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-devel-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-doc-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-3.11.8-150400.9.23.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-doc-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-3.11.8-150400.9.23.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.8-150400.9.23.1.s390x" }, "product_reference": "python311-doc-3.11.8-150400.9.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-doc-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-devhelp-3.11.8-150400.9.23.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.8-150400.9.23.1.s390x" }, "product_reference": "python311-doc-devhelp-3.11.8-150400.9.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-idle-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.8-150400.9.23.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-idle-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.8-150400.9.23.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.8-150400.9.23.1.s390x" }, "product_reference": "python311-idle-3.11.8-150400.9.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-idle-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-tk-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.8-150400.9.23.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-tk-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.8-150400.9.23.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.8-150400.9.23.1.s390x" }, "product_reference": "python311-tk-3.11.8-150400.9.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-tk-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-tools-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.8-150400.9.23.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-tools-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.8-150400.9.23.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.8-150400.9.23.1.s390x" }, "product_reference": "python311-tools-3.11.8-150400.9.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-tools-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-base-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-base-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-curses-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-curses-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-dbm-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-dbm-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-devel-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-devel-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-doc-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-doc-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-idle-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-idle-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-tk-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-tk-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-tools-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-tools-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-base-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-base-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-curses-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-curses-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-dbm-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-dbm-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-devel-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-devel-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-doc-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-doc-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-idle-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-idle-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-tk-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-tk-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-tools-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-tools-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.s390x" }, "product_reference": "libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.8-150400.9.23.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.8-150400.9.23.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.s390x" }, "product_reference": "python311-3.11.8-150400.9.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-base-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.8-150400.9.23.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-base-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.8-150400.9.23.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.s390x" }, "product_reference": "python311-base-3.11.8-150400.9.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-base-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-curses-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.8-150400.9.23.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-curses-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.8-150400.9.23.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.s390x" }, "product_reference": "python311-curses-3.11.8-150400.9.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-curses-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-dbm-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.8-150400.9.23.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-dbm-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.8-150400.9.23.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.s390x" }, "product_reference": "python311-dbm-3.11.8-150400.9.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-dbm-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-devel-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.8-150400.9.23.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-devel-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.8-150400.9.23.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.s390x" }, "product_reference": "python311-devel-3.11.8-150400.9.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-devel-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-doc-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-3.11.8-150400.9.23.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-doc-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-3.11.8-150400.9.23.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.s390x" }, "product_reference": "python311-doc-3.11.8-150400.9.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-doc-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-devhelp-3.11.8-150400.9.23.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.s390x" }, "product_reference": "python311-doc-devhelp-3.11.8-150400.9.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-idle-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.8-150400.9.23.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-idle-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.8-150400.9.23.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.s390x" }, "product_reference": "python311-idle-3.11.8-150400.9.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-idle-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-tk-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.8-150400.9.23.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-tk-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.8-150400.9.23.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.s390x" }, "product_reference": "python311-tk-3.11.8-150400.9.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-tk-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-tools-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.8-150400.9.23.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-tools-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.8-150400.9.23.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.s390x" }, "product_reference": "python311-tools-3.11.8-150400.9.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-tools-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.8-150400.9.23.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.8-150400.9.23.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-base-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-base-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.8-150400.9.23.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-curses-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-curses-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.8-150400.9.23.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-dbm-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-dbm-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.8-150400.9.23.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-devel-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-devel-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-3.11.8-150400.9.23.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-doc-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-doc-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.8-150400.9.23.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-idle-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-idle-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.8-150400.9.23.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-tk-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-tk-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.8-150400.9.23.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-tools-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-tools-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpython3_11-1_0-3.11.8-150400.9.23.1.s390x" }, "product_reference": "libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-32bit-3.11.8-150400.9.23.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "libpython3_11-1_0-32bit-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.8-150400.9.23.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.8-150400.9.23.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.8-150400.9.23.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-3.11.8-150400.9.23.1.s390x" }, "product_reference": "python311-3.11.8-150400.9.23.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.8-150400.9.23.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-32bit-3.11.8-150400.9.23.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-32bit-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-32bit-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.8-150400.9.23.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-base-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-base-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.8-150400.9.23.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-base-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-base-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.8-150400.9.23.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-base-3.11.8-150400.9.23.1.s390x" }, "product_reference": "python311-base-3.11.8-150400.9.23.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.8-150400.9.23.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-base-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-base-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-32bit-3.11.8-150400.9.23.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-base-32bit-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-base-32bit-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.8-150400.9.23.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-curses-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-curses-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.8-150400.9.23.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-curses-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-curses-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.8-150400.9.23.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-curses-3.11.8-150400.9.23.1.s390x" }, "product_reference": "python311-curses-3.11.8-150400.9.23.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.8-150400.9.23.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-curses-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-curses-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.8-150400.9.23.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-dbm-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-dbm-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.8-150400.9.23.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-dbm-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-dbm-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.8-150400.9.23.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-dbm-3.11.8-150400.9.23.1.s390x" }, "product_reference": "python311-dbm-3.11.8-150400.9.23.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.8-150400.9.23.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-dbm-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-dbm-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.8-150400.9.23.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-devel-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-devel-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.8-150400.9.23.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-devel-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-devel-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.8-150400.9.23.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-devel-3.11.8-150400.9.23.1.s390x" }, "product_reference": "python311-devel-3.11.8-150400.9.23.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.8-150400.9.23.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-devel-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-devel-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-3.11.8-150400.9.23.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-doc-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-doc-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-3.11.8-150400.9.23.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-doc-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-doc-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-3.11.8-150400.9.23.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-doc-3.11.8-150400.9.23.1.s390x" }, "product_reference": "python311-doc-3.11.8-150400.9.23.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-3.11.8-150400.9.23.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-doc-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-doc-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-devhelp-3.11.8-150400.9.23.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-doc-devhelp-3.11.8-150400.9.23.1.s390x" }, "product_reference": "python311-doc-devhelp-3.11.8-150400.9.23.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.8-150400.9.23.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-idle-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-idle-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.8-150400.9.23.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-idle-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-idle-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.8-150400.9.23.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-idle-3.11.8-150400.9.23.1.s390x" }, "product_reference": "python311-idle-3.11.8-150400.9.23.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.8-150400.9.23.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-idle-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-idle-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-testsuite-3.11.8-150400.9.23.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-testsuite-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-testsuite-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-testsuite-3.11.8-150400.9.23.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-testsuite-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-testsuite-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-testsuite-3.11.8-150400.9.23.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-testsuite-3.11.8-150400.9.23.1.s390x" }, "product_reference": "python311-testsuite-3.11.8-150400.9.23.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-testsuite-3.11.8-150400.9.23.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-testsuite-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-testsuite-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.8-150400.9.23.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-tk-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-tk-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.8-150400.9.23.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-tk-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-tk-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.8-150400.9.23.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-tk-3.11.8-150400.9.23.1.s390x" }, "product_reference": "python311-tk-3.11.8-150400.9.23.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.8-150400.9.23.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-tk-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-tk-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.8-150400.9.23.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-tools-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-tools-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.8-150400.9.23.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-tools-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-tools-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.8-150400.9.23.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-tools-3.11.8-150400.9.23.1.s390x" }, "product_reference": "python311-tools-3.11.8-150400.9.23.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.8-150400.9.23.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-tools-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-tools-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-25236", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-25236" } ], "notes": [ { "category": "general", "text": "xmlparse.c in Expat (aka libexpat) before 2.4.5 allows attackers to insert namespace-separator characters into namespace URIs.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-32bit-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-base-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-base-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-base-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-base-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-base-32bit-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-curses-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-curses-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-curses-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-curses-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-dbm-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-dbm-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-dbm-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-dbm-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-devel-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-devel-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-devel-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-devel-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-doc-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-doc-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-doc-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-doc-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-idle-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-idle-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-idle-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-idle-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-testsuite-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-testsuite-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-testsuite-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-testsuite-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-tk-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-tk-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-tk-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-tk-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-tools-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-tools-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-tools-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-tools-3.11.8-150400.9.23.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2022-25236", "url": "https://www.suse.com/security/cve/CVE-2022-25236" }, { "category": "external", "summary": "SUSE Bug 1196025 for CVE-2022-25236", "url": "https://bugzilla.suse.com/1196025" }, { "category": "external", "summary": "SUSE Bug 1196784 for CVE-2022-25236", "url": "https://bugzilla.suse.com/1196784" }, { "category": "external", "summary": "SUSE Bug 1197217 for CVE-2022-25236", "url": "https://bugzilla.suse.com/1197217" }, { "category": "external", "summary": "SUSE Bug 1200038 for CVE-2022-25236", "url": "https://bugzilla.suse.com/1200038" }, { "category": "external", "summary": "SUSE Bug 1201735 for CVE-2022-25236", "url": "https://bugzilla.suse.com/1201735" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-32bit-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-base-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-base-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-base-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-base-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-base-32bit-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-curses-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-curses-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-curses-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-curses-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-dbm-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-dbm-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-dbm-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-dbm-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-devel-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-devel-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-devel-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-devel-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-doc-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-doc-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-doc-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-doc-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-idle-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-idle-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-idle-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-idle-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-testsuite-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-testsuite-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-testsuite-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-testsuite-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-tk-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-tk-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-tk-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-tk-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-tools-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-tools-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-tools-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-tools-3.11.8-150400.9.23.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-32bit-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-base-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-base-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-base-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-base-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-base-32bit-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-curses-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-curses-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-curses-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-curses-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-dbm-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-dbm-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-dbm-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-dbm-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-devel-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-devel-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-devel-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-devel-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-doc-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-doc-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-doc-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-doc-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-idle-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-idle-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-idle-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-idle-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-testsuite-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-testsuite-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-testsuite-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-testsuite-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-tk-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-tk-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-tk-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-tk-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-tools-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-tools-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-tools-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-tools-3.11.8-150400.9.23.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-03-06T15:33:50Z", "details": "important" } ], "title": "CVE-2022-25236" }, { "cve": "CVE-2023-27043", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-27043" } ], "notes": [ { "category": "general", "text": "The email module of Python through 3.11.3 incorrectly parses e-mail addresses that contain a special character. The wrong portion of an RFC2822 header is identified as the value of the addr-spec. In some applications, an attacker can bypass a protection mechanism in which application access is granted only after verifying receipt of e-mail to a specific domain (e.g., only @company.example.com addresses may be used for signup). This occurs in email/_parseaddr.py in recent versions of Python.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-32bit-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-base-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-base-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-base-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-base-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-base-32bit-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-curses-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-curses-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-curses-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-curses-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-dbm-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-dbm-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-dbm-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-dbm-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-devel-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-devel-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-devel-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-devel-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-doc-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-doc-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-doc-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-doc-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-idle-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-idle-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-idle-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-idle-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-testsuite-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-testsuite-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-testsuite-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-testsuite-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-tk-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-tk-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-tk-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-tk-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-tools-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-tools-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-tools-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-tools-3.11.8-150400.9.23.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-27043", "url": "https://www.suse.com/security/cve/CVE-2023-27043" }, { "category": "external", "summary": "SUSE Bug 1210638 for CVE-2023-27043", "url": "https://bugzilla.suse.com/1210638" }, { "category": "external", "summary": "SUSE Bug 1222537 for CVE-2023-27043", "url": "https://bugzilla.suse.com/1222537" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-32bit-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-base-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-base-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-base-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-base-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-base-32bit-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-curses-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-curses-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-curses-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-curses-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-dbm-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-dbm-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-dbm-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-dbm-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-devel-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-devel-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-devel-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-devel-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-doc-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-doc-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-doc-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-doc-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-idle-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-idle-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-idle-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-idle-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-testsuite-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-testsuite-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-testsuite-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-testsuite-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-tk-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-tk-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-tk-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-tk-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-tools-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-tools-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-tools-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-tools-3.11.8-150400.9.23.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-32bit-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-base-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-base-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-base-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-base-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-base-32bit-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-curses-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-curses-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-curses-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-curses-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-dbm-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-dbm-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-dbm-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-dbm-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-devel-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-devel-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-devel-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-devel-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-doc-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-doc-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-doc-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-doc-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-idle-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-idle-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-idle-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-idle-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-testsuite-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-testsuite-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-testsuite-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-testsuite-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-tk-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-tk-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-tk-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-tk-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-tools-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-tools-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-tools-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-tools-3.11.8-150400.9.23.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-03-06T15:33:50Z", "details": "moderate" } ], "title": "CVE-2023-27043" }, { "cve": "CVE-2023-6597", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-6597" } ], "notes": [ { "category": "general", "text": "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", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-32bit-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-base-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-base-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-base-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-base-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-base-32bit-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-curses-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-curses-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-curses-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-curses-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-dbm-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-dbm-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-dbm-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-dbm-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-devel-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-devel-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-devel-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-devel-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-doc-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-doc-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-doc-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-doc-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-idle-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-idle-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-idle-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-idle-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-testsuite-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-testsuite-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-testsuite-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-testsuite-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-tk-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-tk-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-tk-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-tk-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-tools-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-tools-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-tools-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-tools-3.11.8-150400.9.23.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-6597", "url": "https://www.suse.com/security/cve/CVE-2023-6597" }, { "category": "external", "summary": "SUSE Bug 1219666 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1219666" }, { "category": "external", "summary": "SUSE Bug 1221854 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1221854" }, { "category": "external", "summary": "SUSE Bug 1224879 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1224879" }, { "category": "external", "summary": "SUSE Bug 1225185 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1225185" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-32bit-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-base-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-base-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-base-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-base-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-base-32bit-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-curses-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-curses-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-curses-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-curses-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-dbm-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-dbm-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-dbm-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-dbm-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-devel-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-devel-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-devel-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-devel-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-doc-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-doc-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-doc-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-doc-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-idle-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-idle-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-idle-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-idle-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-testsuite-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-testsuite-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-testsuite-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-testsuite-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-tk-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-tk-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-tk-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-tk-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-tools-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-tools-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-tools-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-tools-3.11.8-150400.9.23.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-32bit-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-base-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-base-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-base-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-base-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-base-32bit-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-curses-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-curses-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-curses-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-curses-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-dbm-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-dbm-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-dbm-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-dbm-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-devel-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-devel-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-devel-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-devel-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-doc-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-doc-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-doc-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-doc-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-idle-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-idle-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-idle-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-idle-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-testsuite-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-testsuite-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-testsuite-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-testsuite-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-tk-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-tk-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-tk-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-tk-3.11.8-150400.9.23.1.x86_64", "openSUSE Leap 15.5:python311-tools-3.11.8-150400.9.23.1.aarch64", "openSUSE Leap 15.5:python311-tools-3.11.8-150400.9.23.1.ppc64le", "openSUSE Leap 15.5:python311-tools-3.11.8-150400.9.23.1.s390x", "openSUSE Leap 15.5:python311-tools-3.11.8-150400.9.23.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-03-06T15:33:50Z", "details": "important" } ], "title": "CVE-2023-6597" } ] }
suse-su-2024:0901-1
Vulnerability from csaf_suse
Published
2024-03-14 16:49
Modified
2024-03-14 16:49
Summary
Security update for python3
Notes
Title of the patch
Security update for python3
Description of the patch
This update for python3 fixes the following issues:
- CVE-2023-6597: Fixed symlink bug in cleanup of tempfile.TemporaryDirectory (bsc#1219666).
- CVE-2022-48566: Make compare_digest more constant-time (bsc#1214691).
Patchnames
SUSE-2024-901,SUSE-SLE-Micro-5.3-2024-901,SUSE-SLE-Micro-5.4-2024-901,SUSE-SLE-Micro-5.5-2024-901,SUSE-SLE-Module-Basesystem-15-SP5-2024-901,SUSE-SLE-Module-Development-Tools-15-SP5-2024-901,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-901,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-901,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-901,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-901,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-901,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-901,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-901,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-901,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2024-901,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-901,SUSE-SUSE-MicroOS-5.2-2024-901,SUSE-Storage-7.1-2024-901,openSUSE-Leap-Micro-5.3-2024-901,openSUSE-Leap-Micro-5.4-2024-901,openSUSE-SLE-15.5-2024-901
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for python3", "title": "Title of the patch" }, { "category": "description", "text": "This update for python3 fixes the following issues:\n\n- CVE-2023-6597: Fixed symlink bug in cleanup of tempfile.TemporaryDirectory (bsc#1219666).\n- CVE-2022-48566: Make compare_digest more constant-time (bsc#1214691).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-901,SUSE-SLE-Micro-5.3-2024-901,SUSE-SLE-Micro-5.4-2024-901,SUSE-SLE-Micro-5.5-2024-901,SUSE-SLE-Module-Basesystem-15-SP5-2024-901,SUSE-SLE-Module-Development-Tools-15-SP5-2024-901,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-901,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-901,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-901,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-901,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-901,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-901,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-901,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-901,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2024-901,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-901,SUSE-SUSE-MicroOS-5.2-2024-901,SUSE-Storage-7.1-2024-901,openSUSE-Leap-Micro-5.3-2024-901,openSUSE-Leap-Micro-5.4-2024-901,openSUSE-SLE-15.5-2024-901", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_0901-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:0901-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20240901-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:0901-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-March/018166.html" }, { "category": "self", "summary": "SUSE Bug 1214691", "url": "https://bugzilla.suse.com/1214691" }, { "category": "self", "summary": "SUSE Bug 1219666", "url": "https://bugzilla.suse.com/1219666" }, { "category": "self", "summary": "SUSE CVE CVE-2022-48566 page", "url": "https://www.suse.com/security/cve/CVE-2022-48566/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-6597 page", "url": "https://www.suse.com/security/cve/CVE-2023-6597/" } ], "title": "Security update for python3", "tracking": { "current_release_date": "2024-03-14T16:49:16Z", "generator": { "date": "2024-03-14T16:49:16Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:0901-1", "initial_release_date": "2024-03-14T16:49:16Z", "revision_history": [ { "date": "2024-03-14T16:49:16Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "product": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "product_id": "libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64" } }, { "category": "product_version", "name": "python3-3.6.15-150300.10.57.1.aarch64", "product": { "name": "python3-3.6.15-150300.10.57.1.aarch64", "product_id": "python3-3.6.15-150300.10.57.1.aarch64" } }, { "category": "product_version", "name": "python3-base-3.6.15-150300.10.57.1.aarch64", "product": { "name": "python3-base-3.6.15-150300.10.57.1.aarch64", "product_id": "python3-base-3.6.15-150300.10.57.1.aarch64" } }, { "category": "product_version", "name": "python3-curses-3.6.15-150300.10.57.1.aarch64", "product": { "name": "python3-curses-3.6.15-150300.10.57.1.aarch64", "product_id": "python3-curses-3.6.15-150300.10.57.1.aarch64" } }, { "category": "product_version", "name": "python3-dbm-3.6.15-150300.10.57.1.aarch64", "product": { "name": "python3-dbm-3.6.15-150300.10.57.1.aarch64", "product_id": "python3-dbm-3.6.15-150300.10.57.1.aarch64" } }, { "category": "product_version", "name": "python3-devel-3.6.15-150300.10.57.1.aarch64", "product": { "name": "python3-devel-3.6.15-150300.10.57.1.aarch64", "product_id": "python3-devel-3.6.15-150300.10.57.1.aarch64" } }, { "category": "product_version", "name": "python3-doc-3.6.15-150300.10.57.1.aarch64", "product": { "name": "python3-doc-3.6.15-150300.10.57.1.aarch64", "product_id": "python3-doc-3.6.15-150300.10.57.1.aarch64" } }, { "category": "product_version", "name": "python3-doc-devhelp-3.6.15-150300.10.57.1.aarch64", "product": { "name": "python3-doc-devhelp-3.6.15-150300.10.57.1.aarch64", "product_id": "python3-doc-devhelp-3.6.15-150300.10.57.1.aarch64" } }, { "category": "product_version", "name": "python3-idle-3.6.15-150300.10.57.1.aarch64", "product": { "name": "python3-idle-3.6.15-150300.10.57.1.aarch64", "product_id": "python3-idle-3.6.15-150300.10.57.1.aarch64" } }, { "category": "product_version", "name": "python3-testsuite-3.6.15-150300.10.57.1.aarch64", "product": { "name": "python3-testsuite-3.6.15-150300.10.57.1.aarch64", "product_id": "python3-testsuite-3.6.15-150300.10.57.1.aarch64" } }, { "category": "product_version", "name": "python3-tk-3.6.15-150300.10.57.1.aarch64", "product": { "name": "python3-tk-3.6.15-150300.10.57.1.aarch64", "product_id": "python3-tk-3.6.15-150300.10.57.1.aarch64" } }, { "category": "product_version", "name": "python3-tools-3.6.15-150300.10.57.1.aarch64", "product": { "name": "python3-tools-3.6.15-150300.10.57.1.aarch64", "product_id": "python3-tools-3.6.15-150300.10.57.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-64bit-3.6.15-150300.10.57.1.aarch64_ilp32", "product": { "name": "libpython3_6m1_0-64bit-3.6.15-150300.10.57.1.aarch64_ilp32", "product_id": "libpython3_6m1_0-64bit-3.6.15-150300.10.57.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.i586", "product": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.i586", "product_id": "libpython3_6m1_0-3.6.15-150300.10.57.1.i586" } }, { "category": "product_version", "name": "python3-3.6.15-150300.10.57.1.i586", "product": { "name": "python3-3.6.15-150300.10.57.1.i586", "product_id": "python3-3.6.15-150300.10.57.1.i586" } }, { "category": "product_version", "name": "python3-base-3.6.15-150300.10.57.1.i586", "product": { "name": "python3-base-3.6.15-150300.10.57.1.i586", "product_id": "python3-base-3.6.15-150300.10.57.1.i586" } }, { "category": "product_version", "name": "python3-curses-3.6.15-150300.10.57.1.i586", "product": { "name": "python3-curses-3.6.15-150300.10.57.1.i586", "product_id": "python3-curses-3.6.15-150300.10.57.1.i586" } }, { "category": "product_version", "name": "python3-dbm-3.6.15-150300.10.57.1.i586", "product": { "name": "python3-dbm-3.6.15-150300.10.57.1.i586", "product_id": "python3-dbm-3.6.15-150300.10.57.1.i586" } }, { "category": "product_version", "name": "python3-devel-3.6.15-150300.10.57.1.i586", "product": { "name": "python3-devel-3.6.15-150300.10.57.1.i586", "product_id": "python3-devel-3.6.15-150300.10.57.1.i586" } }, { "category": "product_version", "name": "python3-doc-3.6.15-150300.10.57.1.i586", "product": { "name": "python3-doc-3.6.15-150300.10.57.1.i586", "product_id": "python3-doc-3.6.15-150300.10.57.1.i586" } }, { "category": "product_version", "name": "python3-doc-devhelp-3.6.15-150300.10.57.1.i586", "product": { "name": "python3-doc-devhelp-3.6.15-150300.10.57.1.i586", "product_id": "python3-doc-devhelp-3.6.15-150300.10.57.1.i586" } }, { "category": "product_version", "name": "python3-idle-3.6.15-150300.10.57.1.i586", "product": { "name": "python3-idle-3.6.15-150300.10.57.1.i586", "product_id": "python3-idle-3.6.15-150300.10.57.1.i586" } }, { "category": "product_version", "name": "python3-testsuite-3.6.15-150300.10.57.1.i586", "product": { "name": "python3-testsuite-3.6.15-150300.10.57.1.i586", "product_id": "python3-testsuite-3.6.15-150300.10.57.1.i586" } }, { "category": "product_version", "name": "python3-tk-3.6.15-150300.10.57.1.i586", "product": { "name": "python3-tk-3.6.15-150300.10.57.1.i586", "product_id": "python3-tk-3.6.15-150300.10.57.1.i586" } }, { "category": "product_version", "name": "python3-tools-3.6.15-150300.10.57.1.i586", "product": { "name": "python3-tools-3.6.15-150300.10.57.1.i586", "product_id": "python3-tools-3.6.15-150300.10.57.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "product": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "product_id": "libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le" } }, { "category": "product_version", "name": "python3-3.6.15-150300.10.57.1.ppc64le", "product": { "name": "python3-3.6.15-150300.10.57.1.ppc64le", "product_id": "python3-3.6.15-150300.10.57.1.ppc64le" } }, { "category": "product_version", "name": "python3-base-3.6.15-150300.10.57.1.ppc64le", "product": { "name": "python3-base-3.6.15-150300.10.57.1.ppc64le", "product_id": "python3-base-3.6.15-150300.10.57.1.ppc64le" } }, { "category": "product_version", "name": "python3-curses-3.6.15-150300.10.57.1.ppc64le", "product": { "name": "python3-curses-3.6.15-150300.10.57.1.ppc64le", "product_id": "python3-curses-3.6.15-150300.10.57.1.ppc64le" } }, { "category": "product_version", "name": "python3-dbm-3.6.15-150300.10.57.1.ppc64le", "product": { "name": "python3-dbm-3.6.15-150300.10.57.1.ppc64le", "product_id": "python3-dbm-3.6.15-150300.10.57.1.ppc64le" } }, { "category": "product_version", "name": "python3-devel-3.6.15-150300.10.57.1.ppc64le", "product": { "name": "python3-devel-3.6.15-150300.10.57.1.ppc64le", "product_id": "python3-devel-3.6.15-150300.10.57.1.ppc64le" } }, { "category": "product_version", "name": "python3-doc-3.6.15-150300.10.57.1.ppc64le", "product": { "name": "python3-doc-3.6.15-150300.10.57.1.ppc64le", "product_id": "python3-doc-3.6.15-150300.10.57.1.ppc64le" } }, { "category": "product_version", "name": "python3-doc-devhelp-3.6.15-150300.10.57.1.ppc64le", "product": { "name": "python3-doc-devhelp-3.6.15-150300.10.57.1.ppc64le", "product_id": "python3-doc-devhelp-3.6.15-150300.10.57.1.ppc64le" } }, { "category": "product_version", "name": "python3-idle-3.6.15-150300.10.57.1.ppc64le", "product": { "name": "python3-idle-3.6.15-150300.10.57.1.ppc64le", "product_id": "python3-idle-3.6.15-150300.10.57.1.ppc64le" } }, { "category": "product_version", "name": "python3-testsuite-3.6.15-150300.10.57.1.ppc64le", "product": { "name": "python3-testsuite-3.6.15-150300.10.57.1.ppc64le", "product_id": "python3-testsuite-3.6.15-150300.10.57.1.ppc64le" } }, { "category": "product_version", "name": "python3-tk-3.6.15-150300.10.57.1.ppc64le", "product": { "name": "python3-tk-3.6.15-150300.10.57.1.ppc64le", "product_id": "python3-tk-3.6.15-150300.10.57.1.ppc64le" } }, { "category": "product_version", "name": "python3-tools-3.6.15-150300.10.57.1.ppc64le", "product": { "name": "python3-tools-3.6.15-150300.10.57.1.ppc64le", "product_id": "python3-tools-3.6.15-150300.10.57.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "product": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "product_id": "libpython3_6m1_0-3.6.15-150300.10.57.1.s390x" } }, { "category": "product_version", "name": "python3-3.6.15-150300.10.57.1.s390x", "product": { "name": "python3-3.6.15-150300.10.57.1.s390x", "product_id": "python3-3.6.15-150300.10.57.1.s390x" } }, { "category": "product_version", "name": "python3-base-3.6.15-150300.10.57.1.s390x", "product": { "name": "python3-base-3.6.15-150300.10.57.1.s390x", "product_id": "python3-base-3.6.15-150300.10.57.1.s390x" } }, { "category": "product_version", "name": "python3-curses-3.6.15-150300.10.57.1.s390x", "product": { "name": "python3-curses-3.6.15-150300.10.57.1.s390x", "product_id": "python3-curses-3.6.15-150300.10.57.1.s390x" } }, { "category": "product_version", "name": "python3-dbm-3.6.15-150300.10.57.1.s390x", "product": { "name": "python3-dbm-3.6.15-150300.10.57.1.s390x", "product_id": "python3-dbm-3.6.15-150300.10.57.1.s390x" } }, { "category": "product_version", "name": "python3-devel-3.6.15-150300.10.57.1.s390x", "product": { "name": "python3-devel-3.6.15-150300.10.57.1.s390x", "product_id": "python3-devel-3.6.15-150300.10.57.1.s390x" } }, { "category": "product_version", "name": "python3-doc-3.6.15-150300.10.57.1.s390x", "product": { "name": "python3-doc-3.6.15-150300.10.57.1.s390x", "product_id": "python3-doc-3.6.15-150300.10.57.1.s390x" } }, { "category": "product_version", "name": "python3-doc-devhelp-3.6.15-150300.10.57.1.s390x", "product": { "name": "python3-doc-devhelp-3.6.15-150300.10.57.1.s390x", "product_id": "python3-doc-devhelp-3.6.15-150300.10.57.1.s390x" } }, { "category": "product_version", "name": "python3-idle-3.6.15-150300.10.57.1.s390x", "product": { "name": "python3-idle-3.6.15-150300.10.57.1.s390x", "product_id": "python3-idle-3.6.15-150300.10.57.1.s390x" } }, { "category": "product_version", "name": "python3-testsuite-3.6.15-150300.10.57.1.s390x", "product": { "name": "python3-testsuite-3.6.15-150300.10.57.1.s390x", "product_id": "python3-testsuite-3.6.15-150300.10.57.1.s390x" } }, { "category": "product_version", "name": "python3-tk-3.6.15-150300.10.57.1.s390x", "product": { "name": "python3-tk-3.6.15-150300.10.57.1.s390x", "product_id": "python3-tk-3.6.15-150300.10.57.1.s390x" } }, { "category": "product_version", "name": "python3-tools-3.6.15-150300.10.57.1.s390x", "product": { "name": "python3-tools-3.6.15-150300.10.57.1.s390x", "product_id": "python3-tools-3.6.15-150300.10.57.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "product": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "product_id": "libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64" } }, { "category": "product_version", "name": "libpython3_6m1_0-32bit-3.6.15-150300.10.57.1.x86_64", "product": { "name": "libpython3_6m1_0-32bit-3.6.15-150300.10.57.1.x86_64", "product_id": "libpython3_6m1_0-32bit-3.6.15-150300.10.57.1.x86_64" } }, { "category": "product_version", "name": "python3-3.6.15-150300.10.57.1.x86_64", "product": { "name": "python3-3.6.15-150300.10.57.1.x86_64", "product_id": "python3-3.6.15-150300.10.57.1.x86_64" } }, { "category": "product_version", "name": "python3-base-3.6.15-150300.10.57.1.x86_64", "product": { "name": "python3-base-3.6.15-150300.10.57.1.x86_64", "product_id": "python3-base-3.6.15-150300.10.57.1.x86_64" } }, { "category": "product_version", "name": "python3-curses-3.6.15-150300.10.57.1.x86_64", "product": { "name": "python3-curses-3.6.15-150300.10.57.1.x86_64", "product_id": "python3-curses-3.6.15-150300.10.57.1.x86_64" } }, { "category": "product_version", "name": "python3-dbm-3.6.15-150300.10.57.1.x86_64", "product": { "name": "python3-dbm-3.6.15-150300.10.57.1.x86_64", "product_id": "python3-dbm-3.6.15-150300.10.57.1.x86_64" } }, { "category": "product_version", "name": "python3-devel-3.6.15-150300.10.57.1.x86_64", "product": { "name": "python3-devel-3.6.15-150300.10.57.1.x86_64", "product_id": "python3-devel-3.6.15-150300.10.57.1.x86_64" } }, { "category": "product_version", "name": "python3-doc-3.6.15-150300.10.57.1.x86_64", "product": { "name": "python3-doc-3.6.15-150300.10.57.1.x86_64", "product_id": "python3-doc-3.6.15-150300.10.57.1.x86_64" } }, { "category": "product_version", "name": "python3-doc-devhelp-3.6.15-150300.10.57.1.x86_64", "product": { "name": "python3-doc-devhelp-3.6.15-150300.10.57.1.x86_64", "product_id": "python3-doc-devhelp-3.6.15-150300.10.57.1.x86_64" } }, { "category": "product_version", "name": "python3-idle-3.6.15-150300.10.57.1.x86_64", "product": { "name": "python3-idle-3.6.15-150300.10.57.1.x86_64", "product_id": "python3-idle-3.6.15-150300.10.57.1.x86_64" } }, { "category": "product_version", "name": "python3-testsuite-3.6.15-150300.10.57.1.x86_64", "product": { "name": "python3-testsuite-3.6.15-150300.10.57.1.x86_64", "product_id": "python3-testsuite-3.6.15-150300.10.57.1.x86_64" } }, { "category": "product_version", "name": "python3-tk-3.6.15-150300.10.57.1.x86_64", "product": { "name": "python3-tk-3.6.15-150300.10.57.1.x86_64", "product_id": "python3-tk-3.6.15-150300.10.57.1.x86_64" } }, { "category": "product_version", "name": "python3-tools-3.6.15-150300.10.57.1.x86_64", "product": { "name": "python3-tools-3.6.15-150300.10.57.1.x86_64", "product_id": "python3-tools-3.6.15-150300.10.57.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.3", "product": { "name": "SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-micro:5.3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.4", "product": { "name": "SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-micro:5.4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.5", "product": { "name": "SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-micro:5.5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15 SP5", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Development Tools 15 SP5", "product": { "name": "SUSE Linux Enterprise Module for Development Tools 15 SP5", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-development-tools:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp4" } } }, { "category": "product_name", "name": "SUSE Manager Proxy 4.3", "product": { "name": "SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-manager-proxy:4.3" } } }, { "category": "product_name", "name": "SUSE Manager Server 4.3", "product": { "name": "SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-manager-server:4.3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.2", "product": { "name": "SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-microos:5.2" } } }, { "category": "product_name", "name": "SUSE Enterprise Storage 7.1", "product": { "name": "SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1", "product_identification_helper": { "cpe": "cpe:/o:suse:ses:7.1" } } }, { "category": "product_name", "name": "openSUSE Leap Micro 5.3", "product": { "name": "openSUSE Leap Micro 5.3", "product_id": "openSUSE Leap Micro 5.3", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap-micro:5.3" } } }, { "category": "product_name", "name": "openSUSE Leap Micro 5.4", "product": { "name": "openSUSE Leap Micro 5.4", "product_id": "openSUSE Leap Micro 5.4", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap-micro:5.4" } } }, { "category": "product_name", "name": "openSUSE Leap 15.5", "product": { "name": "openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.s390x as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.s390x as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.s390x as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.s390x as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.s390x as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.s390x as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.s390x as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.s390x as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.s390x as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-curses-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-curses-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150300.10.57.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-curses-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-curses-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-dbm-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-dbm-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150300.10.57.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-dbm-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-dbm-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-devel-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-devel-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150300.10.57.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-devel-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-devel-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-idle-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-idle-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150300.10.57.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-idle-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-idle-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-tk-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-tk-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150300.10.57.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-tk-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-tk-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-tools-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-tools-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150300.10.57.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-tools-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-tools-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-curses-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-curses-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-dbm-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-dbm-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-devel-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-devel-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-idle-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-idle-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-tk-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-tk-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-tools-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-tools-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-curses-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-curses-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-dbm-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-dbm-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-devel-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-devel-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-idle-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-idle-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-tk-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-tk-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-tools-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-tools-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-curses-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-curses-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-dbm-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-dbm-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-devel-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-devel-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-idle-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-idle-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-tk-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-tk-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-tools-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-tools-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-curses-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-curses-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150300.10.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-curses-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-curses-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-dbm-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-dbm-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150300.10.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-dbm-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-dbm-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-devel-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-devel-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150300.10.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-devel-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-devel-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-idle-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-idle-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150300.10.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-idle-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-idle-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-tk-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-tk-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150300.10.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-tk-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-tk-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-tools-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-tools-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150300.10.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-tools-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-tools-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-curses-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-curses-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150300.10.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-curses-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-curses-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-dbm-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-dbm-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150300.10.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-dbm-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-dbm-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-devel-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-devel-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150300.10.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-devel-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-devel-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-idle-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-idle-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150300.10.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-idle-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-idle-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-tk-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-tk-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150300.10.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-tk-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-tk-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-tools-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-tools-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150300.10.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-tools-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-tools-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-curses-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-curses-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-dbm-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-dbm-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-devel-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-devel-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-idle-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-idle-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-tk-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-tk-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-tools-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-tools-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-curses-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-curses-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-dbm-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-dbm-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-devel-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-devel-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-idle-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-idle-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-tk-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-tk-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150300.10.57.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-tools-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-tools-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150300.10.57.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-curses-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150300.10.57.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-dbm-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150300.10.57.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-devel-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150300.10.57.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-idle-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150300.10.57.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-tk-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:python3-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:python3-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:python3-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150300.10.57.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-curses-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150300.10.57.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-curses-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150300.10.57.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-curses-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150300.10.57.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-dbm-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150300.10.57.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-dbm-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150300.10.57.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-dbm-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150300.10.57.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-devel-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150300.10.57.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-devel-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150300.10.57.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-devel-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150300.10.57.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-idle-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150300.10.57.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-idle-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150300.10.57.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-idle-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150300.10.57.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-tk-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150300.10.57.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-tk-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150300.10.57.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-tk-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.s390x as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.s390x as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.s390x as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150300.10.57.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-curses-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150300.10.57.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-curses-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150300.10.57.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-dbm-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150300.10.57.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-dbm-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150300.10.57.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-devel-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150300.10.57.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-devel-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150300.10.57.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-idle-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150300.10.57.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-idle-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150300.10.57.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-tk-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150300.10.57.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-tk-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150300.10.57.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-tools-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150300.10.57.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-tools-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64 as component of openSUSE Leap Micro 5.3", "product_id": "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "openSUSE Leap Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64 as component of openSUSE Leap Micro 5.3", "product_id": "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "openSUSE Leap Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.aarch64 as component of openSUSE Leap Micro 5.3", "product_id": "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "openSUSE Leap Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.x86_64 as component of openSUSE Leap Micro 5.3", "product_id": "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "openSUSE Leap Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.aarch64 as component of openSUSE Leap Micro 5.3", "product_id": "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "openSUSE Leap Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.x86_64 as component of openSUSE Leap Micro 5.3", "product_id": "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "openSUSE Leap Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64 as component of openSUSE Leap Micro 5.4", "product_id": "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "openSUSE Leap Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.s390x as component of openSUSE Leap Micro 5.4", "product_id": "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "openSUSE Leap Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64 as component of openSUSE Leap Micro 5.4", "product_id": "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "openSUSE Leap Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.aarch64 as component of openSUSE Leap Micro 5.4", "product_id": "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "openSUSE Leap Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.s390x as component of openSUSE Leap Micro 5.4", "product_id": "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "openSUSE Leap Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.x86_64 as component of openSUSE Leap Micro 5.4", "product_id": "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "openSUSE Leap Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.aarch64 as component of openSUSE Leap Micro 5.4", "product_id": "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "openSUSE Leap Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.s390x as component of openSUSE Leap Micro 5.4", "product_id": "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "openSUSE Leap Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.x86_64 as component of openSUSE Leap Micro 5.4", "product_id": "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "openSUSE Leap Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-32bit-3.6.15-150300.10.57.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "libpython3_6m1_0-32bit-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.57.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.57.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-base-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150300.10.57.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-curses-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150300.10.57.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-curses-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150300.10.57.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-curses-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150300.10.57.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-curses-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150300.10.57.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-dbm-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150300.10.57.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-dbm-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150300.10.57.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-dbm-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150300.10.57.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-dbm-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150300.10.57.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-devel-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150300.10.57.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-devel-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150300.10.57.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-devel-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150300.10.57.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-devel-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-doc-3.6.15-150300.10.57.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-doc-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-doc-3.6.15-150300.10.57.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-doc-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-doc-3.6.15-150300.10.57.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-doc-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-doc-3.6.15-150300.10.57.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-doc-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-doc-devhelp-3.6.15-150300.10.57.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-doc-devhelp-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-doc-devhelp-3.6.15-150300.10.57.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-doc-devhelp-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-doc-devhelp-3.6.15-150300.10.57.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-doc-devhelp-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-doc-devhelp-3.6.15-150300.10.57.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-doc-devhelp-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150300.10.57.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-idle-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150300.10.57.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-idle-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150300.10.57.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-idle-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150300.10.57.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-idle-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-testsuite-3.6.15-150300.10.57.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-testsuite-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-testsuite-3.6.15-150300.10.57.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-testsuite-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-testsuite-3.6.15-150300.10.57.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-testsuite-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-testsuite-3.6.15-150300.10.57.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-testsuite-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150300.10.57.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-tk-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150300.10.57.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-tk-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150300.10.57.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-tk-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150300.10.57.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-tk-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150300.10.57.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.57.1.aarch64" }, "product_reference": "python3-tools-3.6.15-150300.10.57.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150300.10.57.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.57.1.ppc64le" }, "product_reference": "python3-tools-3.6.15-150300.10.57.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150300.10.57.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.57.1.s390x" }, "product_reference": "python3-tools-3.6.15-150300.10.57.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150300.10.57.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.57.1.x86_64" }, "product_reference": "python3-tools-3.6.15-150300.10.57.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-48566", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-48566" } ], "notes": [ { "category": "general", "text": "An issue was discovered in compare_digest in Lib/hmac.py in Python through 3.9.1. Constant-time-defeating optimisations were possible in the accumulator variable in hmac.compare_digest.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.57.1.s390x", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.57.1.s390x", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.57.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2022-48566", "url": "https://www.suse.com/security/cve/CVE-2022-48566" }, { "category": "external", "summary": "SUSE Bug 1214691 for CVE-2022-48566", "url": "https://bugzilla.suse.com/1214691" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.57.1.s390x", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.57.1.s390x", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.57.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.57.1.s390x", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.57.1.s390x", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.57.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-03-14T16:49:16Z", "details": "moderate" } ], "title": "CVE-2022-48566" }, { "cve": "CVE-2023-6597", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-6597" } ], "notes": [ { "category": "general", "text": "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", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.57.1.s390x", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.57.1.s390x", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.57.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-6597", "url": "https://www.suse.com/security/cve/CVE-2023-6597" }, { "category": "external", "summary": "SUSE Bug 1219666 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1219666" }, { "category": "external", "summary": "SUSE Bug 1221854 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1221854" }, { "category": "external", "summary": "SUSE Bug 1224879 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1224879" }, { "category": "external", "summary": "SUSE Bug 1225185 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1225185" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.57.1.s390x", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.57.1.s390x", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.57.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.57.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.57.1.x86_64", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.57.1.ppc64le", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.57.1.s390x", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.57.1.ppc64le", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.57.1.s390x", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.s390x", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.57.1.s390x", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.57.1.x86_64", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.57.1.aarch64", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.57.1.s390x", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.57.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-03-14T16:49:16Z", "details": "important" } ], "title": "CVE-2023-6597" } ] }
suse-su-2025:20374-1
Vulnerability from csaf_suse
Published
2025-06-03 09:05
Modified
2025-06-03 09:05
Summary
Security update for python311
Notes
Title of the patch
Security update for python311
Description of the patch
This update for python311 fixes the following issues:
- CVE-2025-4516: Fixed blocking DecodeError handling
vulnerability, which could lead to DoS. (bsc#1243273)
Update to 3.11.12:
- gh-105704: When using urllib.parse.urlsplit() and
urllib.parse.urlparse() host parsing would not reject domain
names containing square brackets ([ and ]). Square brackets
are only valid for IPv6 and IPvFuture hosts according to RFC
3986 Section 3.2.2 (bsc#1236705, CVE-2025-0938,
gh#python/cpython#105704).
- gh-121284: Fix bug in the folding of rfc2047 encoded-words
when flattening an email message using a modern email
policy. Previously when an encoded-word was too long for
a line, it would be decoded, split across lines, and
re-encoded. But commas and other special characters in the
original text could be left unencoded and unquoted. This
could theoretically be used to spoof header lines using a
carefully constructed encoded-word if the resulting rendered
email was transmitted or re-parsed.
- gh-80222: Fix bug in the folding of quoted strings
when flattening an email message using a modern email
policy. Previously when a quoted string was folded so that
it spanned more than one line, the surrounding quotes and
internal escapes would be omitted. This could theoretically
be used to spoof header lines using a carefully constructed
quoted string if the resulting rendered email was transmitted
or re-parsed.
- gh-119511: Fix a potential denial of service in the imaplib
module. When connecting to a malicious server, it could
cause an arbitrary amount of memory to be allocated. On many
systems this is harmless as unused virtual memory is only
a mapping, but if this hit a virtual address size limit
it could lead to a MemoryError or other process crash. On
unusual systems or builds where all allocated memory is
touched and backed by actual ram or storage it could’ve
consumed resources doing so until similarly crashing.
- gh-127257: In ssl, system call failures that OpenSSL reports
using ERR_LIB_SYS are now raised as OSError.
- gh-121277: Writers of CPython’s documentation can now use
next as the version for the versionchanged, versionadded,
deprecated directives.
- gh-106883: Disable GC during the _PyThread_CurrentFrames()
and _PyThread_CurrentExceptions() calls to avoid the
interpreter to deadlock.
- CVE-2025-0938: disallow square brackets ([ and ]) in domain names for parsed
URLs (bsc#1236705, gh#python/cpython#105704)
Update to 3.11.11:
- Tools/Demos
- gh-123418: Update GitHub CI workflows to use OpenSSL 3.0.15
and multissltests to use 3.0.15, 3.1.7, and 3.2.3.
- Security
- gh-122792: Changed IPv4-mapped ipaddress.IPv6Address to
consistently use the mapped IPv4 address value for deciding
properties. Properties which have their behavior fixed are
is_multicast, is_reserved, is_link_local, is_global, and
is_unspecified.
- Library
- gh-124651: Properly quote template strings in venv
activation scripts (bsc#1232241, CVE-2024-9287).
- Remove -IVendor/ from python-config bsc#1231795
- CVE-2024-9287: Properly quote path names provided when creating a
virtual environment (bsc#1232241,
- Drop .pyc files from docdir for reproducible builds (bsc#1230906).
Update to 3.11.10:
- Security
- gh-121957: Fixed missing audit events around interactive
use of Python, now also properly firing for ``python -i``,
as well as for ``python -m asyncio``. The event in question
is ``cpython.run_stdin``.
- gh-122133: Authenticate the socket connection for the
``socket.socketpair()`` fallback on platforms where
``AF_UNIX`` is not available like Windows. Patch by
Gregory P. Smith <greg@krypto.org> and Seth Larson
<seth@python.org>. Reported by Ellie <el@horse64.org>
- gh-121285: Remove backtracking from tarfile header parsing
for ``hdrcharset``, PAX, and GNU sparse headers
(bsc#1230227, CVE-2024-6232).
- gh-118486: :func:`os.mkdir` on Windows now accepts
*mode* of ``0o700`` to restrict the new directory to
the current user. This fixes CVE-2024-4030 affecting
:func:`tempfile.mkdtemp` in scenarios where the base
temporary directory is more permissive than the default.
- Library
- gh-123270: Applied a more surgical fix for malformed
payloads in :class:`zipfile.Path` causing infinite loops
(gh-122905) without breaking contents using legitimate
characters (bsc#1229704, CVE-2024-8088).
- gh-123067: Fix quadratic complexity in parsing ``"``-quoted
cookie values with backslashes by :mod:`http.cookies`
(bsc#1229596, CVE-2024-7592).
- gh-122905: :class:`zipfile.Path` objects now sanitize names
from the zipfile.
- gh-121650: :mod:`email` headers with embedded newlines are
now quoted on output. The :mod:`~email.generator` will now
refuse to serialize (write) headers that are unsafely folded
or delimited; see :attr:`~email.policy.Policy.verify_generated_headers`.
(Contributed by Bas Bloemsaat and Petr Viktorin in
:gh:`121650`; CVE-2024-6923, bsc#1228780).
- gh-119506: Fix :meth:`!io.TextIOWrapper.write` method
breaks internal buffer when the method is called again
during flushing internal buffer.
- gh-118643: Fix an AttributeError in the :mod:`email` module
when re-fold a long address list. Also fix more cases of
incorrect encoding of the address separator in the address
list.
- gh-113171: Fixed various false positives and false
negatives in * :attr:`ipaddress.IPv4Address.is_private`
(see these docs for details) *
:attr:`ipaddress.IPv4Address.is_global` *
:attr:`ipaddress.IPv6Address.is_private` *
:attr:`ipaddress.IPv6Address.is_global` Also in the
corresponding :class:`ipaddress.IPv4Network` and
:class:`ipaddress.IPv6Network` attributes.
Fixes bsc#1226448 (CVE-2024-4032).
- gh-102988: :func:`email.utils.getaddresses` and
:func:`email.utils.parseaddr` now return ``('', '')``
2-tuples in more situations where invalid email addresses
are encountered instead of potentially inaccurate
values. Add optional *strict* parameter to these two
functions: use ``strict=False`` to get the old behavior,
accept malformed inputs. ``getattr(email.utils,
'supports_strict_parsing', False)`` can be use to check if
the *strict* paramater is available. Patch by Thomas Dwyer
and Victor Stinner to improve the CVE-2023-27043 fix
(bsc#1210638).
- gh-67693: Fix :func:`urllib.parse.urlunparse` and
:func:`urllib.parse.urlunsplit` for URIs with path starting
with multiple slashes and no authority. Based on patch by
Ashwin Ramaswami.
- Core and Builtins
- gh-112275: A deadlock involving ``pystate.c``'s
``HEAD_LOCK`` in ``posixmodule.c`` at fork is now
fixed. Patch by ChuBoning based on previous Python 3.12 fix
by Victor Stinner.
- gh-109120: Added handle of incorrect star expressions, e.g
``f(3, *)``. Patch by Grigoryev Semyon
- CVE-2024-8088: Prevent malformed payload to cause infinite loops in
zipfile.Path (bsc#1229704)
- Make pip and modern tools install directly in /usr/local when used by
the user. (bsc#1225660)
- CVE-2024-4032: Fix rearranging definition of private v global IP
addresses. (bsc#1226448)
Update to 3.11.9:
* Security
- gh-115398: Allow controlling Expat >=2.6.0 reparse deferral
(CVE-2023-52425, bsc#1219559) by adding five new methods:
xml.etree.ElementTree.XMLParser.flush()
xml.etree.ElementTree.XMLPullParser.flush()
xml.parsers.expat.xmlparser.GetReparseDeferralEnabled()
xml.parsers.expat.xmlparser.SetReparseDeferralEnabled()
xml.sax.expatreader.ExpatParser.flush()
- gh-115399: Update bundled libexpat to 2.6.0
- gh-115243: Fix possible crashes in collections.deque.index()
when the deque is concurrently modified.
- gh-114572: ssl.SSLContext.cert_store_stats() and
ssl.SSLContext.get_ca_certs() now correctly lock access to the
certificate store, when the ssl.SSLContext is shared across
multiple threads (bsc#1226447, CVE-2024-0397).
* Core and Builtins
- gh-116296: Fix possible refleak in object.__reduce__() internal
error handling.
- gh-116034: Fix location of the error on a failed assertion.
- gh-115823: Properly calculate error ranges in the parser when
raising SyntaxError exceptions caused by invalid byte sequences.
Patch by Pablo Galindo
- gh-112087: For an empty reverse iterator for list will be
reduced to reversed(). Patch by Donghee Na.
- gh-115011: Setters for members with an unsigned integer type now
support the same range of valid values for objects that has a
__index__() method as for int.
- gh-96497: Fix incorrect resolution of mangled class variables
used in assignment expressions in comprehensions.
* Library
- gh-117310: Fixed an unlikely early & extra Py_DECREF triggered
crash in ssl when creating a new _ssl._SSLContext if CPython was
built implausibly such that the default cipher list is empty or
the SSL library it was linked against reports a failure from its
C SSL_CTX_set_cipher_list() API.
- gh-117178: Fix regression in lazy loading of self-referential
modules, introduced in gh-114781.
- gh-117084: Fix zipfile extraction for directory entries with the
name containing backslashes on Windows.
- gh-117110: Fix a bug that prevents subclasses of typing.Any to
be instantiated with arguments. Patch by Chris Fu.
- gh-90872: On Windows, subprocess.Popen.wait() no longer calls
WaitForSingleObject() with a negative timeout: pass 0 ms if the
timeout is negative. Patch by Victor Stinner.
- gh-116957: configparser: Don’t leave ConfigParser values in an
invalid state (stored as a list instead of a str) after an
earlier read raised DuplicateSectionError or
DuplicateOptionError.
- gh-90095: Ignore empty lines and comments in .pdbrc
- gh-116764: Restore support of None and other false values in
urllib.parse functions parse_qs() and parse_qsl(). Also, they
now raise a TypeError for non-zero integers and non-empty
sequences.
- gh-116811: In PathFinder.invalidate_caches, delegate to
MetadataPathFinder.invalidate_caches.
- gh-116600: Fix repr() for global Flag members.
- gh-116484: Change automatically generated tkinter.Checkbutton
widget names to avoid collisions with automatically generated
tkinter.ttk.Checkbutton widget names within the same parent
widget.
- gh-116401: Fix blocking os.fwalk() and shutil.rmtree() on
opening named pipe.
- gh-116143: Fix a race in pydoc _start_server, eliminating a
window in which _start_server can return a thread that is
“serving” but without a docserver set.
- gh-116325: typing: raise SyntaxError instead of AttributeError
on forward references as empty strings.
- gh-90535: Fix support of interval values > 1 in
logging.TimedRotatingFileHandler for when='MIDNIGHT' and
when='Wx'.
- gh-115978: Disable preadv(), readv(), pwritev(), and writev() on
WASI.
- Under wasmtime for WASI 0.2, these functions don’t pass
test_posix
(https://github.com/bytecodealliance/wasmtime/issues/7830).
- gh-88352: Fix the computation of the next rollover time in the
logging.TimedRotatingFileHandler handler. computeRollover() now
always returns a timestamp larger than the specified time and
works correctly during the DST change. doRollover() no longer
overwrite the already rolled over file, saving from data loss
when run at midnight or during repeated time at the DST change.
- gh-87115: Set __main__.__spec__ to None when running a script
with pdb
- gh-76511: Fix UnicodeEncodeError in email.Message.as_string()
that results when a message that claims to be in the ascii
character set actually has non-ascii characters. Non-ascii
characters are now replaced with the U+FFFD replacement
character, like in the replace error handler.
- gh-75988: Fixed unittest.mock.create_autospec() to pass the call
through to the wrapped object to return the real result.
- gh-115881: Fix issue where ast.parse() would incorrectly flag
conditional context managers (such as with (x() if y else z()):
...) as invalid syntax if feature_version=(3, 8) was passed.
This reverts changes to the grammar made as part of gh-94949.
- gh-115886: Fix silent truncation of the name with an embedded
null character in multiprocessing.shared_memory.SharedMemory.
- gh-115809: Improve algorithm for computing which rolled-over log
files to delete in logging.TimedRotatingFileHandler. It is now
reliable for handlers without namer and with arbitrary
deterministic namer that leaves the datetime part in the file
name unmodified.
- gh-74668: urllib.parse functions parse_qs() and parse_qsl() now
support bytes arguments containing raw and percent-encoded
non-ASCII data.
- gh-67044: csv.writer() now always quotes or escapes '\r' and
'\n', regardless of lineterminator value.
- gh-115712: csv.writer() now quotes empty fields if delimiter is
a space and skipinitialspace is true and raises exception if
quoting is not possible.
- gh-115618: Fix improper decreasing the reference count for None
argument in property methods getter(), setter() and deleter().
- gh-115570: A DeprecationWarning is no longer omitted on access
to the __doc__ attributes of the deprecated typing.io and
typing.re pseudo-modules.
- gh-112006: Fix inspect.unwrap() for types with the __wrapper__
data descriptor.
- gh-101293: Support callables with the __call__() method and
types with __new__() and __init__() methods set to class
methods, static methods, bound methods, partial functions, and
other types of methods and descriptors in
inspect.Signature.from_callable().
- gh-115392: Fix a bug in doctest where incorrect line numbers
would be reported for decorated functions.
- gh-114563: Fix several format() bugs when using the C
implementation of Decimal: * memory leak in some rare cases when
using the z format option (coerce negative 0) * incorrect output
when applying the z format option to type F (fixed-point with
capital NAN / INF) * incorrect output when applying the # format
option (alternate form)
- gh-115197: urllib.request no longer resolves the hostname before
checking it against the system’s proxy bypass list on macOS and
Windows.
- gh-115198: Fix support of Docutils >= 0.19 in distutils.
- gh-115165: Most exceptions are now ignored when attempting to
set the __orig_class__ attribute on objects returned when
calling typing generic aliases (including generic aliases
created using typing.Annotated). Previously only AttributeError
was ignored. Patch by Dave Shawley.
- gh-115133: Fix tests for XMLPullParser with Expat 2.6.0.
- gh-115059: io.BufferedRandom.read1() now flushes the underlying
write buffer.
- gh-79382: Trailing ** no longer allows to match files and
non-existing paths in recursive glob().
- gh-114763: Protect modules loaded with importlib.util.LazyLoader
from race conditions when multiple threads try to access
attributes before the loading is complete.
- gh-97959: Fix rendering class methods, bound methods, method and
function aliases in pydoc. Class methods no longer have “method
of builtins.type instance” note. Corresponding notes are now
added for class and unbound methods. Method and function aliases
now have references to the module or the class where the origin
was defined if it differs from the current. Bound methods are
now listed in the static methods section. Methods of builtin
classes are now supported as well as methods of Python classes.
- gh-112281: Allow creating union of types for typing.Annotated
with unhashable metadata.
- gh-111775: Fix importlib.resources.simple.ResourceHandle.open()
for text mode, added missed stream argument.
- gh-90095: Make .pdbrc and -c work with any valid pdb commands.
- gh-107155: Fix incorrect output of help(x) where x is a lambda
function, which has an __annotations__ dictionary attribute with
a "return" key.
- gh-105866: Fixed _get_slots bug which caused error when defining
dataclasses with slots and a weakref_slot.
- gh-60346: Fix ArgumentParser inconsistent with parse_known_args.
- gh-100985: Update HTTPSConnection to consistently wrap IPv6
Addresses when using a proxy.
- gh-100884: email: fix misfolding of comma in address-lists
over multiple lines in combination with unicode encoding
(bsc#1238450 CVE-2025-1795)
- gh-95782: Fix io.BufferedReader.tell(),
io.BufferedReader.seek(), _pyio.BufferedReader.tell(),
io.BufferedRandom.tell(), io.BufferedRandom.seek() and
_pyio.BufferedRandom.tell() being able to return negative
offsets.
- gh-96310: Fix a traceback in argparse when all options in a
mutually exclusive group are suppressed.
- gh-93205: Fixed a bug in
logging.handlers.TimedRotatingFileHandler where multiple
rotating handler instances pointing to files with the same name
but different extensions would conflict and not delete the
correct files.
- bpo-44865: Add missing call to localization function in
argparse.
- bpo-43952: Fix multiprocessing.connection.Listener.accept() to
accept empty bytes as authkey. Not accepting empty bytes as key
causes it to hang indefinitely.
- bpo-42125: linecache: get module name from __spec__ if
available. This allows getting source code for the __main__
module when a custom loader is used.
- gh-66543: Make mimetypes.guess_type() properly parsing of URLs
with only a host name, URLs containing fragment or query, and
filenames with only a UNC sharepoint on Windows. Based on patch
by Dong-hee Na.
- bpo-33775: Add ‘default’ and ‘version’ help text for
localization in argparse.
* Documentation
- gh-115399: Document CVE-2023-52425 of Expat <2.6.0 under “XML
vulnerabilities”.
- gh-115233: Fix an example for LoggerAdapter in the Logging
Cookbook.
* IDLE
- gh-88516: On macOS show a proxy icon in the title bar of editor
windows to match platform behaviour.
* Tools/Demos
- gh-113516: Don’t set LDSHARED when building for WASI.
* C API
- gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows
64-bit platforms.
- Add reference to CVE-2024-0450 (bsc#1221854) to changelog.
Patchnames
SUSE-SLE-Micro-6.1-128
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for python311", "title": "Title of the patch" }, { "category": "description", "text": "This update for python311 fixes the following issues:\n\n- CVE-2025-4516: Fixed blocking DecodeError handling\n vulnerability, which could lead to DoS. (bsc#1243273) \n\nUpdate to 3.11.12:\n\n - gh-105704: When using urllib.parse.urlsplit() and\n urllib.parse.urlparse() host parsing would not reject domain\n names containing square brackets ([ and ]). Square brackets\n are only valid for IPv6 and IPvFuture hosts according to RFC\n 3986 Section 3.2.2 (bsc#1236705, CVE-2025-0938,\n gh#python/cpython#105704).\n - gh-121284: Fix bug in the folding of rfc2047 encoded-words\n when flattening an email message using a modern email\n policy. Previously when an encoded-word was too long for\n a line, it would be decoded, split across lines, and\n re-encoded. But commas and other special characters in the\n original text could be left unencoded and unquoted. This\n could theoretically be used to spoof header lines using a\n carefully constructed encoded-word if the resulting rendered\n email was transmitted or re-parsed.\n - gh-80222: Fix bug in the folding of quoted strings\n when flattening an email message using a modern email\n policy. Previously when a quoted string was folded so that\n it spanned more than one line, the surrounding quotes and\n internal escapes would be omitted. This could theoretically\n be used to spoof header lines using a carefully constructed\n quoted string if the resulting rendered email was transmitted\n or re-parsed.\n - gh-119511: Fix a potential denial of service in the imaplib\n module. When connecting to a malicious server, it could\n cause an arbitrary amount of memory to be allocated. On many\n systems this is harmless as unused virtual memory is only\n a mapping, but if this hit a virtual address size limit\n it could lead to a MemoryError or other process crash. On\n unusual systems or builds where all allocated memory is\n touched and backed by actual ram or storage it could\u2019ve\n consumed resources doing so until similarly crashing.\n - gh-127257: In ssl, system call failures that OpenSSL reports\n using ERR_LIB_SYS are now raised as OSError.\n - gh-121277: Writers of CPython\u2019s documentation can now use\n next as the version for the versionchanged, versionadded,\n deprecated directives.\n - gh-106883: Disable GC during the _PyThread_CurrentFrames()\n and _PyThread_CurrentExceptions() calls to avoid the\n interpreter to deadlock.\n\n- CVE-2025-0938: disallow square brackets ([ and ]) in domain names for parsed\n URLs (bsc#1236705, gh#python/cpython#105704)\n\nUpdate to 3.11.11:\n\n - Tools/Demos\n\n - gh-123418: Update GitHub CI workflows to use OpenSSL 3.0.15\n and multissltests to use 3.0.15, 3.1.7, and 3.2.3.\n\n - Security\n\n - gh-122792: Changed IPv4-mapped ipaddress.IPv6Address to\n consistently use the mapped IPv4 address value for deciding\n properties. Properties which have their behavior fixed are\n is_multicast, is_reserved, is_link_local, is_global, and\n is_unspecified.\n\n - Library\n\n - gh-124651: Properly quote template strings in venv\n activation scripts (bsc#1232241, CVE-2024-9287).\n\n- Remove -IVendor/ from python-config bsc#1231795\n\n- CVE-2024-9287: Properly quote path names provided when creating a\n virtual environment (bsc#1232241,\n\n- Drop .pyc files from docdir for reproducible builds (bsc#1230906).\n\nUpdate to 3.11.10:\n\n - Security\n\n - gh-121957: Fixed missing audit events around interactive\n use of Python, now also properly firing for ``python -i``,\n as well as for ``python -m asyncio``. The event in question\n is ``cpython.run_stdin``.\n - gh-122133: Authenticate the socket connection for the\n ``socket.socketpair()`` fallback on platforms where\n ``AF_UNIX`` is not available like Windows. Patch by\n Gregory P. Smith \u003cgreg@krypto.org\u003e and Seth Larson\n \u003cseth@python.org\u003e. Reported by Ellie \u003cel@horse64.org\u003e\n - gh-121285: Remove backtracking from tarfile header parsing\n for ``hdrcharset``, PAX, and GNU sparse headers\n (bsc#1230227, CVE-2024-6232).\n - gh-118486: :func:`os.mkdir` on Windows now accepts\n *mode* of ``0o700`` to restrict the new directory to\n the current user. This fixes CVE-2024-4030 affecting\n :func:`tempfile.mkdtemp` in scenarios where the base\n temporary directory is more permissive than the default.\n\n - Library\n\n - gh-123270: Applied a more surgical fix for malformed\n payloads in :class:`zipfile.Path` causing infinite loops\n (gh-122905) without breaking contents using legitimate\n characters (bsc#1229704, CVE-2024-8088).\n - gh-123067: Fix quadratic complexity in parsing ``\"``-quoted\n cookie values with backslashes by :mod:`http.cookies`\n (bsc#1229596, CVE-2024-7592).\n - gh-122905: :class:`zipfile.Path` objects now sanitize names\n from the zipfile.\n - gh-121650: :mod:`email` headers with embedded newlines are\n now quoted on output. The :mod:`~email.generator` will now\n refuse to serialize (write) headers that are unsafely folded\n or delimited; see :attr:`~email.policy.Policy.verify_generated_headers`.\n (Contributed by Bas Bloemsaat and Petr Viktorin in\n :gh:`121650`; CVE-2024-6923, bsc#1228780).\n - gh-119506: Fix :meth:`!io.TextIOWrapper.write` method\n breaks internal buffer when the method is called again\n during flushing internal buffer.\n - gh-118643: Fix an AttributeError in the :mod:`email` module\n when re-fold a long address list. Also fix more cases of\n incorrect encoding of the address separator in the address\n list.\n - gh-113171: Fixed various false positives and false\n negatives in * :attr:`ipaddress.IPv4Address.is_private`\n (see these docs for details) *\n :attr:`ipaddress.IPv4Address.is_global` *\n :attr:`ipaddress.IPv6Address.is_private` *\n :attr:`ipaddress.IPv6Address.is_global` Also in the\n corresponding :class:`ipaddress.IPv4Network` and\n :class:`ipaddress.IPv6Network` attributes.\n Fixes bsc#1226448 (CVE-2024-4032).\n - gh-102988: :func:`email.utils.getaddresses` and\n :func:`email.utils.parseaddr` now return ``(\u0027\u0027, \u0027\u0027)``\n 2-tuples in more situations where invalid email addresses\n are encountered instead of potentially inaccurate\n values. Add optional *strict* parameter to these two\n functions: use ``strict=False`` to get the old behavior,\n accept malformed inputs. ``getattr(email.utils,\n \u0027supports_strict_parsing\u0027, False)`` can be use to check if\n the *strict* paramater is available. Patch by Thomas Dwyer\n and Victor Stinner to improve the CVE-2023-27043 fix\n (bsc#1210638).\n - gh-67693: Fix :func:`urllib.parse.urlunparse` and\n :func:`urllib.parse.urlunsplit` for URIs with path starting\n with multiple slashes and no authority. Based on patch by\n Ashwin Ramaswami.\n\n - Core and Builtins\n\n - gh-112275: A deadlock involving ``pystate.c``\u0027s\n ``HEAD_LOCK`` in ``posixmodule.c`` at fork is now\n fixed. Patch by ChuBoning based on previous Python 3.12 fix\n by Victor Stinner.\n - gh-109120: Added handle of incorrect star expressions, e.g\n ``f(3, *)``. Patch by Grigoryev Semyon\n\n- CVE-2024-8088: Prevent malformed payload to cause infinite loops in\n zipfile.Path (bsc#1229704)\n\n- Make pip and modern tools install directly in /usr/local when used by\n the user. (bsc#1225660)\n\n- CVE-2024-4032: Fix rearranging definition of private v global IP\n addresses. (bsc#1226448)\n\nUpdate to 3.11.9:\n\n * Security\n\n - gh-115398: Allow controlling Expat \u003e=2.6.0 reparse deferral\n (CVE-2023-52425, bsc#1219559) by adding five new methods:\n xml.etree.ElementTree.XMLParser.flush()\n xml.etree.ElementTree.XMLPullParser.flush()\n xml.parsers.expat.xmlparser.GetReparseDeferralEnabled()\n xml.parsers.expat.xmlparser.SetReparseDeferralEnabled()\n xml.sax.expatreader.ExpatParser.flush()\n - gh-115399: Update bundled libexpat to 2.6.0\n - gh-115243: Fix possible crashes in collections.deque.index()\n when the deque is concurrently modified.\n - gh-114572: ssl.SSLContext.cert_store_stats() and\n ssl.SSLContext.get_ca_certs() now correctly lock access to the\n certificate store, when the ssl.SSLContext is shared across\n multiple threads (bsc#1226447, CVE-2024-0397).\n\n * Core and Builtins\n\n - gh-116296: Fix possible refleak in object.__reduce__() internal\n error handling.\n - gh-116034: Fix location of the error on a failed assertion.\n - gh-115823: Properly calculate error ranges in the parser when\n raising SyntaxError exceptions caused by invalid byte sequences.\n Patch by Pablo Galindo\n - gh-112087: For an empty reverse iterator for list will be\n reduced to reversed(). Patch by Donghee Na.\n - gh-115011: Setters for members with an unsigned integer type now\n support the same range of valid values for objects that has a\n __index__() method as for int.\n - gh-96497: Fix incorrect resolution of mangled class variables\n used in assignment expressions in comprehensions.\n\n * Library\n\n - gh-117310: Fixed an unlikely early \u0026 extra Py_DECREF triggered\n crash in ssl when creating a new _ssl._SSLContext if CPython was\n built implausibly such that the default cipher list is empty or\n the SSL library it was linked against reports a failure from its\n C SSL_CTX_set_cipher_list() API.\n - gh-117178: Fix regression in lazy loading of self-referential\n modules, introduced in gh-114781.\n - gh-117084: Fix zipfile extraction for directory entries with the\n name containing backslashes on Windows.\n - gh-117110: Fix a bug that prevents subclasses of typing.Any to\n be instantiated with arguments. Patch by Chris Fu.\n - gh-90872: On Windows, subprocess.Popen.wait() no longer calls\n WaitForSingleObject() with a negative timeout: pass 0 ms if the\n timeout is negative. Patch by Victor Stinner.\n - gh-116957: configparser: Don\u2019t leave ConfigParser values in an\n invalid state (stored as a list instead of a str) after an\n earlier read raised DuplicateSectionError or\n DuplicateOptionError.\n - gh-90095: Ignore empty lines and comments in .pdbrc\n - gh-116764: Restore support of None and other false values in\n urllib.parse functions parse_qs() and parse_qsl(). Also, they\n now raise a TypeError for non-zero integers and non-empty\n sequences.\n - gh-116811: In PathFinder.invalidate_caches, delegate to\n MetadataPathFinder.invalidate_caches.\n - gh-116600: Fix repr() for global Flag members.\n - gh-116484: Change automatically generated tkinter.Checkbutton\n widget names to avoid collisions with automatically generated\n tkinter.ttk.Checkbutton widget names within the same parent\n widget.\n - gh-116401: Fix blocking os.fwalk() and shutil.rmtree() on\n opening named pipe.\n - gh-116143: Fix a race in pydoc _start_server, eliminating a\n window in which _start_server can return a thread that is\n \u201cserving\u201d but without a docserver set.\n - gh-116325: typing: raise SyntaxError instead of AttributeError\n on forward references as empty strings.\n - gh-90535: Fix support of interval values \u003e 1 in\n logging.TimedRotatingFileHandler for when=\u0027MIDNIGHT\u0027 and\n when=\u0027Wx\u0027.\n - gh-115978: Disable preadv(), readv(), pwritev(), and writev() on\n WASI.\n - Under wasmtime for WASI 0.2, these functions don\u2019t pass\n test_posix\n (https://github.com/bytecodealliance/wasmtime/issues/7830).\n - gh-88352: Fix the computation of the next rollover time in the\n logging.TimedRotatingFileHandler handler. computeRollover() now\n always returns a timestamp larger than the specified time and\n works correctly during the DST change. doRollover() no longer\n overwrite the already rolled over file, saving from data loss\n when run at midnight or during repeated time at the DST change.\n - gh-87115: Set __main__.__spec__ to None when running a script\n with pdb\n - gh-76511: Fix UnicodeEncodeError in email.Message.as_string()\n that results when a message that claims to be in the ascii\n character set actually has non-ascii characters. Non-ascii\n characters are now replaced with the U+FFFD replacement\n character, like in the replace error handler.\n - gh-75988: Fixed unittest.mock.create_autospec() to pass the call\n through to the wrapped object to return the real result.\n - gh-115881: Fix issue where ast.parse() would incorrectly flag\n conditional context managers (such as with (x() if y else z()):\n ...) as invalid syntax if feature_version=(3, 8) was passed.\n This reverts changes to the grammar made as part of gh-94949.\n - gh-115886: Fix silent truncation of the name with an embedded\n null character in multiprocessing.shared_memory.SharedMemory.\n - gh-115809: Improve algorithm for computing which rolled-over log\n files to delete in logging.TimedRotatingFileHandler. It is now\n reliable for handlers without namer and with arbitrary\n deterministic namer that leaves the datetime part in the file\n name unmodified.\n - gh-74668: urllib.parse functions parse_qs() and parse_qsl() now\n support bytes arguments containing raw and percent-encoded\n non-ASCII data.\n - gh-67044: csv.writer() now always quotes or escapes \u0027\\r\u0027 and\n \u0027\\n\u0027, regardless of lineterminator value.\n - gh-115712: csv.writer() now quotes empty fields if delimiter is\n a space and skipinitialspace is true and raises exception if\n quoting is not possible.\n - gh-115618: Fix improper decreasing the reference count for None\n argument in property methods getter(), setter() and deleter().\n - gh-115570: A DeprecationWarning is no longer omitted on access\n to the __doc__ attributes of the deprecated typing.io and\n typing.re pseudo-modules.\n - gh-112006: Fix inspect.unwrap() for types with the __wrapper__\n data descriptor.\n - gh-101293: Support callables with the __call__() method and\n types with __new__() and __init__() methods set to class\n methods, static methods, bound methods, partial functions, and\n other types of methods and descriptors in\n inspect.Signature.from_callable().\n - gh-115392: Fix a bug in doctest where incorrect line numbers\n would be reported for decorated functions.\n - gh-114563: Fix several format() bugs when using the C\n implementation of Decimal: * memory leak in some rare cases when\n using the z format option (coerce negative 0) * incorrect output\n when applying the z format option to type F (fixed-point with\n capital NAN / INF) * incorrect output when applying the # format\n option (alternate form)\n - gh-115197: urllib.request no longer resolves the hostname before\n checking it against the system\u2019s proxy bypass list on macOS and\n Windows.\n - gh-115198: Fix support of Docutils \u003e= 0.19 in distutils.\n - gh-115165: Most exceptions are now ignored when attempting to\n set the __orig_class__ attribute on objects returned when\n calling typing generic aliases (including generic aliases\n created using typing.Annotated). Previously only AttributeError\n was ignored. Patch by Dave Shawley.\n - gh-115133: Fix tests for XMLPullParser with Expat 2.6.0.\n - gh-115059: io.BufferedRandom.read1() now flushes the underlying\n write buffer.\n - gh-79382: Trailing ** no longer allows to match files and\n non-existing paths in recursive glob().\n - gh-114763: Protect modules loaded with importlib.util.LazyLoader\n from race conditions when multiple threads try to access\n attributes before the loading is complete.\n - gh-97959: Fix rendering class methods, bound methods, method and\n function aliases in pydoc. Class methods no longer have \u201cmethod\n of builtins.type instance\u201d note. Corresponding notes are now\n added for class and unbound methods. Method and function aliases\n now have references to the module or the class where the origin\n was defined if it differs from the current. Bound methods are\n now listed in the static methods section. Methods of builtin\n classes are now supported as well as methods of Python classes.\n - gh-112281: Allow creating union of types for typing.Annotated\n with unhashable metadata.\n - gh-111775: Fix importlib.resources.simple.ResourceHandle.open()\n for text mode, added missed stream argument.\n - gh-90095: Make .pdbrc and -c work with any valid pdb commands.\n - gh-107155: Fix incorrect output of help(x) where x is a lambda\n function, which has an __annotations__ dictionary attribute with\n a \"return\" key.\n - gh-105866: Fixed _get_slots bug which caused error when defining\n dataclasses with slots and a weakref_slot.\n - gh-60346: Fix ArgumentParser inconsistent with parse_known_args.\n - gh-100985: Update HTTPSConnection to consistently wrap IPv6\n Addresses when using a proxy.\n - gh-100884: email: fix misfolding of comma in address-lists\n over multiple lines in combination with unicode encoding\n (bsc#1238450 CVE-2025-1795)\n - gh-95782: Fix io.BufferedReader.tell(),\n io.BufferedReader.seek(), _pyio.BufferedReader.tell(),\n io.BufferedRandom.tell(), io.BufferedRandom.seek() and\n _pyio.BufferedRandom.tell() being able to return negative\n offsets.\n - gh-96310: Fix a traceback in argparse when all options in a\n mutually exclusive group are suppressed.\n - gh-93205: Fixed a bug in\n logging.handlers.TimedRotatingFileHandler where multiple\n rotating handler instances pointing to files with the same name\n but different extensions would conflict and not delete the\n correct files.\n - bpo-44865: Add missing call to localization function in\n argparse.\n - bpo-43952: Fix multiprocessing.connection.Listener.accept() to\n accept empty bytes as authkey. Not accepting empty bytes as key\n causes it to hang indefinitely.\n - bpo-42125: linecache: get module name from __spec__ if\n available. This allows getting source code for the __main__\n module when a custom loader is used.\n - gh-66543: Make mimetypes.guess_type() properly parsing of URLs\n with only a host name, URLs containing fragment or query, and\n filenames with only a UNC sharepoint on Windows. Based on patch\n by Dong-hee Na.\n - bpo-33775: Add \u2018default\u2019 and \u2018version\u2019 help text for\n localization in argparse.\n\n * Documentation\n\n - gh-115399: Document CVE-2023-52425 of Expat \u003c2.6.0 under \u201cXML\n vulnerabilities\u201d.\n - gh-115233: Fix an example for LoggerAdapter in the Logging\n Cookbook.\n\n * IDLE\n\n - gh-88516: On macOS show a proxy icon in the title bar of editor\n windows to match platform behaviour.\n\n * Tools/Demos\n\n - gh-113516: Don\u2019t set LDSHARED when building for WASI.\n\n * C API\n\n - gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows\n 64-bit platforms.\n\n- Add reference to CVE-2024-0450 (bsc#1221854) to changelog.\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-SLE-Micro-6.1-128", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_20374-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:20374-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520374-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:20374-1", "url": "https://lists.suse.com/pipermail/sle-updates/2025-June/040141.html" }, { "category": "self", "summary": "SUSE Bug 1210638", "url": "https://bugzilla.suse.com/1210638" }, { "category": "self", "summary": "SUSE Bug 1219559", "url": "https://bugzilla.suse.com/1219559" }, { "category": "self", "summary": "SUSE Bug 1219666", "url": "https://bugzilla.suse.com/1219666" }, { "category": "self", "summary": "SUSE Bug 1221854", "url": "https://bugzilla.suse.com/1221854" }, { "category": "self", "summary": "SUSE Bug 1225660", "url": "https://bugzilla.suse.com/1225660" }, { "category": "self", "summary": "SUSE Bug 1226447", "url": "https://bugzilla.suse.com/1226447" }, { "category": "self", "summary": "SUSE Bug 1226448", "url": "https://bugzilla.suse.com/1226448" }, { "category": "self", "summary": "SUSE Bug 1227378", "url": "https://bugzilla.suse.com/1227378" }, { "category": "self", "summary": "SUSE Bug 1227999", "url": "https://bugzilla.suse.com/1227999" }, { "category": "self", "summary": "SUSE Bug 1228165", "url": "https://bugzilla.suse.com/1228165" }, { "category": "self", "summary": "SUSE Bug 1228780", "url": "https://bugzilla.suse.com/1228780" }, { "category": "self", "summary": "SUSE Bug 1229596", "url": "https://bugzilla.suse.com/1229596" }, { "category": "self", "summary": "SUSE Bug 1229704", "url": "https://bugzilla.suse.com/1229704" }, { "category": "self", "summary": "SUSE Bug 1230227", "url": "https://bugzilla.suse.com/1230227" }, { "category": "self", "summary": "SUSE Bug 1230906", "url": "https://bugzilla.suse.com/1230906" }, { "category": "self", "summary": "SUSE Bug 1231795", "url": "https://bugzilla.suse.com/1231795" }, { "category": "self", "summary": "SUSE Bug 1232241", "url": "https://bugzilla.suse.com/1232241" }, { "category": "self", "summary": "SUSE Bug 1236705", "url": "https://bugzilla.suse.com/1236705" }, { "category": "self", "summary": "SUSE Bug 1238450", "url": "https://bugzilla.suse.com/1238450" }, { "category": "self", "summary": "SUSE Bug 1239210", "url": "https://bugzilla.suse.com/1239210" }, { "category": "self", "summary": "SUSE Bug 1241067", "url": "https://bugzilla.suse.com/1241067" }, { "category": "self", "summary": "SUSE Bug 1243273", "url": "https://bugzilla.suse.com/1243273" }, { "category": "self", "summary": "SUSE CVE CVE-2022-25236 page", "url": "https://www.suse.com/security/cve/CVE-2022-25236/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-27043 page", "url": "https://www.suse.com/security/cve/CVE-2023-27043/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-52425 page", "url": "https://www.suse.com/security/cve/CVE-2023-52425/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-6597 page", "url": "https://www.suse.com/security/cve/CVE-2023-6597/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-0397 page", "url": "https://www.suse.com/security/cve/CVE-2024-0397/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-0450 page", "url": "https://www.suse.com/security/cve/CVE-2024-0450/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-4030 page", "url": "https://www.suse.com/security/cve/CVE-2024-4030/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-4032 page", "url": "https://www.suse.com/security/cve/CVE-2024-4032/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-6232 page", "url": "https://www.suse.com/security/cve/CVE-2024-6232/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-6923 page", "url": "https://www.suse.com/security/cve/CVE-2024-6923/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-7592 page", "url": "https://www.suse.com/security/cve/CVE-2024-7592/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-8088 page", "url": "https://www.suse.com/security/cve/CVE-2024-8088/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-9287 page", "url": "https://www.suse.com/security/cve/CVE-2024-9287/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-0938 page", "url": "https://www.suse.com/security/cve/CVE-2025-0938/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-1795 page", "url": "https://www.suse.com/security/cve/CVE-2025-1795/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-4516 page", "url": "https://www.suse.com/security/cve/CVE-2025-4516/" } ], "title": "Security update for python311", "tracking": { "current_release_date": "2025-06-03T09:05:30Z", "generator": { "date": "2025-06-03T09:05:30Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:20374-1", "initial_release_date": "2025-06-03T09:05:30Z", "revision_history": [ { "date": "2025-06-03T09:05:30Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "product": { "name": "libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "product_id": "libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64" } }, { "category": "product_version", "name": "python311-3.11.12-slfo.1.1_1.1.aarch64", "product": { "name": "python311-3.11.12-slfo.1.1_1.1.aarch64", "product_id": "python311-3.11.12-slfo.1.1_1.1.aarch64" } }, { "category": "product_version", "name": "python311-base-3.11.12-slfo.1.1_1.1.aarch64", "product": { "name": "python311-base-3.11.12-slfo.1.1_1.1.aarch64", "product_id": "python311-base-3.11.12-slfo.1.1_1.1.aarch64" } }, { "category": "product_version", "name": "python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "product": { "name": "python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "product_id": "python311-curses-3.11.12-slfo.1.1_1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "product": { "name": "libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "product_id": "libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x" } }, { "category": "product_version", "name": "python311-3.11.12-slfo.1.1_1.1.s390x", "product": { "name": "python311-3.11.12-slfo.1.1_1.1.s390x", "product_id": "python311-3.11.12-slfo.1.1_1.1.s390x" } }, { "category": "product_version", "name": "python311-base-3.11.12-slfo.1.1_1.1.s390x", "product": { "name": "python311-base-3.11.12-slfo.1.1_1.1.s390x", "product_id": "python311-base-3.11.12-slfo.1.1_1.1.s390x" } }, { "category": "product_version", "name": "python311-curses-3.11.12-slfo.1.1_1.1.s390x", "product": { "name": "python311-curses-3.11.12-slfo.1.1_1.1.s390x", "product_id": "python311-curses-3.11.12-slfo.1.1_1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "product": { "name": "libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "product_id": "libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64" } }, { "category": "product_version", "name": "python311-3.11.12-slfo.1.1_1.1.x86_64", "product": { "name": "python311-3.11.12-slfo.1.1_1.1.x86_64", "product_id": "python311-3.11.12-slfo.1.1_1.1.x86_64" } }, { "category": "product_version", "name": "python311-base-3.11.12-slfo.1.1_1.1.x86_64", "product": { "name": "python311-base-3.11.12-slfo.1.1_1.1.x86_64", "product_id": "python311-base-3.11.12-slfo.1.1_1.1.x86_64" } }, { "category": "product_version", "name": "python311-curses-3.11.12-slfo.1.1_1.1.x86_64", "product": { "name": "python311-curses-3.11.12-slfo.1.1_1.1.x86_64", "product_id": "python311-curses-3.11.12-slfo.1.1_1.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Micro 6.1", "product": { "name": "SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1", "product_identification_helper": { "cpe": "cpe:/o:suse:sl-micro:6.1" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64 as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64" }, "product_reference": "libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x" }, "product_reference": "libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64 as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64" }, "product_reference": "libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.12-slfo.1.1_1.1.aarch64 as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64" }, "product_reference": "python311-3.11.12-slfo.1.1_1.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.12-slfo.1.1_1.1.s390x as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x" }, "product_reference": "python311-3.11.12-slfo.1.1_1.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.12-slfo.1.1_1.1.x86_64 as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64" }, "product_reference": "python311-3.11.12-slfo.1.1_1.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.12-slfo.1.1_1.1.aarch64 as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64" }, "product_reference": "python311-base-3.11.12-slfo.1.1_1.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.12-slfo.1.1_1.1.s390x as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x" }, "product_reference": "python311-base-3.11.12-slfo.1.1_1.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.12-slfo.1.1_1.1.x86_64 as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64" }, "product_reference": "python311-base-3.11.12-slfo.1.1_1.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.12-slfo.1.1_1.1.aarch64 as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64" }, "product_reference": "python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.12-slfo.1.1_1.1.s390x as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x" }, "product_reference": "python311-curses-3.11.12-slfo.1.1_1.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.12-slfo.1.1_1.1.x86_64 as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" }, "product_reference": "python311-curses-3.11.12-slfo.1.1_1.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.1" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-25236", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-25236" } ], "notes": [ { "category": "general", "text": "xmlparse.c in Expat (aka libexpat) before 2.4.5 allows attackers to insert namespace-separator characters into namespace URIs.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2022-25236", "url": "https://www.suse.com/security/cve/CVE-2022-25236" }, { "category": "external", "summary": "SUSE Bug 1196025 for CVE-2022-25236", "url": "https://bugzilla.suse.com/1196025" }, { "category": "external", "summary": "SUSE Bug 1196784 for CVE-2022-25236", "url": "https://bugzilla.suse.com/1196784" }, { "category": "external", "summary": "SUSE Bug 1197217 for CVE-2022-25236", "url": "https://bugzilla.suse.com/1197217" }, { "category": "external", "summary": "SUSE Bug 1200038 for CVE-2022-25236", "url": "https://bugzilla.suse.com/1200038" }, { "category": "external", "summary": "SUSE Bug 1201735 for CVE-2022-25236", "url": "https://bugzilla.suse.com/1201735" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-03T09:05:30Z", "details": "important" } ], "title": "CVE-2022-25236" }, { "cve": "CVE-2023-27043", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-27043" } ], "notes": [ { "category": "general", "text": "The email module of Python through 3.11.3 incorrectly parses e-mail addresses that contain a special character. The wrong portion of an RFC2822 header is identified as the value of the addr-spec. In some applications, an attacker can bypass a protection mechanism in which application access is granted only after verifying receipt of e-mail to a specific domain (e.g., only @company.example.com addresses may be used for signup). This occurs in email/_parseaddr.py in recent versions of Python.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-27043", "url": "https://www.suse.com/security/cve/CVE-2023-27043" }, { "category": "external", "summary": "SUSE Bug 1210638 for CVE-2023-27043", "url": "https://bugzilla.suse.com/1210638" }, { "category": "external", "summary": "SUSE Bug 1222537 for CVE-2023-27043", "url": "https://bugzilla.suse.com/1222537" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-03T09:05:30Z", "details": "moderate" } ], "title": "CVE-2023-27043" }, { "cve": "CVE-2023-52425", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-52425" } ], "notes": [ { "category": "general", "text": "libexpat through 2.5.0 allows a denial of service (resource consumption) because many full reparsings are required in the case of a large token for which multiple buffer fills are needed.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-52425", "url": "https://www.suse.com/security/cve/CVE-2023-52425" }, { "category": "external", "summary": "SUSE Bug 1219559 for CVE-2023-52425", "url": "https://bugzilla.suse.com/1219559" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-03T09:05:30Z", "details": "moderate" } ], "title": "CVE-2023-52425" }, { "cve": "CVE-2023-6597", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-6597" } ], "notes": [ { "category": "general", "text": "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", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-6597", "url": "https://www.suse.com/security/cve/CVE-2023-6597" }, { "category": "external", "summary": "SUSE Bug 1219666 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1219666" }, { "category": "external", "summary": "SUSE Bug 1221854 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1221854" }, { "category": "external", "summary": "SUSE Bug 1224879 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1224879" }, { "category": "external", "summary": "SUSE Bug 1225185 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1225185" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-03T09:05:30Z", "details": "important" } ], "title": "CVE-2023-6597" }, { "cve": "CVE-2024-0397", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-0397" } ], "notes": [ { "category": "general", "text": "A defect was discovered in the Python \"ssl\" module where there is a memory\nrace condition with the ssl.SSLContext methods \"cert_store_stats()\" and\n\"get_ca_certs()\". The race condition can be triggered if the methods are\ncalled at the same time as certificates are loaded into the SSLContext,\nsuch as during the TLS handshake with a certificate directory configured.\nThis issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-0397", "url": "https://www.suse.com/security/cve/CVE-2024-0397" }, { "category": "external", "summary": "SUSE Bug 1226447 for CVE-2024-0397", "url": "https://bugzilla.suse.com/1226447" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.8, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-03T09:05:30Z", "details": "moderate" } ], "title": "CVE-2024-0397" }, { "cve": "CVE-2024-0450", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-0450" } ], "notes": [ { "category": "general", "text": "An issue was found in the CPython `zipfile` module affecting versions 3.12.1, 3.11.7, 3.10.13, 3.9.18, and 3.8.18 and prior.\n\nThe zipfile module is vulnerable to \"quoted-overlap\" zip-bombs which exploit the zip format to create a zip-bomb with a high compression ratio. The fixed versions of CPython makes the zipfile module reject zip archives which overlap entries in the archive.\n\n", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-0450", "url": "https://www.suse.com/security/cve/CVE-2024-0450" }, { "category": "external", "summary": "SUSE Bug 1221854 for CVE-2024-0450", "url": "https://bugzilla.suse.com/1221854" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-03T09:05:30Z", "details": "moderate" } ], "title": "CVE-2024-0450" }, { "cve": "CVE-2024-4030", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-4030" } ], "notes": [ { "category": "general", "text": "On Windows a directory returned by tempfile.mkdtemp() would not always have permissions set to restrict reading and writing to the temporary directory by other users, instead usually inheriting the correct permissions from the default location. Alternate configurations or users without a profile directory may not have the intended permissions.\n\nIf you\u0027re not using Windows or haven\u0027t changed the temporary directory location then you aren\u0027t affected by this vulnerability. On other platforms the returned directory is consistently readable and writable only by the current user.\n\nThis issue was caused by Python not supporting Unix permissions on Windows. The fix adds support for Unix \"700\" for the mkdir function on Windows which is used by mkdtemp() to ensure the newly created directory has the proper permissions.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-4030", "url": "https://www.suse.com/security/cve/CVE-2024-4030" }, { "category": "external", "summary": "SUSE Bug 1227152 for CVE-2024-4030", "url": "https://bugzilla.suse.com/1227152" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-03T09:05:30Z", "details": "moderate" } ], "title": "CVE-2024-4030" }, { "cve": "CVE-2024-4032", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-4032" } ], "notes": [ { "category": "general", "text": "The \"ipaddress\" module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as \"globally reachable\" or \"private\". This affected the is_private and is_global properties of the ipaddress.IPv4Address, ipaddress.IPv4Network, ipaddress.IPv6Address, and ipaddress.IPv6Network classes, where values wouldn\u0027t be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.\n\nCPython 3.12.4 and 3.13.0a6 contain updated information from these registries and thus have the intended behavior.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-4032", "url": "https://www.suse.com/security/cve/CVE-2024-4032" }, { "category": "external", "summary": "SUSE Bug 1226448 for CVE-2024-4032", "url": "https://bugzilla.suse.com/1226448" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.7, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-03T09:05:30Z", "details": "low" } ], "title": "CVE-2024-4032" }, { "cve": "CVE-2024-6232", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-6232" } ], "notes": [ { "category": "general", "text": "There is a MEDIUM severity vulnerability affecting CPython.\n\n\n\n\n\nRegular expressions that allowed excessive backtracking during tarfile.TarFile header parsing are vulnerable to ReDoS via specifically-crafted tar archives.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-6232", "url": "https://www.suse.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "SUSE Bug 1230227 for CVE-2024-6232", "url": "https://bugzilla.suse.com/1230227" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-03T09:05:30Z", "details": "important" } ], "title": "CVE-2024-6232" }, { "cve": "CVE-2024-6923", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-6923" } ], "notes": [ { "category": "general", "text": "There is a MEDIUM severity vulnerability affecting CPython.\n\nThe \nemail module didn\u0027t properly quote newlines for email headers when \nserializing an email message allowing for header injection when an email\n is serialized.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-6923", "url": "https://www.suse.com/security/cve/CVE-2024-6923" }, { "category": "external", "summary": "SUSE Bug 1228780 for CVE-2024-6923", "url": "https://bugzilla.suse.com/1228780" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-03T09:05:30Z", "details": "important" } ], "title": "CVE-2024-6923" }, { "cve": "CVE-2024-7592", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-7592" } ], "notes": [ { "category": "general", "text": "There is a LOW severity vulnerability affecting CPython, specifically the\n\u0027http.cookies\u0027 standard library module.\n\n\nWhen parsing cookies that contained backslashes for quoted characters in\nthe cookie value, the parser would use an algorithm with quadratic\ncomplexity, resulting in excess CPU resources being used while parsing the\nvalue.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-7592", "url": "https://www.suse.com/security/cve/CVE-2024-7592" }, { "category": "external", "summary": "SUSE Bug 1229596 for CVE-2024-7592", "url": "https://bugzilla.suse.com/1229596" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 2.6, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-03T09:05:30Z", "details": "moderate" } ], "title": "CVE-2024-7592" }, { "cve": "CVE-2024-8088", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-8088" } ], "notes": [ { "category": "general", "text": "There is a HIGH severity vulnerability affecting the CPython \"zipfile\"\nmodule affecting \"zipfile.Path\". Note that the more common API \"zipfile.ZipFile\" class is unaffected.\n\n\n\n\n\nWhen iterating over names of entries in a zip archive (for example, methods\nof \"zipfile.Path\" like \"namelist()\", \"iterdir()\", etc)\nthe process can be put into an infinite loop with a maliciously crafted\nzip archive. This defect applies when reading only metadata or extracting\nthe contents of the zip archive. Programs that are not handling\nuser-controlled zip archives are not affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-8088", "url": "https://www.suse.com/security/cve/CVE-2024-8088" }, { "category": "external", "summary": "SUSE Bug 1229704 for CVE-2024-8088", "url": "https://bugzilla.suse.com/1229704" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-03T09:05:30Z", "details": "moderate" } ], "title": "CVE-2024-8088" }, { "cve": "CVE-2024-9287", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-9287" } ], "notes": [ { "category": "general", "text": "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren\u0027t activated before being used (ie \"./venv/bin/python\") are not affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-9287", "url": "https://www.suse.com/security/cve/CVE-2024-9287" }, { "category": "external", "summary": "SUSE Bug 1232241 for CVE-2024-9287", "url": "https://bugzilla.suse.com/1232241" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-03T09:05:30Z", "details": "moderate" } ], "title": "CVE-2024-9287" }, { "cve": "CVE-2025-0938", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-0938" } ], "notes": [ { "category": "general", "text": "The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accepted domain names that included square brackets which isn\u0027t valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-0938", "url": "https://www.suse.com/security/cve/CVE-2025-0938" }, { "category": "external", "summary": "SUSE Bug 1236705 for CVE-2025-0938", "url": "https://bugzilla.suse.com/1236705" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-03T09:05:30Z", "details": "moderate" } ], "title": "CVE-2025-0938" }, { "cve": "CVE-2025-1795", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-1795" } ], "notes": [ { "category": "general", "text": "During an address list folding when a separating comma ends up on a folded line and that line is to be unicode-encoded then the separator itself is also unicode-encoded. Expected behavior is that the separating comma remains a plan comma. This can result in the address header being misinterpreted by some mail servers.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-1795", "url": "https://www.suse.com/security/cve/CVE-2025-1795" }, { "category": "external", "summary": "SUSE Bug 1238450 for CVE-2025-1795", "url": "https://bugzilla.suse.com/1238450" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-03T09:05:30Z", "details": "low" } ], "title": "CVE-2025-1795" }, { "cve": "CVE-2025-4516", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-4516" } ], "notes": [ { "category": "general", "text": "There is an issue in CPython when using `bytes.decode(\"unicode_escape\", error=\"ignore|replace\")`. If you are not using the \"unicode_escape\" encoding or an error handler your usage is not affected. To work-around this issue you may stop using the error= handler and instead wrap the bytes.decode() call in a try-except catching the DecodeError.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-4516", "url": "https://www.suse.com/security/cve/CVE-2025-4516" }, { "category": "external", "summary": "SUSE Bug 1243273 for CVE-2025-4516", "url": "https://bugzilla.suse.com/1243273" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-base-3.11.12-slfo.1.1_1.1.x86_64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:python311-curses-3.11.12-slfo.1.1_1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-03T09:05:30Z", "details": "moderate" } ], "title": "CVE-2025-4516" } ] }
suse-su-2024:0782-2
Vulnerability from csaf_suse
Published
2024-04-30 14:48
Modified
2024-04-30 14:48
Summary
Security update for python311
Notes
Title of the patch
Security update for python311
Description of the patch
This update for python311 fixes the following issues:
- CVE-2023-6597: Fixed symlink bug in cleanup of tempfile.TemporaryDirectory (bsc#1219666).
- CVE-2023-27043: Fixed incorrect e-mqil parsing (bsc#1210638).
- CVE-2022-25236: Fixed an expat vulnerability by supporting expat >= 2.4.4 (bsc#1212015).
Patchnames
SUSE-2024-782,SUSE-SLE-Module-Public-Cloud-15-SP4-2024-782
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for python311", "title": "Title of the patch" }, { "category": "description", "text": "This update for python311 fixes the following issues:\n\n- CVE-2023-6597: Fixed symlink bug in cleanup of tempfile.TemporaryDirectory (bsc#1219666).\n- CVE-2023-27043: Fixed incorrect e-mqil parsing (bsc#1210638).\n- CVE-2022-25236: Fixed an expat vulnerability by supporting expat \u003e= 2.4.4 (bsc#1212015).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-782,SUSE-SLE-Module-Public-Cloud-15-SP4-2024-782", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_0782-2.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:0782-2", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20240782-2/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:0782-2", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-April/018443.html" }, { "category": "self", "summary": "SUSE Bug 1196025", "url": "https://bugzilla.suse.com/1196025" }, { "category": "self", "summary": "SUSE Bug 1210638", "url": "https://bugzilla.suse.com/1210638" }, { "category": "self", "summary": "SUSE Bug 1219666", "url": "https://bugzilla.suse.com/1219666" }, { "category": "self", "summary": "SUSE CVE CVE-2022-25236 page", "url": "https://www.suse.com/security/cve/CVE-2022-25236/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-27043 page", "url": "https://www.suse.com/security/cve/CVE-2023-27043/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-6597 page", "url": "https://www.suse.com/security/cve/CVE-2023-6597/" } ], "title": "Security update for python311", "tracking": { "current_release_date": "2024-04-30T14:48:41Z", "generator": { "date": "2024-04-30T14:48:41Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:0782-2", "initial_release_date": "2024-04-30T14:48:41Z", "revision_history": [ { "date": "2024-04-30T14:48:41Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "product": { "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "product_id": "libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64" } }, { "category": "product_version", "name": "python311-3.11.8-150400.9.23.1.aarch64", "product": { "name": "python311-3.11.8-150400.9.23.1.aarch64", "product_id": "python311-3.11.8-150400.9.23.1.aarch64" } }, { "category": "product_version", "name": "python311-base-3.11.8-150400.9.23.1.aarch64", "product": { "name": "python311-base-3.11.8-150400.9.23.1.aarch64", "product_id": "python311-base-3.11.8-150400.9.23.1.aarch64" } }, { "category": "product_version", "name": "python311-curses-3.11.8-150400.9.23.1.aarch64", "product": { "name": "python311-curses-3.11.8-150400.9.23.1.aarch64", "product_id": "python311-curses-3.11.8-150400.9.23.1.aarch64" } }, { "category": "product_version", "name": "python311-dbm-3.11.8-150400.9.23.1.aarch64", "product": { "name": "python311-dbm-3.11.8-150400.9.23.1.aarch64", "product_id": "python311-dbm-3.11.8-150400.9.23.1.aarch64" } }, { "category": "product_version", "name": "python311-devel-3.11.8-150400.9.23.1.aarch64", "product": { "name": "python311-devel-3.11.8-150400.9.23.1.aarch64", "product_id": "python311-devel-3.11.8-150400.9.23.1.aarch64" } }, { "category": "product_version", "name": "python311-doc-3.11.8-150400.9.23.1.aarch64", "product": { "name": "python311-doc-3.11.8-150400.9.23.1.aarch64", "product_id": "python311-doc-3.11.8-150400.9.23.1.aarch64" } }, { "category": "product_version", "name": "python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "product": { "name": "python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64", "product_id": "python311-doc-devhelp-3.11.8-150400.9.23.1.aarch64" } }, { "category": "product_version", "name": "python311-idle-3.11.8-150400.9.23.1.aarch64", "product": { "name": "python311-idle-3.11.8-150400.9.23.1.aarch64", "product_id": "python311-idle-3.11.8-150400.9.23.1.aarch64" } }, { "category": "product_version", "name": "python311-testsuite-3.11.8-150400.9.23.1.aarch64", "product": { "name": "python311-testsuite-3.11.8-150400.9.23.1.aarch64", "product_id": "python311-testsuite-3.11.8-150400.9.23.1.aarch64" } }, { "category": "product_version", "name": "python311-tk-3.11.8-150400.9.23.1.aarch64", "product": { "name": "python311-tk-3.11.8-150400.9.23.1.aarch64", "product_id": "python311-tk-3.11.8-150400.9.23.1.aarch64" } }, { "category": "product_version", "name": "python311-tools-3.11.8-150400.9.23.1.aarch64", "product": { "name": "python311-tools-3.11.8-150400.9.23.1.aarch64", "product_id": "python311-tools-3.11.8-150400.9.23.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libpython3_11-1_0-64bit-3.11.8-150400.9.23.1.aarch64_ilp32", "product": { "name": "libpython3_11-1_0-64bit-3.11.8-150400.9.23.1.aarch64_ilp32", "product_id": "libpython3_11-1_0-64bit-3.11.8-150400.9.23.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python311-64bit-3.11.8-150400.9.23.1.aarch64_ilp32", "product": { "name": "python311-64bit-3.11.8-150400.9.23.1.aarch64_ilp32", "product_id": "python311-64bit-3.11.8-150400.9.23.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python311-base-64bit-3.11.8-150400.9.23.1.aarch64_ilp32", "product": { "name": "python311-base-64bit-3.11.8-150400.9.23.1.aarch64_ilp32", "product_id": "python311-base-64bit-3.11.8-150400.9.23.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.i586", "product": { "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.i586", "product_id": "libpython3_11-1_0-3.11.8-150400.9.23.1.i586" } }, { "category": "product_version", "name": "python311-3.11.8-150400.9.23.1.i586", "product": { "name": "python311-3.11.8-150400.9.23.1.i586", "product_id": "python311-3.11.8-150400.9.23.1.i586" } }, { "category": "product_version", "name": "python311-base-3.11.8-150400.9.23.1.i586", "product": { "name": "python311-base-3.11.8-150400.9.23.1.i586", "product_id": "python311-base-3.11.8-150400.9.23.1.i586" } }, { "category": "product_version", "name": "python311-curses-3.11.8-150400.9.23.1.i586", "product": { "name": "python311-curses-3.11.8-150400.9.23.1.i586", "product_id": "python311-curses-3.11.8-150400.9.23.1.i586" } }, { "category": "product_version", "name": "python311-dbm-3.11.8-150400.9.23.1.i586", "product": { "name": "python311-dbm-3.11.8-150400.9.23.1.i586", "product_id": "python311-dbm-3.11.8-150400.9.23.1.i586" } }, { "category": "product_version", "name": "python311-devel-3.11.8-150400.9.23.1.i586", "product": { "name": "python311-devel-3.11.8-150400.9.23.1.i586", "product_id": "python311-devel-3.11.8-150400.9.23.1.i586" } }, { "category": "product_version", "name": "python311-doc-3.11.8-150400.9.23.1.i586", "product": { "name": "python311-doc-3.11.8-150400.9.23.1.i586", "product_id": "python311-doc-3.11.8-150400.9.23.1.i586" } }, { "category": "product_version", "name": "python311-doc-devhelp-3.11.8-150400.9.23.1.i586", "product": { "name": "python311-doc-devhelp-3.11.8-150400.9.23.1.i586", "product_id": "python311-doc-devhelp-3.11.8-150400.9.23.1.i586" } }, { "category": "product_version", "name": "python311-idle-3.11.8-150400.9.23.1.i586", "product": { "name": "python311-idle-3.11.8-150400.9.23.1.i586", "product_id": "python311-idle-3.11.8-150400.9.23.1.i586" } }, { "category": "product_version", "name": "python311-testsuite-3.11.8-150400.9.23.1.i586", "product": { "name": "python311-testsuite-3.11.8-150400.9.23.1.i586", "product_id": "python311-testsuite-3.11.8-150400.9.23.1.i586" } }, { "category": "product_version", "name": "python311-tk-3.11.8-150400.9.23.1.i586", "product": { "name": "python311-tk-3.11.8-150400.9.23.1.i586", "product_id": "python311-tk-3.11.8-150400.9.23.1.i586" } }, { "category": "product_version", "name": "python311-tools-3.11.8-150400.9.23.1.i586", "product": { "name": "python311-tools-3.11.8-150400.9.23.1.i586", "product_id": "python311-tools-3.11.8-150400.9.23.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "product": { "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "product_id": "libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le" } }, { "category": "product_version", "name": "python311-3.11.8-150400.9.23.1.ppc64le", "product": { "name": "python311-3.11.8-150400.9.23.1.ppc64le", "product_id": "python311-3.11.8-150400.9.23.1.ppc64le" } }, { "category": "product_version", "name": "python311-base-3.11.8-150400.9.23.1.ppc64le", "product": { "name": "python311-base-3.11.8-150400.9.23.1.ppc64le", "product_id": "python311-base-3.11.8-150400.9.23.1.ppc64le" } }, { "category": "product_version", "name": "python311-curses-3.11.8-150400.9.23.1.ppc64le", "product": { "name": "python311-curses-3.11.8-150400.9.23.1.ppc64le", "product_id": "python311-curses-3.11.8-150400.9.23.1.ppc64le" } }, { "category": "product_version", "name": "python311-dbm-3.11.8-150400.9.23.1.ppc64le", "product": { "name": "python311-dbm-3.11.8-150400.9.23.1.ppc64le", "product_id": "python311-dbm-3.11.8-150400.9.23.1.ppc64le" } }, { "category": "product_version", "name": "python311-devel-3.11.8-150400.9.23.1.ppc64le", "product": { "name": "python311-devel-3.11.8-150400.9.23.1.ppc64le", "product_id": "python311-devel-3.11.8-150400.9.23.1.ppc64le" } }, { "category": "product_version", "name": "python311-doc-3.11.8-150400.9.23.1.ppc64le", "product": { "name": "python311-doc-3.11.8-150400.9.23.1.ppc64le", "product_id": "python311-doc-3.11.8-150400.9.23.1.ppc64le" } }, { "category": "product_version", "name": "python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "product": { "name": "python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le", "product_id": "python311-doc-devhelp-3.11.8-150400.9.23.1.ppc64le" } }, { "category": "product_version", "name": "python311-idle-3.11.8-150400.9.23.1.ppc64le", "product": { "name": "python311-idle-3.11.8-150400.9.23.1.ppc64le", "product_id": "python311-idle-3.11.8-150400.9.23.1.ppc64le" } }, { "category": "product_version", "name": "python311-testsuite-3.11.8-150400.9.23.1.ppc64le", "product": { "name": "python311-testsuite-3.11.8-150400.9.23.1.ppc64le", "product_id": "python311-testsuite-3.11.8-150400.9.23.1.ppc64le" } }, { "category": "product_version", "name": "python311-tk-3.11.8-150400.9.23.1.ppc64le", "product": { "name": "python311-tk-3.11.8-150400.9.23.1.ppc64le", "product_id": "python311-tk-3.11.8-150400.9.23.1.ppc64le" } }, { "category": "product_version", "name": "python311-tools-3.11.8-150400.9.23.1.ppc64le", "product": { "name": "python311-tools-3.11.8-150400.9.23.1.ppc64le", "product_id": "python311-tools-3.11.8-150400.9.23.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "product": { "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "product_id": "libpython3_11-1_0-3.11.8-150400.9.23.1.s390x" } }, { "category": "product_version", "name": "python311-3.11.8-150400.9.23.1.s390x", "product": { "name": "python311-3.11.8-150400.9.23.1.s390x", "product_id": "python311-3.11.8-150400.9.23.1.s390x" } }, { "category": "product_version", "name": "python311-base-3.11.8-150400.9.23.1.s390x", "product": { "name": "python311-base-3.11.8-150400.9.23.1.s390x", "product_id": "python311-base-3.11.8-150400.9.23.1.s390x" } }, { "category": "product_version", "name": "python311-curses-3.11.8-150400.9.23.1.s390x", "product": { "name": "python311-curses-3.11.8-150400.9.23.1.s390x", "product_id": "python311-curses-3.11.8-150400.9.23.1.s390x" } }, { "category": "product_version", "name": "python311-dbm-3.11.8-150400.9.23.1.s390x", "product": { "name": "python311-dbm-3.11.8-150400.9.23.1.s390x", "product_id": "python311-dbm-3.11.8-150400.9.23.1.s390x" } }, { "category": "product_version", "name": "python311-devel-3.11.8-150400.9.23.1.s390x", "product": { "name": "python311-devel-3.11.8-150400.9.23.1.s390x", "product_id": "python311-devel-3.11.8-150400.9.23.1.s390x" } }, { "category": "product_version", "name": "python311-doc-3.11.8-150400.9.23.1.s390x", "product": { "name": "python311-doc-3.11.8-150400.9.23.1.s390x", "product_id": "python311-doc-3.11.8-150400.9.23.1.s390x" } }, { "category": "product_version", "name": "python311-doc-devhelp-3.11.8-150400.9.23.1.s390x", "product": { "name": "python311-doc-devhelp-3.11.8-150400.9.23.1.s390x", "product_id": "python311-doc-devhelp-3.11.8-150400.9.23.1.s390x" } }, { "category": "product_version", "name": "python311-idle-3.11.8-150400.9.23.1.s390x", "product": { "name": "python311-idle-3.11.8-150400.9.23.1.s390x", "product_id": "python311-idle-3.11.8-150400.9.23.1.s390x" } }, { "category": "product_version", "name": "python311-testsuite-3.11.8-150400.9.23.1.s390x", "product": { "name": "python311-testsuite-3.11.8-150400.9.23.1.s390x", "product_id": "python311-testsuite-3.11.8-150400.9.23.1.s390x" } }, { "category": "product_version", "name": "python311-tk-3.11.8-150400.9.23.1.s390x", "product": { "name": "python311-tk-3.11.8-150400.9.23.1.s390x", "product_id": "python311-tk-3.11.8-150400.9.23.1.s390x" } }, { "category": "product_version", "name": "python311-tools-3.11.8-150400.9.23.1.s390x", "product": { "name": "python311-tools-3.11.8-150400.9.23.1.s390x", "product_id": "python311-tools-3.11.8-150400.9.23.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "product": { "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "product_id": "libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64" } }, { "category": "product_version", "name": "libpython3_11-1_0-32bit-3.11.8-150400.9.23.1.x86_64", "product": { "name": "libpython3_11-1_0-32bit-3.11.8-150400.9.23.1.x86_64", "product_id": "libpython3_11-1_0-32bit-3.11.8-150400.9.23.1.x86_64" } }, { "category": "product_version", "name": "python311-3.11.8-150400.9.23.1.x86_64", "product": { "name": "python311-3.11.8-150400.9.23.1.x86_64", "product_id": "python311-3.11.8-150400.9.23.1.x86_64" } }, { "category": "product_version", "name": "python311-32bit-3.11.8-150400.9.23.1.x86_64", "product": { "name": "python311-32bit-3.11.8-150400.9.23.1.x86_64", "product_id": "python311-32bit-3.11.8-150400.9.23.1.x86_64" } }, { "category": "product_version", "name": "python311-base-3.11.8-150400.9.23.1.x86_64", "product": { "name": "python311-base-3.11.8-150400.9.23.1.x86_64", "product_id": "python311-base-3.11.8-150400.9.23.1.x86_64" } }, { "category": "product_version", "name": "python311-base-32bit-3.11.8-150400.9.23.1.x86_64", "product": { "name": "python311-base-32bit-3.11.8-150400.9.23.1.x86_64", "product_id": "python311-base-32bit-3.11.8-150400.9.23.1.x86_64" } }, { "category": "product_version", "name": "python311-curses-3.11.8-150400.9.23.1.x86_64", "product": { "name": "python311-curses-3.11.8-150400.9.23.1.x86_64", "product_id": "python311-curses-3.11.8-150400.9.23.1.x86_64" } }, { "category": "product_version", "name": "python311-dbm-3.11.8-150400.9.23.1.x86_64", "product": { "name": "python311-dbm-3.11.8-150400.9.23.1.x86_64", "product_id": "python311-dbm-3.11.8-150400.9.23.1.x86_64" } }, { "category": "product_version", "name": "python311-devel-3.11.8-150400.9.23.1.x86_64", "product": { "name": "python311-devel-3.11.8-150400.9.23.1.x86_64", "product_id": "python311-devel-3.11.8-150400.9.23.1.x86_64" } }, { "category": "product_version", "name": "python311-doc-3.11.8-150400.9.23.1.x86_64", "product": { "name": "python311-doc-3.11.8-150400.9.23.1.x86_64", "product_id": "python311-doc-3.11.8-150400.9.23.1.x86_64" } }, { "category": "product_version", "name": "python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "product": { "name": "python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64", "product_id": "python311-doc-devhelp-3.11.8-150400.9.23.1.x86_64" } }, { "category": "product_version", "name": "python311-idle-3.11.8-150400.9.23.1.x86_64", "product": { "name": "python311-idle-3.11.8-150400.9.23.1.x86_64", "product_id": "python311-idle-3.11.8-150400.9.23.1.x86_64" } }, { "category": "product_version", "name": "python311-testsuite-3.11.8-150400.9.23.1.x86_64", "product": { "name": "python311-testsuite-3.11.8-150400.9.23.1.x86_64", "product_id": "python311-testsuite-3.11.8-150400.9.23.1.x86_64" } }, { "category": "product_version", "name": "python311-tk-3.11.8-150400.9.23.1.x86_64", "product": { "name": "python311-tk-3.11.8-150400.9.23.1.x86_64", "product_id": "python311-tk-3.11.8-150400.9.23.1.x86_64" } }, { "category": "product_version", "name": "python311-tools-3.11.8-150400.9.23.1.x86_64", "product": { "name": "python311-tools-3.11.8-150400.9.23.1.x86_64", "product_id": "python311-tools-3.11.8-150400.9.23.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Public Cloud 15 SP4", "product": { "name": "SUSE Linux Enterprise Module for Public Cloud 15 SP4", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp4" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.s390x" }, "product_reference": "libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.8-150400.9.23.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.8-150400.9.23.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.8-150400.9.23.1.s390x" }, "product_reference": "python311-3.11.8-150400.9.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.8-150400.9.23.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.8-150400.9.23.1.aarch64" }, "product_reference": "python311-base-3.11.8-150400.9.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.8-150400.9.23.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.8-150400.9.23.1.ppc64le" }, "product_reference": "python311-base-3.11.8-150400.9.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.8-150400.9.23.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.8-150400.9.23.1.s390x" }, "product_reference": "python311-base-3.11.8-150400.9.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.8-150400.9.23.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.8-150400.9.23.1.x86_64" }, "product_reference": "python311-base-3.11.8-150400.9.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-25236", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-25236" } ], "notes": [ { "category": "general", "text": "xmlparse.c in Expat (aka libexpat) before 2.4.5 allows attackers to insert namespace-separator characters into namespace URIs.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.8-150400.9.23.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2022-25236", "url": "https://www.suse.com/security/cve/CVE-2022-25236" }, { "category": "external", "summary": "SUSE Bug 1196025 for CVE-2022-25236", "url": "https://bugzilla.suse.com/1196025" }, { "category": "external", "summary": "SUSE Bug 1196784 for CVE-2022-25236", "url": "https://bugzilla.suse.com/1196784" }, { "category": "external", "summary": "SUSE Bug 1197217 for CVE-2022-25236", "url": "https://bugzilla.suse.com/1197217" }, { "category": "external", "summary": "SUSE Bug 1200038 for CVE-2022-25236", "url": "https://bugzilla.suse.com/1200038" }, { "category": "external", "summary": "SUSE Bug 1201735 for CVE-2022-25236", "url": "https://bugzilla.suse.com/1201735" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.8-150400.9.23.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.8-150400.9.23.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-04-30T14:48:41Z", "details": "important" } ], "title": "CVE-2022-25236" }, { "cve": "CVE-2023-27043", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-27043" } ], "notes": [ { "category": "general", "text": "The email module of Python through 3.11.3 incorrectly parses e-mail addresses that contain a special character. The wrong portion of an RFC2822 header is identified as the value of the addr-spec. In some applications, an attacker can bypass a protection mechanism in which application access is granted only after verifying receipt of e-mail to a specific domain (e.g., only @company.example.com addresses may be used for signup). This occurs in email/_parseaddr.py in recent versions of Python.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.8-150400.9.23.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-27043", "url": "https://www.suse.com/security/cve/CVE-2023-27043" }, { "category": "external", "summary": "SUSE Bug 1210638 for CVE-2023-27043", "url": "https://bugzilla.suse.com/1210638" }, { "category": "external", "summary": "SUSE Bug 1222537 for CVE-2023-27043", "url": "https://bugzilla.suse.com/1222537" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.8-150400.9.23.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.8-150400.9.23.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-04-30T14:48:41Z", "details": "moderate" } ], "title": "CVE-2023-27043" }, { "cve": "CVE-2023-6597", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-6597" } ], "notes": [ { "category": "general", "text": "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", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.8-150400.9.23.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-6597", "url": "https://www.suse.com/security/cve/CVE-2023-6597" }, { "category": "external", "summary": "SUSE Bug 1219666 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1219666" }, { "category": "external", "summary": "SUSE Bug 1221854 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1221854" }, { "category": "external", "summary": "SUSE Bug 1224879 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1224879" }, { "category": "external", "summary": "SUSE Bug 1225185 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1225185" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.8-150400.9.23.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.8-150400.9.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.8-150400.9.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.8-150400.9.23.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.8-150400.9.23.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.8-150400.9.23.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-04-30T14:48:41Z", "details": "important" } ], "title": "CVE-2023-6597" } ] }
suse-su-2024:1556-1
Vulnerability from csaf_suse
Published
2024-05-08 09:40
Modified
2024-05-08 09:40
Summary
Security update for python311
Notes
Title of the patch
Security update for python311
Description of the patch
This update for python311 fixes the following issues:
- CVE-2024-0450: Fixed 'quoted-overlap' issue inside the zipfile module (bsc#1221854).
- CVE-2023-6597: Fixed removing tempfile.TemporaryDirectory in some edge cases related to symlinks (bsc#1219666).
- CVE-2023-52425: Fixed denial of service (resource consumption) caused by processing large tokens (bsc#1219559).
Bug fixes:
- Eliminate ResourceWarning which broke the test suite in test_asyncio (bsc#1221260).
- Revert use of %autopatch (bsc#1189495).
- Use the system-wide crypto-policies (bsc#1211301).
Patchnames
SUSE-2024-1556,SUSE-SLE-Module-Public-Cloud-15-SP4-2024-1556,SUSE-SLE-Module-Python3-15-SP5-2024-1556,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-1556,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-1556,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-1556,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-1556,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-1556,openSUSE-SLE-15.5-2024-1556
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for python311", "title": "Title of the patch" }, { "category": "description", "text": "This update for python311 fixes the following issues:\n\n- CVE-2024-0450: Fixed \u0027quoted-overlap\u0027 issue inside the zipfile module (bsc#1221854).\n- CVE-2023-6597: Fixed removing tempfile.TemporaryDirectory in some edge cases related to symlinks (bsc#1219666).\n- CVE-2023-52425: Fixed denial of service (resource consumption) caused by processing large tokens (bsc#1219559).\n\nBug fixes:\n\n- Eliminate ResourceWarning which broke the test suite in test_asyncio (bsc#1221260).\n- Revert use of %autopatch (bsc#1189495).\n- Use the system-wide crypto-policies (bsc#1211301).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-1556,SUSE-SLE-Module-Public-Cloud-15-SP4-2024-1556,SUSE-SLE-Module-Python3-15-SP5-2024-1556,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-1556,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-1556,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-1556,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-1556,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-1556,openSUSE-SLE-15.5-2024-1556", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_1556-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:1556-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20241556-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:1556-1", "url": "https://lists.suse.com/pipermail/sle-updates/2024-May/035199.html" }, { "category": "self", "summary": "SUSE Bug 1189495", "url": "https://bugzilla.suse.com/1189495" }, { "category": "self", "summary": "SUSE Bug 1211301", "url": "https://bugzilla.suse.com/1211301" }, { "category": "self", "summary": "SUSE Bug 1219559", "url": "https://bugzilla.suse.com/1219559" }, { "category": "self", "summary": "SUSE Bug 1219666", "url": "https://bugzilla.suse.com/1219666" }, { "category": "self", "summary": "SUSE Bug 1221260", "url": "https://bugzilla.suse.com/1221260" }, { "category": "self", "summary": "SUSE Bug 1221854", "url": "https://bugzilla.suse.com/1221854" }, { "category": "self", "summary": "SUSE CVE CVE-2023-52425 page", "url": "https://www.suse.com/security/cve/CVE-2023-52425/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-6597 page", "url": "https://www.suse.com/security/cve/CVE-2023-6597/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-0450 page", "url": "https://www.suse.com/security/cve/CVE-2024-0450/" } ], "title": "Security update for python311", "tracking": { "current_release_date": "2024-05-08T09:40:49Z", "generator": { "date": "2024-05-08T09:40:49Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:1556-1", "initial_release_date": "2024-05-08T09:40:49Z", "revision_history": [ { "date": "2024-05-08T09:40:49Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "product": { "name": "libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "product_id": "libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64" } }, { "category": "product_version", "name": "python311-3.11.9-150400.9.26.1.aarch64", "product": { "name": "python311-3.11.9-150400.9.26.1.aarch64", "product_id": "python311-3.11.9-150400.9.26.1.aarch64" } }, { "category": "product_version", "name": "python311-base-3.11.9-150400.9.26.1.aarch64", "product": { "name": "python311-base-3.11.9-150400.9.26.1.aarch64", "product_id": "python311-base-3.11.9-150400.9.26.1.aarch64" } }, { "category": "product_version", "name": "python311-curses-3.11.9-150400.9.26.1.aarch64", "product": { "name": "python311-curses-3.11.9-150400.9.26.1.aarch64", "product_id": "python311-curses-3.11.9-150400.9.26.1.aarch64" } }, { "category": "product_version", "name": "python311-dbm-3.11.9-150400.9.26.1.aarch64", "product": { "name": "python311-dbm-3.11.9-150400.9.26.1.aarch64", "product_id": "python311-dbm-3.11.9-150400.9.26.1.aarch64" } }, { "category": "product_version", "name": "python311-devel-3.11.9-150400.9.26.1.aarch64", "product": { "name": "python311-devel-3.11.9-150400.9.26.1.aarch64", "product_id": "python311-devel-3.11.9-150400.9.26.1.aarch64" } }, { "category": "product_version", "name": "python311-doc-3.11.9-150400.9.26.1.aarch64", "product": { "name": "python311-doc-3.11.9-150400.9.26.1.aarch64", "product_id": "python311-doc-3.11.9-150400.9.26.1.aarch64" } }, { "category": "product_version", "name": "python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "product": { "name": "python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "product_id": "python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64" } }, { "category": "product_version", "name": "python311-idle-3.11.9-150400.9.26.1.aarch64", "product": { "name": "python311-idle-3.11.9-150400.9.26.1.aarch64", "product_id": "python311-idle-3.11.9-150400.9.26.1.aarch64" } }, { "category": "product_version", "name": "python311-testsuite-3.11.9-150400.9.26.1.aarch64", "product": { "name": "python311-testsuite-3.11.9-150400.9.26.1.aarch64", "product_id": "python311-testsuite-3.11.9-150400.9.26.1.aarch64" } }, { "category": "product_version", "name": "python311-tk-3.11.9-150400.9.26.1.aarch64", "product": { "name": "python311-tk-3.11.9-150400.9.26.1.aarch64", "product_id": "python311-tk-3.11.9-150400.9.26.1.aarch64" } }, { "category": "product_version", "name": "python311-tools-3.11.9-150400.9.26.1.aarch64", "product": { "name": "python311-tools-3.11.9-150400.9.26.1.aarch64", "product_id": "python311-tools-3.11.9-150400.9.26.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libpython3_11-1_0-64bit-3.11.9-150400.9.26.1.aarch64_ilp32", "product": { "name": "libpython3_11-1_0-64bit-3.11.9-150400.9.26.1.aarch64_ilp32", "product_id": "libpython3_11-1_0-64bit-3.11.9-150400.9.26.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python311-64bit-3.11.9-150400.9.26.1.aarch64_ilp32", "product": { "name": "python311-64bit-3.11.9-150400.9.26.1.aarch64_ilp32", "product_id": "python311-64bit-3.11.9-150400.9.26.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python311-base-64bit-3.11.9-150400.9.26.1.aarch64_ilp32", "product": { "name": "python311-base-64bit-3.11.9-150400.9.26.1.aarch64_ilp32", "product_id": "python311-base-64bit-3.11.9-150400.9.26.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libpython3_11-1_0-3.11.9-150400.9.26.1.i586", "product": { "name": "libpython3_11-1_0-3.11.9-150400.9.26.1.i586", "product_id": "libpython3_11-1_0-3.11.9-150400.9.26.1.i586" } }, { "category": "product_version", "name": "python311-3.11.9-150400.9.26.1.i586", "product": { "name": "python311-3.11.9-150400.9.26.1.i586", "product_id": "python311-3.11.9-150400.9.26.1.i586" } }, { "category": "product_version", "name": "python311-base-3.11.9-150400.9.26.1.i586", "product": { "name": "python311-base-3.11.9-150400.9.26.1.i586", "product_id": "python311-base-3.11.9-150400.9.26.1.i586" } }, { "category": "product_version", "name": "python311-curses-3.11.9-150400.9.26.1.i586", "product": { "name": "python311-curses-3.11.9-150400.9.26.1.i586", "product_id": "python311-curses-3.11.9-150400.9.26.1.i586" } }, { "category": "product_version", "name": "python311-dbm-3.11.9-150400.9.26.1.i586", "product": { "name": "python311-dbm-3.11.9-150400.9.26.1.i586", "product_id": "python311-dbm-3.11.9-150400.9.26.1.i586" } }, { "category": "product_version", "name": "python311-devel-3.11.9-150400.9.26.1.i586", "product": { "name": "python311-devel-3.11.9-150400.9.26.1.i586", "product_id": "python311-devel-3.11.9-150400.9.26.1.i586" } }, { "category": "product_version", "name": "python311-doc-3.11.9-150400.9.26.1.i586", "product": { "name": "python311-doc-3.11.9-150400.9.26.1.i586", "product_id": "python311-doc-3.11.9-150400.9.26.1.i586" } }, { "category": "product_version", "name": "python311-doc-devhelp-3.11.9-150400.9.26.1.i586", "product": { "name": "python311-doc-devhelp-3.11.9-150400.9.26.1.i586", "product_id": "python311-doc-devhelp-3.11.9-150400.9.26.1.i586" } }, { "category": "product_version", "name": "python311-idle-3.11.9-150400.9.26.1.i586", "product": { "name": "python311-idle-3.11.9-150400.9.26.1.i586", "product_id": "python311-idle-3.11.9-150400.9.26.1.i586" } }, { "category": "product_version", "name": "python311-testsuite-3.11.9-150400.9.26.1.i586", "product": { "name": "python311-testsuite-3.11.9-150400.9.26.1.i586", "product_id": "python311-testsuite-3.11.9-150400.9.26.1.i586" } }, { "category": "product_version", "name": "python311-tk-3.11.9-150400.9.26.1.i586", "product": { "name": "python311-tk-3.11.9-150400.9.26.1.i586", "product_id": "python311-tk-3.11.9-150400.9.26.1.i586" } }, { "category": "product_version", "name": "python311-tools-3.11.9-150400.9.26.1.i586", "product": { "name": "python311-tools-3.11.9-150400.9.26.1.i586", "product_id": "python311-tools-3.11.9-150400.9.26.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "product": { "name": "libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "product_id": "libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le" } }, { "category": "product_version", "name": "python311-3.11.9-150400.9.26.1.ppc64le", "product": { "name": "python311-3.11.9-150400.9.26.1.ppc64le", "product_id": "python311-3.11.9-150400.9.26.1.ppc64le" } }, { "category": "product_version", "name": "python311-base-3.11.9-150400.9.26.1.ppc64le", "product": { "name": "python311-base-3.11.9-150400.9.26.1.ppc64le", "product_id": "python311-base-3.11.9-150400.9.26.1.ppc64le" } }, { "category": "product_version", "name": "python311-curses-3.11.9-150400.9.26.1.ppc64le", "product": { "name": "python311-curses-3.11.9-150400.9.26.1.ppc64le", "product_id": "python311-curses-3.11.9-150400.9.26.1.ppc64le" } }, { "category": "product_version", "name": "python311-dbm-3.11.9-150400.9.26.1.ppc64le", "product": { "name": "python311-dbm-3.11.9-150400.9.26.1.ppc64le", "product_id": "python311-dbm-3.11.9-150400.9.26.1.ppc64le" } }, { "category": "product_version", "name": "python311-devel-3.11.9-150400.9.26.1.ppc64le", "product": { "name": "python311-devel-3.11.9-150400.9.26.1.ppc64le", "product_id": "python311-devel-3.11.9-150400.9.26.1.ppc64le" } }, { "category": "product_version", "name": "python311-doc-3.11.9-150400.9.26.1.ppc64le", "product": { "name": "python311-doc-3.11.9-150400.9.26.1.ppc64le", "product_id": "python311-doc-3.11.9-150400.9.26.1.ppc64le" } }, { "category": "product_version", "name": "python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "product": { "name": "python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "product_id": "python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le" } }, { "category": "product_version", "name": "python311-idle-3.11.9-150400.9.26.1.ppc64le", "product": { "name": "python311-idle-3.11.9-150400.9.26.1.ppc64le", "product_id": "python311-idle-3.11.9-150400.9.26.1.ppc64le" } }, { "category": "product_version", "name": "python311-testsuite-3.11.9-150400.9.26.1.ppc64le", "product": { "name": "python311-testsuite-3.11.9-150400.9.26.1.ppc64le", "product_id": "python311-testsuite-3.11.9-150400.9.26.1.ppc64le" } }, { "category": "product_version", "name": "python311-tk-3.11.9-150400.9.26.1.ppc64le", "product": { "name": "python311-tk-3.11.9-150400.9.26.1.ppc64le", "product_id": "python311-tk-3.11.9-150400.9.26.1.ppc64le" } }, { "category": "product_version", "name": "python311-tools-3.11.9-150400.9.26.1.ppc64le", "product": { "name": "python311-tools-3.11.9-150400.9.26.1.ppc64le", "product_id": "python311-tools-3.11.9-150400.9.26.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "product": { "name": "libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "product_id": "libpython3_11-1_0-3.11.9-150400.9.26.1.s390x" } }, { "category": "product_version", "name": "python311-3.11.9-150400.9.26.1.s390x", "product": { "name": "python311-3.11.9-150400.9.26.1.s390x", "product_id": "python311-3.11.9-150400.9.26.1.s390x" } }, { "category": "product_version", "name": "python311-base-3.11.9-150400.9.26.1.s390x", "product": { "name": "python311-base-3.11.9-150400.9.26.1.s390x", "product_id": "python311-base-3.11.9-150400.9.26.1.s390x" } }, { "category": "product_version", "name": "python311-curses-3.11.9-150400.9.26.1.s390x", "product": { "name": "python311-curses-3.11.9-150400.9.26.1.s390x", "product_id": "python311-curses-3.11.9-150400.9.26.1.s390x" } }, { "category": "product_version", "name": "python311-dbm-3.11.9-150400.9.26.1.s390x", "product": { "name": "python311-dbm-3.11.9-150400.9.26.1.s390x", "product_id": "python311-dbm-3.11.9-150400.9.26.1.s390x" } }, { "category": "product_version", "name": "python311-devel-3.11.9-150400.9.26.1.s390x", "product": { "name": "python311-devel-3.11.9-150400.9.26.1.s390x", "product_id": "python311-devel-3.11.9-150400.9.26.1.s390x" } }, { "category": "product_version", "name": "python311-doc-3.11.9-150400.9.26.1.s390x", "product": { "name": "python311-doc-3.11.9-150400.9.26.1.s390x", "product_id": "python311-doc-3.11.9-150400.9.26.1.s390x" } }, { "category": "product_version", "name": "python311-doc-devhelp-3.11.9-150400.9.26.1.s390x", "product": { "name": "python311-doc-devhelp-3.11.9-150400.9.26.1.s390x", "product_id": "python311-doc-devhelp-3.11.9-150400.9.26.1.s390x" } }, { "category": "product_version", "name": "python311-idle-3.11.9-150400.9.26.1.s390x", "product": { "name": "python311-idle-3.11.9-150400.9.26.1.s390x", "product_id": "python311-idle-3.11.9-150400.9.26.1.s390x" } }, { "category": "product_version", "name": "python311-testsuite-3.11.9-150400.9.26.1.s390x", "product": { "name": "python311-testsuite-3.11.9-150400.9.26.1.s390x", "product_id": "python311-testsuite-3.11.9-150400.9.26.1.s390x" } }, { "category": "product_version", "name": "python311-tk-3.11.9-150400.9.26.1.s390x", "product": { "name": "python311-tk-3.11.9-150400.9.26.1.s390x", "product_id": "python311-tk-3.11.9-150400.9.26.1.s390x" } }, { "category": "product_version", "name": "python311-tools-3.11.9-150400.9.26.1.s390x", "product": { "name": "python311-tools-3.11.9-150400.9.26.1.s390x", "product_id": "python311-tools-3.11.9-150400.9.26.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "product": { "name": "libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "product_id": "libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64" } }, { "category": "product_version", "name": "libpython3_11-1_0-32bit-3.11.9-150400.9.26.1.x86_64", "product": { "name": "libpython3_11-1_0-32bit-3.11.9-150400.9.26.1.x86_64", "product_id": "libpython3_11-1_0-32bit-3.11.9-150400.9.26.1.x86_64" } }, { "category": "product_version", "name": "python311-3.11.9-150400.9.26.1.x86_64", "product": { "name": "python311-3.11.9-150400.9.26.1.x86_64", "product_id": "python311-3.11.9-150400.9.26.1.x86_64" } }, { "category": "product_version", "name": "python311-32bit-3.11.9-150400.9.26.1.x86_64", "product": { "name": "python311-32bit-3.11.9-150400.9.26.1.x86_64", "product_id": "python311-32bit-3.11.9-150400.9.26.1.x86_64" } }, { "category": "product_version", "name": "python311-base-3.11.9-150400.9.26.1.x86_64", "product": { "name": "python311-base-3.11.9-150400.9.26.1.x86_64", "product_id": "python311-base-3.11.9-150400.9.26.1.x86_64" } }, { "category": "product_version", "name": "python311-base-32bit-3.11.9-150400.9.26.1.x86_64", "product": { "name": "python311-base-32bit-3.11.9-150400.9.26.1.x86_64", "product_id": "python311-base-32bit-3.11.9-150400.9.26.1.x86_64" } }, { "category": "product_version", "name": "python311-curses-3.11.9-150400.9.26.1.x86_64", "product": { "name": "python311-curses-3.11.9-150400.9.26.1.x86_64", "product_id": "python311-curses-3.11.9-150400.9.26.1.x86_64" } }, { "category": "product_version", "name": "python311-dbm-3.11.9-150400.9.26.1.x86_64", "product": { "name": "python311-dbm-3.11.9-150400.9.26.1.x86_64", "product_id": "python311-dbm-3.11.9-150400.9.26.1.x86_64" } }, { "category": "product_version", "name": "python311-devel-3.11.9-150400.9.26.1.x86_64", "product": { "name": "python311-devel-3.11.9-150400.9.26.1.x86_64", "product_id": "python311-devel-3.11.9-150400.9.26.1.x86_64" } }, { "category": "product_version", "name": "python311-doc-3.11.9-150400.9.26.1.x86_64", "product": { "name": "python311-doc-3.11.9-150400.9.26.1.x86_64", "product_id": "python311-doc-3.11.9-150400.9.26.1.x86_64" } }, { "category": "product_version", "name": "python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "product": { "name": "python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "product_id": "python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64" } }, { "category": "product_version", "name": "python311-idle-3.11.9-150400.9.26.1.x86_64", "product": { "name": "python311-idle-3.11.9-150400.9.26.1.x86_64", "product_id": "python311-idle-3.11.9-150400.9.26.1.x86_64" } }, { "category": "product_version", "name": "python311-testsuite-3.11.9-150400.9.26.1.x86_64", "product": { "name": "python311-testsuite-3.11.9-150400.9.26.1.x86_64", "product_id": "python311-testsuite-3.11.9-150400.9.26.1.x86_64" } }, { "category": "product_version", "name": "python311-tk-3.11.9-150400.9.26.1.x86_64", "product": { "name": "python311-tk-3.11.9-150400.9.26.1.x86_64", "product_id": "python311-tk-3.11.9-150400.9.26.1.x86_64" } }, { "category": "product_version", "name": "python311-tools-3.11.9-150400.9.26.1.x86_64", "product": { "name": "python311-tools-3.11.9-150400.9.26.1.x86_64", "product_id": "python311-tools-3.11.9-150400.9.26.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Public Cloud 15 SP4", "product": { "name": "SUSE Linux Enterprise Module for Public Cloud 15 SP4", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Python 3 15 SP5", "product": { "name": "SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-python3:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp4" } } }, { "category": "product_name", "name": "openSUSE Leap 15.5", "product": { "name": "openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.9-150400.9.26.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.s390x" }, "product_reference": "libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.9-150400.9.26.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.9-150400.9.26.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.26.1.s390x" }, "product_reference": "python311-3.11.9-150400.9.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-base-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.9-150400.9.26.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-base-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.9-150400.9.26.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.26.1.s390x" }, "product_reference": "python311-base-3.11.9-150400.9.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-base-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.9-150400.9.26.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.26.1.s390x" }, "product_reference": "libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.9-150400.9.26.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.9-150400.9.26.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.26.1.s390x" }, "product_reference": "python311-3.11.9-150400.9.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-base-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.9-150400.9.26.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-base-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.9-150400.9.26.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.26.1.s390x" }, "product_reference": "python311-base-3.11.9-150400.9.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-base-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-curses-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.9-150400.9.26.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-curses-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.9-150400.9.26.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.26.1.s390x" }, "product_reference": "python311-curses-3.11.9-150400.9.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-curses-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-dbm-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.9-150400.9.26.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-dbm-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.9-150400.9.26.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.26.1.s390x" }, "product_reference": "python311-dbm-3.11.9-150400.9.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-dbm-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-devel-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.9-150400.9.26.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-devel-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.9-150400.9.26.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.26.1.s390x" }, "product_reference": "python311-devel-3.11.9-150400.9.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-devel-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-doc-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-3.11.9-150400.9.26.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-doc-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-3.11.9-150400.9.26.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.26.1.s390x" }, "product_reference": "python311-doc-3.11.9-150400.9.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-doc-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-devhelp-3.11.9-150400.9.26.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.26.1.s390x" }, "product_reference": "python311-doc-devhelp-3.11.9-150400.9.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-idle-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.9-150400.9.26.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-idle-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.9-150400.9.26.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.26.1.s390x" }, "product_reference": "python311-idle-3.11.9-150400.9.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-idle-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-tk-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.9-150400.9.26.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-tk-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.9-150400.9.26.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.26.1.s390x" }, "product_reference": "python311-tk-3.11.9-150400.9.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-tk-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-tools-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.9-150400.9.26.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-tools-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.9-150400.9.26.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.26.1.s390x" }, "product_reference": "python311-tools-3.11.9-150400.9.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-tools-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-base-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-base-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-curses-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-curses-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-dbm-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-dbm-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-devel-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-devel-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-doc-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-doc-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-idle-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-idle-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-tk-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-tk-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-tools-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-tools-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-base-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-base-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-curses-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-curses-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-dbm-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-dbm-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-devel-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-devel-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-doc-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-doc-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-idle-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-idle-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-tk-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-tk-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-tools-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-tools-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.9-150400.9.26.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.s390x" }, "product_reference": "libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.9-150400.9.26.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.9-150400.9.26.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.s390x" }, "product_reference": "python311-3.11.9-150400.9.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-base-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.9-150400.9.26.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-base-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.9-150400.9.26.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.s390x" }, "product_reference": "python311-base-3.11.9-150400.9.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-base-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-curses-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.9-150400.9.26.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-curses-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.9-150400.9.26.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.s390x" }, "product_reference": "python311-curses-3.11.9-150400.9.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-curses-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-dbm-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.9-150400.9.26.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-dbm-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.9-150400.9.26.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.s390x" }, "product_reference": "python311-dbm-3.11.9-150400.9.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-dbm-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-devel-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.9-150400.9.26.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-devel-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.9-150400.9.26.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.s390x" }, "product_reference": "python311-devel-3.11.9-150400.9.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-devel-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-doc-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-3.11.9-150400.9.26.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-doc-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-3.11.9-150400.9.26.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.s390x" }, "product_reference": "python311-doc-3.11.9-150400.9.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-doc-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-devhelp-3.11.9-150400.9.26.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.s390x" }, "product_reference": "python311-doc-devhelp-3.11.9-150400.9.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-idle-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.9-150400.9.26.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-idle-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.9-150400.9.26.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.s390x" }, "product_reference": "python311-idle-3.11.9-150400.9.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-idle-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-tk-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.9-150400.9.26.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-tk-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.9-150400.9.26.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.s390x" }, "product_reference": "python311-tk-3.11.9-150400.9.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-tk-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.9-150400.9.26.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-tools-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.9-150400.9.26.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-tools-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.9-150400.9.26.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.s390x" }, "product_reference": "python311-tools-3.11.9-150400.9.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-tools-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.9-150400.9.26.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.9-150400.9.26.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-base-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-base-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.9-150400.9.26.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-curses-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-curses-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.9-150400.9.26.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-dbm-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-dbm-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.9-150400.9.26.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-devel-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-devel-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-3.11.9-150400.9.26.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-doc-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-doc-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.9-150400.9.26.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-idle-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-idle-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.9-150400.9.26.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-tk-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-tk-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.9-150400.9.26.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-tools-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.9-150400.9.26.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-tools-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.9-150400.9.26.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.26.1.s390x" }, "product_reference": "libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-32bit-3.11.9-150400.9.26.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "libpython3_11-1_0-32bit-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.9-150400.9.26.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.9-150400.9.26.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.9-150400.9.26.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-3.11.9-150400.9.26.1.s390x" }, "product_reference": "python311-3.11.9-150400.9.26.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.9-150400.9.26.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-32bit-3.11.9-150400.9.26.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-32bit-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-32bit-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.9-150400.9.26.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-base-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.9-150400.9.26.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-base-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.9-150400.9.26.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.26.1.s390x" }, "product_reference": "python311-base-3.11.9-150400.9.26.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.9-150400.9.26.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-base-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-32bit-3.11.9-150400.9.26.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-base-32bit-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-base-32bit-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.9-150400.9.26.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-curses-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.9-150400.9.26.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-curses-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.9-150400.9.26.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.26.1.s390x" }, "product_reference": "python311-curses-3.11.9-150400.9.26.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.9-150400.9.26.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-curses-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.9-150400.9.26.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-dbm-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.9-150400.9.26.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-dbm-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.9-150400.9.26.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.26.1.s390x" }, "product_reference": "python311-dbm-3.11.9-150400.9.26.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.9-150400.9.26.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-dbm-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.9-150400.9.26.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-devel-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.9-150400.9.26.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-devel-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.9-150400.9.26.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.26.1.s390x" }, "product_reference": "python311-devel-3.11.9-150400.9.26.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.9-150400.9.26.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-devel-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-3.11.9-150400.9.26.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-doc-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-3.11.9-150400.9.26.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-doc-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-3.11.9-150400.9.26.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.26.1.s390x" }, "product_reference": "python311-doc-3.11.9-150400.9.26.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-3.11.9-150400.9.26.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-doc-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-devhelp-3.11.9-150400.9.26.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.26.1.s390x" }, "product_reference": "python311-doc-devhelp-3.11.9-150400.9.26.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.9-150400.9.26.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-idle-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.9-150400.9.26.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-idle-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.9-150400.9.26.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.26.1.s390x" }, "product_reference": "python311-idle-3.11.9-150400.9.26.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.9-150400.9.26.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-idle-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-testsuite-3.11.9-150400.9.26.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-testsuite-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-testsuite-3.11.9-150400.9.26.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-testsuite-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-testsuite-3.11.9-150400.9.26.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.26.1.s390x" }, "product_reference": "python311-testsuite-3.11.9-150400.9.26.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-testsuite-3.11.9-150400.9.26.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-testsuite-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.9-150400.9.26.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-tk-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.9-150400.9.26.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-tk-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.9-150400.9.26.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.26.1.s390x" }, "product_reference": "python311-tk-3.11.9-150400.9.26.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.9-150400.9.26.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-tk-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.9-150400.9.26.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.26.1.aarch64" }, "product_reference": "python311-tools-3.11.9-150400.9.26.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.9-150400.9.26.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.26.1.ppc64le" }, "product_reference": "python311-tools-3.11.9-150400.9.26.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.9-150400.9.26.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.26.1.s390x" }, "product_reference": "python311-tools-3.11.9-150400.9.26.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.9-150400.9.26.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.26.1.x86_64" }, "product_reference": "python311-tools-3.11.9-150400.9.26.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-52425", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-52425" } ], "notes": [ { "category": "general", "text": "libexpat through 2.5.0 allows a denial of service (resource consumption) because many full reparsings are required in the case of a large token for which multiple buffer fills are needed.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-32bit-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-base-32bit-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.26.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-52425", "url": "https://www.suse.com/security/cve/CVE-2023-52425" }, { "category": "external", "summary": "SUSE Bug 1219559 for CVE-2023-52425", "url": "https://bugzilla.suse.com/1219559" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-32bit-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-base-32bit-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.26.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-32bit-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-base-32bit-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.26.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-05-08T09:40:49Z", "details": "moderate" } ], "title": "CVE-2023-52425" }, { "cve": "CVE-2023-6597", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-6597" } ], "notes": [ { "category": "general", "text": "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", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-32bit-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-base-32bit-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.26.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-6597", "url": "https://www.suse.com/security/cve/CVE-2023-6597" }, { "category": "external", "summary": "SUSE Bug 1219666 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1219666" }, { "category": "external", "summary": "SUSE Bug 1221854 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1221854" }, { "category": "external", "summary": "SUSE Bug 1224879 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1224879" }, { "category": "external", "summary": "SUSE Bug 1225185 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1225185" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-32bit-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-base-32bit-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.26.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-32bit-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-base-32bit-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.26.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-05-08T09:40:49Z", "details": "important" } ], "title": "CVE-2023-6597" }, { "cve": "CVE-2024-0450", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-0450" } ], "notes": [ { "category": "general", "text": "An issue was found in the CPython `zipfile` module affecting versions 3.12.1, 3.11.7, 3.10.13, 3.9.18, and 3.8.18 and prior.\n\nThe zipfile module is vulnerable to \"quoted-overlap\" zip-bombs which exploit the zip format to create a zip-bomb with a high compression ratio. The fixed versions of CPython makes the zipfile module reject zip archives which overlap entries in the archive.\n\n", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-32bit-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-base-32bit-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.26.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-0450", "url": "https://www.suse.com/security/cve/CVE-2024-0450" }, { "category": "external", "summary": "SUSE Bug 1221854 for CVE-2024-0450", "url": "https://bugzilla.suse.com/1221854" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-32bit-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-base-32bit-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.26.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.9-150400.9.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.9-150400.9.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-32bit-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-base-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-base-32bit-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-curses-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-dbm-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-devel-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-doc-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-idle-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-testsuite-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-tk-3.11.9-150400.9.26.1.x86_64", "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.26.1.aarch64", "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.26.1.ppc64le", "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.26.1.s390x", "openSUSE Leap 15.5:python311-tools-3.11.9-150400.9.26.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-05-08T09:40:49Z", "details": "moderate" } ], "title": "CVE-2024-0450" } ] }
suse-su-2024:1162-1
Vulnerability from csaf_suse
Published
2024-04-08 11:33
Modified
2024-04-08 11:33
Summary
Security update for python310
Notes
Title of the patch
Security update for python310
Description of the patch
This update for python310 fixes the following issues:
- CVE-2024-0450: Fixed 'quoted-overlap' in zipfile module is python310 (bsc#1221854)
- CVE-2023-52425: Fixed denial of service caused by processing large tokens in expat module in python310 (bsc#1219559)
- CVE-2023-6597: Fixed tempfile.TemporaryDirectory fails on removing dir in some edge cases related to symlinks in python310 (bsc#1219666)
Other changes:
- Revert %autopatch due to missing parameter support (bsc#1189495)
- Extended crypto-policies support (bsc#1211301)
Patchnames
SUSE-2024-1162,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-1162,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-1162,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-1162,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-1162,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-1162,openSUSE-SLE-15.5-2024-1162
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for python310", "title": "Title of the patch" }, { "category": "description", "text": "This update for python310 fixes the following issues:\n\n- CVE-2024-0450: Fixed \u0027quoted-overlap\u0027 in zipfile module is python310 (bsc#1221854)\n- CVE-2023-52425: Fixed denial of service caused by processing large tokens in expat module in python310 (bsc#1219559)\n- CVE-2023-6597: Fixed tempfile.TemporaryDirectory fails on removing dir in some edge cases related to symlinks in python310 (bsc#1219666)\n \n Other changes:\n\n- Revert %autopatch due to missing parameter support (bsc#1189495)\n- Extended crypto-policies support (bsc#1211301)\n\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-1162,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-1162,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-1162,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-1162,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-1162,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-1162,openSUSE-SLE-15.5-2024-1162", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_1162-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:1162-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20241162-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:1162-1", "url": "https://lists.suse.com/pipermail/sle-updates/2024-April/034861.html" }, { "category": "self", "summary": "SUSE Bug 1189495", "url": "https://bugzilla.suse.com/1189495" }, { "category": "self", "summary": "SUSE Bug 1211301", "url": "https://bugzilla.suse.com/1211301" }, { "category": "self", "summary": "SUSE Bug 1219559", "url": "https://bugzilla.suse.com/1219559" }, { "category": "self", "summary": "SUSE Bug 1219666", "url": "https://bugzilla.suse.com/1219666" }, { "category": "self", "summary": "SUSE Bug 1221854", "url": "https://bugzilla.suse.com/1221854" }, { "category": "self", "summary": "SUSE CVE CVE-2023-52425 page", "url": "https://www.suse.com/security/cve/CVE-2023-52425/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-6597 page", "url": "https://www.suse.com/security/cve/CVE-2023-6597/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-0450 page", "url": "https://www.suse.com/security/cve/CVE-2024-0450/" } ], "title": "Security update for python310", "tracking": { "current_release_date": "2024-04-08T11:33:51Z", "generator": { "date": "2024-04-08T11:33:51Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:1162-1", "initial_release_date": "2024-04-08T11:33:51Z", "revision_history": [ { "date": "2024-04-08T11:33:51Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "product": { "name": "libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "product_id": "libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64" } }, { "category": "product_version", "name": "python310-3.10.14-150400.4.45.1.aarch64", "product": { "name": "python310-3.10.14-150400.4.45.1.aarch64", "product_id": "python310-3.10.14-150400.4.45.1.aarch64" } }, { "category": "product_version", "name": "python310-base-3.10.14-150400.4.45.1.aarch64", "product": { "name": "python310-base-3.10.14-150400.4.45.1.aarch64", "product_id": "python310-base-3.10.14-150400.4.45.1.aarch64" } }, { "category": "product_version", "name": "python310-curses-3.10.14-150400.4.45.1.aarch64", "product": { "name": "python310-curses-3.10.14-150400.4.45.1.aarch64", "product_id": "python310-curses-3.10.14-150400.4.45.1.aarch64" } }, { "category": "product_version", "name": "python310-dbm-3.10.14-150400.4.45.1.aarch64", "product": { "name": "python310-dbm-3.10.14-150400.4.45.1.aarch64", "product_id": "python310-dbm-3.10.14-150400.4.45.1.aarch64" } }, { "category": "product_version", "name": "python310-devel-3.10.14-150400.4.45.1.aarch64", "product": { "name": "python310-devel-3.10.14-150400.4.45.1.aarch64", "product_id": "python310-devel-3.10.14-150400.4.45.1.aarch64" } }, { "category": "product_version", "name": "python310-doc-3.10.14-150400.4.45.1.aarch64", "product": { "name": "python310-doc-3.10.14-150400.4.45.1.aarch64", "product_id": "python310-doc-3.10.14-150400.4.45.1.aarch64" } }, { "category": "product_version", "name": "python310-doc-devhelp-3.10.14-150400.4.45.1.aarch64", "product": { "name": "python310-doc-devhelp-3.10.14-150400.4.45.1.aarch64", "product_id": "python310-doc-devhelp-3.10.14-150400.4.45.1.aarch64" } }, { "category": "product_version", "name": "python310-idle-3.10.14-150400.4.45.1.aarch64", "product": { "name": "python310-idle-3.10.14-150400.4.45.1.aarch64", "product_id": "python310-idle-3.10.14-150400.4.45.1.aarch64" } }, { "category": "product_version", "name": "python310-testsuite-3.10.14-150400.4.45.1.aarch64", "product": { "name": "python310-testsuite-3.10.14-150400.4.45.1.aarch64", "product_id": "python310-testsuite-3.10.14-150400.4.45.1.aarch64" } }, { "category": "product_version", "name": "python310-tk-3.10.14-150400.4.45.1.aarch64", "product": { "name": "python310-tk-3.10.14-150400.4.45.1.aarch64", "product_id": "python310-tk-3.10.14-150400.4.45.1.aarch64" } }, { "category": "product_version", "name": "python310-tools-3.10.14-150400.4.45.1.aarch64", "product": { "name": "python310-tools-3.10.14-150400.4.45.1.aarch64", "product_id": "python310-tools-3.10.14-150400.4.45.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libpython3_10-1_0-64bit-3.10.14-150400.4.45.1.aarch64_ilp32", "product": { "name": "libpython3_10-1_0-64bit-3.10.14-150400.4.45.1.aarch64_ilp32", "product_id": "libpython3_10-1_0-64bit-3.10.14-150400.4.45.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python310-64bit-3.10.14-150400.4.45.1.aarch64_ilp32", "product": { "name": "python310-64bit-3.10.14-150400.4.45.1.aarch64_ilp32", "product_id": "python310-64bit-3.10.14-150400.4.45.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python310-base-64bit-3.10.14-150400.4.45.1.aarch64_ilp32", "product": { "name": "python310-base-64bit-3.10.14-150400.4.45.1.aarch64_ilp32", "product_id": "python310-base-64bit-3.10.14-150400.4.45.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libpython3_10-1_0-3.10.14-150400.4.45.1.i586", "product": { "name": "libpython3_10-1_0-3.10.14-150400.4.45.1.i586", "product_id": "libpython3_10-1_0-3.10.14-150400.4.45.1.i586" } }, { "category": "product_version", "name": "python310-3.10.14-150400.4.45.1.i586", "product": { "name": "python310-3.10.14-150400.4.45.1.i586", "product_id": "python310-3.10.14-150400.4.45.1.i586" } }, { "category": "product_version", "name": "python310-base-3.10.14-150400.4.45.1.i586", "product": { "name": "python310-base-3.10.14-150400.4.45.1.i586", "product_id": "python310-base-3.10.14-150400.4.45.1.i586" } }, { "category": "product_version", "name": "python310-curses-3.10.14-150400.4.45.1.i586", "product": { "name": "python310-curses-3.10.14-150400.4.45.1.i586", "product_id": "python310-curses-3.10.14-150400.4.45.1.i586" } }, { "category": "product_version", "name": "python310-dbm-3.10.14-150400.4.45.1.i586", "product": { "name": "python310-dbm-3.10.14-150400.4.45.1.i586", "product_id": "python310-dbm-3.10.14-150400.4.45.1.i586" } }, { "category": "product_version", "name": "python310-devel-3.10.14-150400.4.45.1.i586", "product": { "name": "python310-devel-3.10.14-150400.4.45.1.i586", "product_id": "python310-devel-3.10.14-150400.4.45.1.i586" } }, { "category": "product_version", "name": "python310-doc-3.10.14-150400.4.45.1.i586", "product": { "name": "python310-doc-3.10.14-150400.4.45.1.i586", "product_id": "python310-doc-3.10.14-150400.4.45.1.i586" } }, { "category": "product_version", "name": "python310-doc-devhelp-3.10.14-150400.4.45.1.i586", "product": { "name": "python310-doc-devhelp-3.10.14-150400.4.45.1.i586", "product_id": "python310-doc-devhelp-3.10.14-150400.4.45.1.i586" } }, { "category": "product_version", "name": "python310-idle-3.10.14-150400.4.45.1.i586", "product": { "name": "python310-idle-3.10.14-150400.4.45.1.i586", "product_id": "python310-idle-3.10.14-150400.4.45.1.i586" } }, { "category": "product_version", "name": "python310-testsuite-3.10.14-150400.4.45.1.i586", "product": { "name": "python310-testsuite-3.10.14-150400.4.45.1.i586", "product_id": "python310-testsuite-3.10.14-150400.4.45.1.i586" } }, { "category": "product_version", "name": "python310-tk-3.10.14-150400.4.45.1.i586", "product": { "name": "python310-tk-3.10.14-150400.4.45.1.i586", "product_id": "python310-tk-3.10.14-150400.4.45.1.i586" } }, { "category": "product_version", "name": "python310-tools-3.10.14-150400.4.45.1.i586", "product": { "name": "python310-tools-3.10.14-150400.4.45.1.i586", "product_id": "python310-tools-3.10.14-150400.4.45.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "libpython3_10-1_0-3.10.14-150400.4.45.1.ppc64le", "product": { "name": "libpython3_10-1_0-3.10.14-150400.4.45.1.ppc64le", "product_id": "libpython3_10-1_0-3.10.14-150400.4.45.1.ppc64le" } }, { "category": "product_version", "name": "python310-3.10.14-150400.4.45.1.ppc64le", "product": { "name": "python310-3.10.14-150400.4.45.1.ppc64le", "product_id": "python310-3.10.14-150400.4.45.1.ppc64le" } }, { "category": "product_version", "name": "python310-base-3.10.14-150400.4.45.1.ppc64le", "product": { "name": "python310-base-3.10.14-150400.4.45.1.ppc64le", "product_id": "python310-base-3.10.14-150400.4.45.1.ppc64le" } }, { "category": "product_version", "name": "python310-curses-3.10.14-150400.4.45.1.ppc64le", "product": { "name": "python310-curses-3.10.14-150400.4.45.1.ppc64le", "product_id": "python310-curses-3.10.14-150400.4.45.1.ppc64le" } }, { "category": "product_version", "name": "python310-dbm-3.10.14-150400.4.45.1.ppc64le", "product": { "name": "python310-dbm-3.10.14-150400.4.45.1.ppc64le", "product_id": "python310-dbm-3.10.14-150400.4.45.1.ppc64le" } }, { "category": "product_version", "name": "python310-devel-3.10.14-150400.4.45.1.ppc64le", "product": { "name": "python310-devel-3.10.14-150400.4.45.1.ppc64le", "product_id": "python310-devel-3.10.14-150400.4.45.1.ppc64le" } }, { "category": "product_version", "name": "python310-doc-3.10.14-150400.4.45.1.ppc64le", "product": { "name": "python310-doc-3.10.14-150400.4.45.1.ppc64le", "product_id": "python310-doc-3.10.14-150400.4.45.1.ppc64le" } }, { "category": "product_version", "name": "python310-doc-devhelp-3.10.14-150400.4.45.1.ppc64le", "product": { "name": "python310-doc-devhelp-3.10.14-150400.4.45.1.ppc64le", "product_id": "python310-doc-devhelp-3.10.14-150400.4.45.1.ppc64le" } }, { "category": "product_version", "name": "python310-idle-3.10.14-150400.4.45.1.ppc64le", "product": { "name": "python310-idle-3.10.14-150400.4.45.1.ppc64le", "product_id": "python310-idle-3.10.14-150400.4.45.1.ppc64le" } }, { "category": "product_version", "name": "python310-testsuite-3.10.14-150400.4.45.1.ppc64le", "product": { "name": "python310-testsuite-3.10.14-150400.4.45.1.ppc64le", "product_id": "python310-testsuite-3.10.14-150400.4.45.1.ppc64le" } }, { "category": "product_version", "name": "python310-tk-3.10.14-150400.4.45.1.ppc64le", "product": { "name": "python310-tk-3.10.14-150400.4.45.1.ppc64le", "product_id": "python310-tk-3.10.14-150400.4.45.1.ppc64le" } }, { "category": "product_version", "name": "python310-tools-3.10.14-150400.4.45.1.ppc64le", "product": { "name": "python310-tools-3.10.14-150400.4.45.1.ppc64le", "product_id": "python310-tools-3.10.14-150400.4.45.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libpython3_10-1_0-3.10.14-150400.4.45.1.s390x", "product": { "name": "libpython3_10-1_0-3.10.14-150400.4.45.1.s390x", "product_id": "libpython3_10-1_0-3.10.14-150400.4.45.1.s390x" } }, { "category": "product_version", "name": "python310-3.10.14-150400.4.45.1.s390x", "product": { "name": "python310-3.10.14-150400.4.45.1.s390x", "product_id": "python310-3.10.14-150400.4.45.1.s390x" } }, { "category": "product_version", "name": "python310-base-3.10.14-150400.4.45.1.s390x", "product": { "name": "python310-base-3.10.14-150400.4.45.1.s390x", "product_id": "python310-base-3.10.14-150400.4.45.1.s390x" } }, { "category": "product_version", "name": "python310-curses-3.10.14-150400.4.45.1.s390x", "product": { "name": "python310-curses-3.10.14-150400.4.45.1.s390x", "product_id": "python310-curses-3.10.14-150400.4.45.1.s390x" } }, { "category": "product_version", "name": "python310-dbm-3.10.14-150400.4.45.1.s390x", "product": { "name": "python310-dbm-3.10.14-150400.4.45.1.s390x", "product_id": "python310-dbm-3.10.14-150400.4.45.1.s390x" } }, { "category": "product_version", "name": "python310-devel-3.10.14-150400.4.45.1.s390x", "product": { "name": "python310-devel-3.10.14-150400.4.45.1.s390x", "product_id": "python310-devel-3.10.14-150400.4.45.1.s390x" } }, { "category": "product_version", "name": "python310-doc-3.10.14-150400.4.45.1.s390x", "product": { "name": "python310-doc-3.10.14-150400.4.45.1.s390x", "product_id": "python310-doc-3.10.14-150400.4.45.1.s390x" } }, { "category": "product_version", "name": "python310-doc-devhelp-3.10.14-150400.4.45.1.s390x", "product": { "name": "python310-doc-devhelp-3.10.14-150400.4.45.1.s390x", "product_id": "python310-doc-devhelp-3.10.14-150400.4.45.1.s390x" } }, { "category": "product_version", "name": "python310-idle-3.10.14-150400.4.45.1.s390x", "product": { "name": "python310-idle-3.10.14-150400.4.45.1.s390x", "product_id": "python310-idle-3.10.14-150400.4.45.1.s390x" } }, { "category": "product_version", "name": "python310-testsuite-3.10.14-150400.4.45.1.s390x", "product": { "name": "python310-testsuite-3.10.14-150400.4.45.1.s390x", "product_id": "python310-testsuite-3.10.14-150400.4.45.1.s390x" } }, { "category": "product_version", "name": "python310-tk-3.10.14-150400.4.45.1.s390x", "product": { "name": "python310-tk-3.10.14-150400.4.45.1.s390x", "product_id": "python310-tk-3.10.14-150400.4.45.1.s390x" } }, { "category": "product_version", "name": "python310-tools-3.10.14-150400.4.45.1.s390x", "product": { "name": "python310-tools-3.10.14-150400.4.45.1.s390x", "product_id": "python310-tools-3.10.14-150400.4.45.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "product": { "name": "libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "product_id": "libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64" } }, { "category": "product_version", "name": "libpython3_10-1_0-32bit-3.10.14-150400.4.45.1.x86_64", "product": { "name": "libpython3_10-1_0-32bit-3.10.14-150400.4.45.1.x86_64", "product_id": "libpython3_10-1_0-32bit-3.10.14-150400.4.45.1.x86_64" } }, { "category": "product_version", "name": "python310-3.10.14-150400.4.45.1.x86_64", "product": { "name": "python310-3.10.14-150400.4.45.1.x86_64", "product_id": "python310-3.10.14-150400.4.45.1.x86_64" } }, { "category": "product_version", "name": "python310-32bit-3.10.14-150400.4.45.1.x86_64", "product": { "name": "python310-32bit-3.10.14-150400.4.45.1.x86_64", "product_id": "python310-32bit-3.10.14-150400.4.45.1.x86_64" } }, { "category": "product_version", "name": "python310-base-3.10.14-150400.4.45.1.x86_64", "product": { "name": "python310-base-3.10.14-150400.4.45.1.x86_64", "product_id": "python310-base-3.10.14-150400.4.45.1.x86_64" } }, { "category": "product_version", "name": "python310-base-32bit-3.10.14-150400.4.45.1.x86_64", "product": { "name": "python310-base-32bit-3.10.14-150400.4.45.1.x86_64", "product_id": "python310-base-32bit-3.10.14-150400.4.45.1.x86_64" } }, { "category": "product_version", "name": "python310-curses-3.10.14-150400.4.45.1.x86_64", "product": { "name": "python310-curses-3.10.14-150400.4.45.1.x86_64", "product_id": "python310-curses-3.10.14-150400.4.45.1.x86_64" } }, { "category": "product_version", "name": "python310-dbm-3.10.14-150400.4.45.1.x86_64", "product": { "name": "python310-dbm-3.10.14-150400.4.45.1.x86_64", "product_id": "python310-dbm-3.10.14-150400.4.45.1.x86_64" } }, { "category": "product_version", "name": "python310-devel-3.10.14-150400.4.45.1.x86_64", "product": { "name": "python310-devel-3.10.14-150400.4.45.1.x86_64", "product_id": "python310-devel-3.10.14-150400.4.45.1.x86_64" } }, { "category": "product_version", "name": "python310-doc-3.10.14-150400.4.45.1.x86_64", "product": { "name": "python310-doc-3.10.14-150400.4.45.1.x86_64", "product_id": "python310-doc-3.10.14-150400.4.45.1.x86_64" } }, { "category": "product_version", "name": "python310-doc-devhelp-3.10.14-150400.4.45.1.x86_64", "product": { "name": "python310-doc-devhelp-3.10.14-150400.4.45.1.x86_64", "product_id": "python310-doc-devhelp-3.10.14-150400.4.45.1.x86_64" } }, { "category": "product_version", "name": "python310-idle-3.10.14-150400.4.45.1.x86_64", "product": { "name": "python310-idle-3.10.14-150400.4.45.1.x86_64", "product_id": "python310-idle-3.10.14-150400.4.45.1.x86_64" } }, { "category": "product_version", "name": "python310-testsuite-3.10.14-150400.4.45.1.x86_64", "product": { "name": "python310-testsuite-3.10.14-150400.4.45.1.x86_64", "product_id": "python310-testsuite-3.10.14-150400.4.45.1.x86_64" } }, { "category": "product_version", "name": "python310-tk-3.10.14-150400.4.45.1.x86_64", "product": { "name": "python310-tk-3.10.14-150400.4.45.1.x86_64", "product_id": "python310-tk-3.10.14-150400.4.45.1.x86_64" } }, { "category": "product_version", "name": "python310-tools-3.10.14-150400.4.45.1.x86_64", "product": { "name": "python310-tools-3.10.14-150400.4.45.1.x86_64", "product_id": "python310-tools-3.10.14-150400.4.45.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp4" } } }, { "category": "product_name", "name": "openSUSE Leap 15.5", "product": { "name": "openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64" }, "product_reference": "libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-3.10.14-150400.4.45.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.14-150400.4.45.1.aarch64" }, "product_reference": "python310-3.10.14-150400.4.45.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-3.10.14-150400.4.45.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-base-3.10.14-150400.4.45.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.14-150400.4.45.1.aarch64" }, "product_reference": "python310-base-3.10.14-150400.4.45.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-base-3.10.14-150400.4.45.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-base-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-curses-3.10.14-150400.4.45.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.14-150400.4.45.1.aarch64" }, "product_reference": "python310-curses-3.10.14-150400.4.45.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-curses-3.10.14-150400.4.45.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-curses-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-dbm-3.10.14-150400.4.45.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.14-150400.4.45.1.aarch64" }, "product_reference": "python310-dbm-3.10.14-150400.4.45.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-dbm-3.10.14-150400.4.45.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-dbm-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-devel-3.10.14-150400.4.45.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.14-150400.4.45.1.aarch64" }, "product_reference": "python310-devel-3.10.14-150400.4.45.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-devel-3.10.14-150400.4.45.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-devel-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-idle-3.10.14-150400.4.45.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.14-150400.4.45.1.aarch64" }, "product_reference": "python310-idle-3.10.14-150400.4.45.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-idle-3.10.14-150400.4.45.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-idle-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tk-3.10.14-150400.4.45.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.14-150400.4.45.1.aarch64" }, "product_reference": "python310-tk-3.10.14-150400.4.45.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tk-3.10.14-150400.4.45.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-tk-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tools-3.10.14-150400.4.45.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.14-150400.4.45.1.aarch64" }, "product_reference": "python310-tools-3.10.14-150400.4.45.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tools-3.10.14-150400.4.45.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-tools-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64" }, "product_reference": "libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-3.10.14-150400.4.45.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.aarch64" }, "product_reference": "python310-3.10.14-150400.4.45.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-3.10.14-150400.4.45.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-base-3.10.14-150400.4.45.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.aarch64" }, "product_reference": "python310-base-3.10.14-150400.4.45.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-base-3.10.14-150400.4.45.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-base-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-curses-3.10.14-150400.4.45.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.aarch64" }, "product_reference": "python310-curses-3.10.14-150400.4.45.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-curses-3.10.14-150400.4.45.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-curses-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-dbm-3.10.14-150400.4.45.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.aarch64" }, "product_reference": "python310-dbm-3.10.14-150400.4.45.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-dbm-3.10.14-150400.4.45.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-dbm-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-devel-3.10.14-150400.4.45.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.aarch64" }, "product_reference": "python310-devel-3.10.14-150400.4.45.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-devel-3.10.14-150400.4.45.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-devel-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-idle-3.10.14-150400.4.45.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.aarch64" }, "product_reference": "python310-idle-3.10.14-150400.4.45.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-idle-3.10.14-150400.4.45.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-idle-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tk-3.10.14-150400.4.45.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.aarch64" }, "product_reference": "python310-tk-3.10.14-150400.4.45.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tk-3.10.14-150400.4.45.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-tk-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tools-3.10.14-150400.4.45.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.aarch64" }, "product_reference": "python310-tools-3.10.14-150400.4.45.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tools-3.10.14-150400.4.45.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-tools-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64" }, "product_reference": "libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_10-1_0-3.10.14-150400.4.45.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.ppc64le" }, "product_reference": "libpython3_10-1_0-3.10.14-150400.4.45.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_10-1_0-3.10.14-150400.4.45.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.s390x" }, "product_reference": "libpython3_10-1_0-3.10.14-150400.4.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-3.10.14-150400.4.45.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.aarch64" }, "product_reference": "python310-3.10.14-150400.4.45.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-3.10.14-150400.4.45.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.ppc64le" }, "product_reference": "python310-3.10.14-150400.4.45.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-3.10.14-150400.4.45.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.s390x" }, "product_reference": "python310-3.10.14-150400.4.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-3.10.14-150400.4.45.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-base-3.10.14-150400.4.45.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.aarch64" }, "product_reference": "python310-base-3.10.14-150400.4.45.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-base-3.10.14-150400.4.45.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.ppc64le" }, "product_reference": "python310-base-3.10.14-150400.4.45.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-base-3.10.14-150400.4.45.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.s390x" }, "product_reference": "python310-base-3.10.14-150400.4.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-base-3.10.14-150400.4.45.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-base-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-curses-3.10.14-150400.4.45.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.aarch64" }, "product_reference": "python310-curses-3.10.14-150400.4.45.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-curses-3.10.14-150400.4.45.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.ppc64le" }, "product_reference": "python310-curses-3.10.14-150400.4.45.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-curses-3.10.14-150400.4.45.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.s390x" }, "product_reference": "python310-curses-3.10.14-150400.4.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-curses-3.10.14-150400.4.45.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-curses-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-dbm-3.10.14-150400.4.45.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.aarch64" }, "product_reference": "python310-dbm-3.10.14-150400.4.45.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-dbm-3.10.14-150400.4.45.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.ppc64le" }, "product_reference": "python310-dbm-3.10.14-150400.4.45.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-dbm-3.10.14-150400.4.45.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.s390x" }, "product_reference": "python310-dbm-3.10.14-150400.4.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-dbm-3.10.14-150400.4.45.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-dbm-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-devel-3.10.14-150400.4.45.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.aarch64" }, "product_reference": "python310-devel-3.10.14-150400.4.45.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-devel-3.10.14-150400.4.45.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.ppc64le" }, "product_reference": "python310-devel-3.10.14-150400.4.45.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-devel-3.10.14-150400.4.45.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.s390x" }, "product_reference": "python310-devel-3.10.14-150400.4.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-devel-3.10.14-150400.4.45.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-devel-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-idle-3.10.14-150400.4.45.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.aarch64" }, "product_reference": "python310-idle-3.10.14-150400.4.45.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-idle-3.10.14-150400.4.45.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.ppc64le" }, "product_reference": "python310-idle-3.10.14-150400.4.45.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-idle-3.10.14-150400.4.45.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.s390x" }, "product_reference": "python310-idle-3.10.14-150400.4.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-idle-3.10.14-150400.4.45.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-idle-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tk-3.10.14-150400.4.45.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.aarch64" }, "product_reference": "python310-tk-3.10.14-150400.4.45.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tk-3.10.14-150400.4.45.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.ppc64le" }, "product_reference": "python310-tk-3.10.14-150400.4.45.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tk-3.10.14-150400.4.45.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.s390x" }, "product_reference": "python310-tk-3.10.14-150400.4.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tk-3.10.14-150400.4.45.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-tk-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tools-3.10.14-150400.4.45.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.aarch64" }, "product_reference": "python310-tools-3.10.14-150400.4.45.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tools-3.10.14-150400.4.45.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.ppc64le" }, "product_reference": "python310-tools-3.10.14-150400.4.45.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tools-3.10.14-150400.4.45.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.s390x" }, "product_reference": "python310-tools-3.10.14-150400.4.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tools-3.10.14-150400.4.45.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-tools-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_10-1_0-3.10.14-150400.4.45.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.14-150400.4.45.1.ppc64le" }, "product_reference": "libpython3_10-1_0-3.10.14-150400.4.45.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python310-3.10.14-150400.4.45.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.14-150400.4.45.1.ppc64le" }, "product_reference": "python310-3.10.14-150400.4.45.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python310-3.10.14-150400.4.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python310-base-3.10.14-150400.4.45.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.14-150400.4.45.1.ppc64le" }, "product_reference": "python310-base-3.10.14-150400.4.45.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python310-base-3.10.14-150400.4.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-base-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python310-curses-3.10.14-150400.4.45.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.14-150400.4.45.1.ppc64le" }, "product_reference": "python310-curses-3.10.14-150400.4.45.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python310-curses-3.10.14-150400.4.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-curses-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python310-dbm-3.10.14-150400.4.45.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.14-150400.4.45.1.ppc64le" }, "product_reference": "python310-dbm-3.10.14-150400.4.45.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python310-dbm-3.10.14-150400.4.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-dbm-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python310-devel-3.10.14-150400.4.45.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.14-150400.4.45.1.ppc64le" }, "product_reference": "python310-devel-3.10.14-150400.4.45.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python310-devel-3.10.14-150400.4.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-devel-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python310-idle-3.10.14-150400.4.45.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.14-150400.4.45.1.ppc64le" }, "product_reference": "python310-idle-3.10.14-150400.4.45.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python310-idle-3.10.14-150400.4.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-idle-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tk-3.10.14-150400.4.45.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.14-150400.4.45.1.ppc64le" }, "product_reference": "python310-tk-3.10.14-150400.4.45.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tk-3.10.14-150400.4.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-tk-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tools-3.10.14-150400.4.45.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.14-150400.4.45.1.ppc64le" }, "product_reference": "python310-tools-3.10.14-150400.4.45.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tools-3.10.14-150400.4.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-tools-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64" }, "product_reference": "libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_10-1_0-3.10.14-150400.4.45.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.45.1.ppc64le" }, "product_reference": "libpython3_10-1_0-3.10.14-150400.4.45.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_10-1_0-3.10.14-150400.4.45.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.45.1.s390x" }, "product_reference": "libpython3_10-1_0-3.10.14-150400.4.45.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_10-1_0-32bit-3.10.14-150400.4.45.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "libpython3_10-1_0-32bit-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-3.10.14-150400.4.45.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-3.10.14-150400.4.45.1.aarch64" }, "product_reference": "python310-3.10.14-150400.4.45.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-3.10.14-150400.4.45.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-3.10.14-150400.4.45.1.ppc64le" }, "product_reference": "python310-3.10.14-150400.4.45.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-3.10.14-150400.4.45.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-3.10.14-150400.4.45.1.s390x" }, "product_reference": "python310-3.10.14-150400.4.45.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-3.10.14-150400.4.45.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-32bit-3.10.14-150400.4.45.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-32bit-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-32bit-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-base-3.10.14-150400.4.45.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.45.1.aarch64" }, "product_reference": "python310-base-3.10.14-150400.4.45.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-base-3.10.14-150400.4.45.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.45.1.ppc64le" }, "product_reference": "python310-base-3.10.14-150400.4.45.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-base-3.10.14-150400.4.45.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.45.1.s390x" }, "product_reference": "python310-base-3.10.14-150400.4.45.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-base-3.10.14-150400.4.45.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-base-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-base-32bit-3.10.14-150400.4.45.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-base-32bit-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-base-32bit-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-curses-3.10.14-150400.4.45.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.45.1.aarch64" }, "product_reference": "python310-curses-3.10.14-150400.4.45.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-curses-3.10.14-150400.4.45.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.45.1.ppc64le" }, "product_reference": "python310-curses-3.10.14-150400.4.45.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-curses-3.10.14-150400.4.45.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.45.1.s390x" }, "product_reference": "python310-curses-3.10.14-150400.4.45.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-curses-3.10.14-150400.4.45.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-curses-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-dbm-3.10.14-150400.4.45.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.45.1.aarch64" }, "product_reference": "python310-dbm-3.10.14-150400.4.45.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-dbm-3.10.14-150400.4.45.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.45.1.ppc64le" }, "product_reference": "python310-dbm-3.10.14-150400.4.45.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-dbm-3.10.14-150400.4.45.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.45.1.s390x" }, "product_reference": "python310-dbm-3.10.14-150400.4.45.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-dbm-3.10.14-150400.4.45.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-dbm-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-devel-3.10.14-150400.4.45.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.45.1.aarch64" }, "product_reference": "python310-devel-3.10.14-150400.4.45.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-devel-3.10.14-150400.4.45.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.45.1.ppc64le" }, "product_reference": "python310-devel-3.10.14-150400.4.45.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-devel-3.10.14-150400.4.45.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.45.1.s390x" }, "product_reference": "python310-devel-3.10.14-150400.4.45.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-devel-3.10.14-150400.4.45.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-devel-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-doc-3.10.14-150400.4.45.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.45.1.aarch64" }, "product_reference": "python310-doc-3.10.14-150400.4.45.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-doc-3.10.14-150400.4.45.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.45.1.ppc64le" }, "product_reference": "python310-doc-3.10.14-150400.4.45.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-doc-3.10.14-150400.4.45.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.45.1.s390x" }, "product_reference": "python310-doc-3.10.14-150400.4.45.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-doc-3.10.14-150400.4.45.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-doc-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-doc-devhelp-3.10.14-150400.4.45.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.45.1.aarch64" }, "product_reference": "python310-doc-devhelp-3.10.14-150400.4.45.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-doc-devhelp-3.10.14-150400.4.45.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.45.1.ppc64le" }, "product_reference": "python310-doc-devhelp-3.10.14-150400.4.45.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-doc-devhelp-3.10.14-150400.4.45.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.45.1.s390x" }, "product_reference": "python310-doc-devhelp-3.10.14-150400.4.45.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-doc-devhelp-3.10.14-150400.4.45.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-doc-devhelp-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-idle-3.10.14-150400.4.45.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.45.1.aarch64" }, "product_reference": "python310-idle-3.10.14-150400.4.45.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-idle-3.10.14-150400.4.45.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.45.1.ppc64le" }, "product_reference": "python310-idle-3.10.14-150400.4.45.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-idle-3.10.14-150400.4.45.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.45.1.s390x" }, "product_reference": "python310-idle-3.10.14-150400.4.45.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-idle-3.10.14-150400.4.45.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-idle-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-testsuite-3.10.14-150400.4.45.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.45.1.aarch64" }, "product_reference": "python310-testsuite-3.10.14-150400.4.45.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-testsuite-3.10.14-150400.4.45.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.45.1.ppc64le" }, "product_reference": "python310-testsuite-3.10.14-150400.4.45.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-testsuite-3.10.14-150400.4.45.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.45.1.s390x" }, "product_reference": "python310-testsuite-3.10.14-150400.4.45.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-testsuite-3.10.14-150400.4.45.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-testsuite-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tk-3.10.14-150400.4.45.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.45.1.aarch64" }, "product_reference": "python310-tk-3.10.14-150400.4.45.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tk-3.10.14-150400.4.45.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.45.1.ppc64le" }, "product_reference": "python310-tk-3.10.14-150400.4.45.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tk-3.10.14-150400.4.45.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.45.1.s390x" }, "product_reference": "python310-tk-3.10.14-150400.4.45.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tk-3.10.14-150400.4.45.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-tk-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tools-3.10.14-150400.4.45.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.45.1.aarch64" }, "product_reference": "python310-tools-3.10.14-150400.4.45.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tools-3.10.14-150400.4.45.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.45.1.ppc64le" }, "product_reference": "python310-tools-3.10.14-150400.4.45.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tools-3.10.14-150400.4.45.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.45.1.s390x" }, "product_reference": "python310-tools-3.10.14-150400.4.45.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tools-3.10.14-150400.4.45.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.45.1.x86_64" }, "product_reference": "python310-tools-3.10.14-150400.4.45.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-52425", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-52425" } ], "notes": [ { "category": "general", "text": "libexpat through 2.5.0 allows a denial of service (resource consumption) because many full reparsings are required in the case of a large token for which multiple buffer fills are needed.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-32bit-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-base-32bit-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.45.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-52425", "url": "https://www.suse.com/security/cve/CVE-2023-52425" }, { "category": "external", "summary": "SUSE Bug 1219559 for CVE-2023-52425", "url": "https://bugzilla.suse.com/1219559" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-32bit-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-base-32bit-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.45.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-32bit-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-base-32bit-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.45.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-04-08T11:33:51Z", "details": "moderate" } ], "title": "CVE-2023-52425" }, { "cve": "CVE-2023-6597", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-6597" } ], "notes": [ { "category": "general", "text": "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", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-32bit-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-base-32bit-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.45.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-6597", "url": "https://www.suse.com/security/cve/CVE-2023-6597" }, { "category": "external", "summary": "SUSE Bug 1219666 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1219666" }, { "category": "external", "summary": "SUSE Bug 1221854 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1221854" }, { "category": "external", "summary": "SUSE Bug 1224879 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1224879" }, { "category": "external", "summary": "SUSE Bug 1225185 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1225185" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-32bit-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-base-32bit-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.45.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-32bit-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-base-32bit-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.45.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-04-08T11:33:51Z", "details": "important" } ], "title": "CVE-2023-6597" }, { "cve": "CVE-2024-0450", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-0450" } ], "notes": [ { "category": "general", "text": "An issue was found in the CPython `zipfile` module affecting versions 3.12.1, 3.11.7, 3.10.13, 3.9.18, and 3.8.18 and prior.\n\nThe zipfile module is vulnerable to \"quoted-overlap\" zip-bombs which exploit the zip format to create a zip-bomb with a high compression ratio. The fixed versions of CPython makes the zipfile module reject zip archives which overlap entries in the archive.\n\n", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-32bit-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-base-32bit-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.45.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-0450", "url": "https://www.suse.com/security/cve/CVE-2024-0450" }, { "category": "external", "summary": "SUSE Bug 1221854 for CVE-2024-0450", "url": "https://bugzilla.suse.com/1221854" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-32bit-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-base-32bit-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.45.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.14-150400.4.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.14-150400.4.45.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-32bit-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-base-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-base-32bit-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-curses-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-dbm-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-devel-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-doc-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-idle-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-testsuite-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-tk-3.10.14-150400.4.45.1.x86_64", "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.45.1.aarch64", "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.45.1.ppc64le", "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.45.1.s390x", "openSUSE Leap 15.5:python310-tools-3.10.14-150400.4.45.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-04-08T11:33:51Z", "details": "moderate" } ], "title": "CVE-2024-0450" } ] }
suse-su-2024:1847-1
Vulnerability from csaf_suse
Published
2024-05-29 19:41
Modified
2024-05-29 19:41
Summary
Security update for python36
Notes
Title of the patch
Security update for python36
Description of the patch
This update for python36 fixes the following issues:
- CVE-2023-52425: Fixed backport so it uses features sniffing, not just comparing version number (bsc#1219559).
- CVE-2024-0450: Fixed detecting the vulnerability of 'quoted-overlap' zipbomb (bsc#1221854).
- CVE-2023-6597: Fixed symlink bug in cleanup of tempfile.TemporaryDirectory (bsc#1219666).
- CVE-2022-48566: Fixed compare_digest constant-time (bsc#1214691).
Bug fixes:
- Fixed syslog making default 'ident from sys.argv[0] (bsc#1222109).
Patchnames
SUSE-2024-1847,SUSE-SLE-SDK-12-SP5-2024-1847,SUSE-SLE-SERVER-12-SP5-2024-1847
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for python36", "title": "Title of the patch" }, { "category": "description", "text": "This update for python36 fixes the following issues:\n\n- CVE-2023-52425: Fixed backport so it uses features sniffing, not just comparing version number (bsc#1219559).\n- CVE-2024-0450: Fixed detecting the vulnerability of \u0027quoted-overlap\u0027 zipbomb (bsc#1221854).\n- CVE-2023-6597: Fixed symlink bug in cleanup of tempfile.TemporaryDirectory (bsc#1219666).\n- CVE-2022-48566: Fixed compare_digest constant-time (bsc#1214691).\n\nBug fixes:\n\n- Fixed syslog making default \u0027ident from sys.argv[0] (bsc#1222109).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-1847,SUSE-SLE-SDK-12-SP5-2024-1847,SUSE-SLE-SERVER-12-SP5-2024-1847", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_1847-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:1847-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20241847-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:1847-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-May/018627.html" }, { "category": "self", "summary": "SUSE Bug 1214691", "url": "https://bugzilla.suse.com/1214691" }, { "category": "self", "summary": "SUSE Bug 1219559", "url": "https://bugzilla.suse.com/1219559" }, { "category": "self", "summary": "SUSE Bug 1219666", "url": "https://bugzilla.suse.com/1219666" }, { "category": "self", "summary": "SUSE Bug 1220664", "url": "https://bugzilla.suse.com/1220664" }, { "category": "self", "summary": "SUSE Bug 1221563", "url": "https://bugzilla.suse.com/1221563" }, { "category": "self", "summary": "SUSE Bug 1221854", "url": "https://bugzilla.suse.com/1221854" }, { "category": "self", "summary": "SUSE Bug 1222075", "url": "https://bugzilla.suse.com/1222075" }, { "category": "self", "summary": "SUSE Bug 1222109", "url": "https://bugzilla.suse.com/1222109" }, { "category": "self", "summary": "SUSE CVE CVE-2022-48566 page", "url": "https://www.suse.com/security/cve/CVE-2022-48566/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-52425 page", "url": "https://www.suse.com/security/cve/CVE-2023-52425/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-6597 page", "url": "https://www.suse.com/security/cve/CVE-2023-6597/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-0450 page", "url": "https://www.suse.com/security/cve/CVE-2024-0450/" } ], "title": "Security update for python36", "tracking": { "current_release_date": "2024-05-29T19:41:40Z", "generator": { "date": "2024-05-29T19:41:40Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:1847-1", "initial_release_date": "2024-05-29T19:41:40Z", "revision_history": [ { "date": "2024-05-29T19:41:40Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.15-55.1.aarch64", "product": { "name": "libpython3_6m1_0-3.6.15-55.1.aarch64", "product_id": "libpython3_6m1_0-3.6.15-55.1.aarch64" } }, { "category": "product_version", "name": "python36-3.6.15-55.1.aarch64", "product": { "name": "python36-3.6.15-55.1.aarch64", "product_id": "python36-3.6.15-55.1.aarch64" } }, { "category": "product_version", "name": "python36-base-3.6.15-55.1.aarch64", "product": { "name": "python36-base-3.6.15-55.1.aarch64", "product_id": "python36-base-3.6.15-55.1.aarch64" } }, { "category": "product_version", "name": "python36-curses-3.6.15-55.1.aarch64", "product": { "name": "python36-curses-3.6.15-55.1.aarch64", "product_id": "python36-curses-3.6.15-55.1.aarch64" } }, { "category": "product_version", "name": "python36-dbm-3.6.15-55.1.aarch64", "product": { "name": "python36-dbm-3.6.15-55.1.aarch64", "product_id": "python36-dbm-3.6.15-55.1.aarch64" } }, { "category": "product_version", "name": "python36-devel-3.6.15-55.1.aarch64", "product": { "name": "python36-devel-3.6.15-55.1.aarch64", "product_id": "python36-devel-3.6.15-55.1.aarch64" } }, { "category": "product_version", "name": "python36-idle-3.6.15-55.1.aarch64", "product": { "name": "python36-idle-3.6.15-55.1.aarch64", "product_id": "python36-idle-3.6.15-55.1.aarch64" } }, { "category": "product_version", "name": "python36-testsuite-3.6.15-55.1.aarch64", "product": { "name": "python36-testsuite-3.6.15-55.1.aarch64", "product_id": "python36-testsuite-3.6.15-55.1.aarch64" } }, { "category": "product_version", "name": "python36-tk-3.6.15-55.1.aarch64", "product": { "name": "python36-tk-3.6.15-55.1.aarch64", "product_id": "python36-tk-3.6.15-55.1.aarch64" } }, { "category": "product_version", "name": "python36-tools-3.6.15-55.1.aarch64", "product": { "name": "python36-tools-3.6.15-55.1.aarch64", "product_id": "python36-tools-3.6.15-55.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-64bit-3.6.15-55.1.aarch64_ilp32", "product": { "name": "libpython3_6m1_0-64bit-3.6.15-55.1.aarch64_ilp32", "product_id": "libpython3_6m1_0-64bit-3.6.15-55.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python36-64bit-3.6.15-55.1.aarch64_ilp32", "product": { "name": "python36-64bit-3.6.15-55.1.aarch64_ilp32", "product_id": "python36-64bit-3.6.15-55.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python36-base-64bit-3.6.15-55.1.aarch64_ilp32", "product": { "name": "python36-base-64bit-3.6.15-55.1.aarch64_ilp32", "product_id": "python36-base-64bit-3.6.15-55.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.15-55.1.i586", "product": { "name": "libpython3_6m1_0-3.6.15-55.1.i586", "product_id": "libpython3_6m1_0-3.6.15-55.1.i586" } }, { "category": "product_version", "name": "python36-3.6.15-55.1.i586", "product": { "name": "python36-3.6.15-55.1.i586", "product_id": "python36-3.6.15-55.1.i586" } }, { "category": "product_version", "name": "python36-base-3.6.15-55.1.i586", "product": { "name": "python36-base-3.6.15-55.1.i586", "product_id": "python36-base-3.6.15-55.1.i586" } }, { "category": "product_version", "name": "python36-curses-3.6.15-55.1.i586", "product": { "name": "python36-curses-3.6.15-55.1.i586", "product_id": "python36-curses-3.6.15-55.1.i586" } }, { "category": "product_version", "name": "python36-dbm-3.6.15-55.1.i586", "product": { "name": "python36-dbm-3.6.15-55.1.i586", "product_id": "python36-dbm-3.6.15-55.1.i586" } }, { "category": "product_version", "name": "python36-devel-3.6.15-55.1.i586", "product": { "name": "python36-devel-3.6.15-55.1.i586", "product_id": "python36-devel-3.6.15-55.1.i586" } }, { "category": "product_version", "name": "python36-idle-3.6.15-55.1.i586", "product": { "name": "python36-idle-3.6.15-55.1.i586", "product_id": "python36-idle-3.6.15-55.1.i586" } }, { "category": "product_version", "name": "python36-testsuite-3.6.15-55.1.i586", "product": { "name": "python36-testsuite-3.6.15-55.1.i586", "product_id": "python36-testsuite-3.6.15-55.1.i586" } }, { "category": "product_version", "name": "python36-tk-3.6.15-55.1.i586", "product": { "name": "python36-tk-3.6.15-55.1.i586", "product_id": "python36-tk-3.6.15-55.1.i586" } }, { "category": "product_version", "name": "python36-tools-3.6.15-55.1.i586", "product": { "name": "python36-tools-3.6.15-55.1.i586", "product_id": "python36-tools-3.6.15-55.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.15-55.1.ppc64le", "product": { "name": "libpython3_6m1_0-3.6.15-55.1.ppc64le", "product_id": "libpython3_6m1_0-3.6.15-55.1.ppc64le" } }, { "category": "product_version", "name": "python36-3.6.15-55.1.ppc64le", "product": { "name": "python36-3.6.15-55.1.ppc64le", "product_id": "python36-3.6.15-55.1.ppc64le" } }, { "category": "product_version", "name": "python36-base-3.6.15-55.1.ppc64le", "product": { "name": "python36-base-3.6.15-55.1.ppc64le", "product_id": "python36-base-3.6.15-55.1.ppc64le" } }, { "category": "product_version", "name": "python36-curses-3.6.15-55.1.ppc64le", "product": { "name": "python36-curses-3.6.15-55.1.ppc64le", "product_id": "python36-curses-3.6.15-55.1.ppc64le" } }, { "category": "product_version", "name": "python36-dbm-3.6.15-55.1.ppc64le", "product": { "name": "python36-dbm-3.6.15-55.1.ppc64le", "product_id": "python36-dbm-3.6.15-55.1.ppc64le" } }, { "category": "product_version", "name": "python36-devel-3.6.15-55.1.ppc64le", "product": { "name": "python36-devel-3.6.15-55.1.ppc64le", "product_id": "python36-devel-3.6.15-55.1.ppc64le" } }, { "category": "product_version", "name": "python36-idle-3.6.15-55.1.ppc64le", "product": { "name": "python36-idle-3.6.15-55.1.ppc64le", "product_id": "python36-idle-3.6.15-55.1.ppc64le" } }, { "category": "product_version", "name": "python36-testsuite-3.6.15-55.1.ppc64le", "product": { "name": "python36-testsuite-3.6.15-55.1.ppc64le", "product_id": "python36-testsuite-3.6.15-55.1.ppc64le" } }, { "category": "product_version", "name": "python36-tk-3.6.15-55.1.ppc64le", "product": { "name": "python36-tk-3.6.15-55.1.ppc64le", "product_id": "python36-tk-3.6.15-55.1.ppc64le" } }, { "category": "product_version", "name": "python36-tools-3.6.15-55.1.ppc64le", "product": { "name": "python36-tools-3.6.15-55.1.ppc64le", "product_id": "python36-tools-3.6.15-55.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.15-55.1.s390", "product": { "name": "libpython3_6m1_0-3.6.15-55.1.s390", "product_id": "libpython3_6m1_0-3.6.15-55.1.s390" } }, { "category": "product_version", "name": "python36-3.6.15-55.1.s390", "product": { "name": "python36-3.6.15-55.1.s390", "product_id": "python36-3.6.15-55.1.s390" } }, { "category": "product_version", "name": "python36-base-3.6.15-55.1.s390", "product": { "name": "python36-base-3.6.15-55.1.s390", "product_id": "python36-base-3.6.15-55.1.s390" } }, { "category": "product_version", "name": "python36-curses-3.6.15-55.1.s390", "product": { "name": "python36-curses-3.6.15-55.1.s390", "product_id": "python36-curses-3.6.15-55.1.s390" } }, { "category": "product_version", "name": "python36-dbm-3.6.15-55.1.s390", "product": { "name": "python36-dbm-3.6.15-55.1.s390", "product_id": "python36-dbm-3.6.15-55.1.s390" } }, { "category": "product_version", "name": "python36-devel-3.6.15-55.1.s390", "product": { "name": "python36-devel-3.6.15-55.1.s390", "product_id": "python36-devel-3.6.15-55.1.s390" } }, { "category": "product_version", "name": "python36-idle-3.6.15-55.1.s390", "product": { "name": "python36-idle-3.6.15-55.1.s390", "product_id": "python36-idle-3.6.15-55.1.s390" } }, { "category": "product_version", "name": "python36-testsuite-3.6.15-55.1.s390", "product": { "name": "python36-testsuite-3.6.15-55.1.s390", "product_id": "python36-testsuite-3.6.15-55.1.s390" } }, { "category": "product_version", "name": "python36-tk-3.6.15-55.1.s390", "product": { "name": "python36-tk-3.6.15-55.1.s390", "product_id": "python36-tk-3.6.15-55.1.s390" } }, { "category": "product_version", "name": "python36-tools-3.6.15-55.1.s390", "product": { "name": "python36-tools-3.6.15-55.1.s390", "product_id": "python36-tools-3.6.15-55.1.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.15-55.1.s390x", "product": { "name": "libpython3_6m1_0-3.6.15-55.1.s390x", "product_id": "libpython3_6m1_0-3.6.15-55.1.s390x" } }, { "category": "product_version", "name": "libpython3_6m1_0-32bit-3.6.15-55.1.s390x", "product": { "name": "libpython3_6m1_0-32bit-3.6.15-55.1.s390x", "product_id": "libpython3_6m1_0-32bit-3.6.15-55.1.s390x" } }, { "category": "product_version", "name": "python36-3.6.15-55.1.s390x", "product": { "name": "python36-3.6.15-55.1.s390x", "product_id": "python36-3.6.15-55.1.s390x" } }, { "category": "product_version", "name": "python36-32bit-3.6.15-55.1.s390x", "product": { "name": "python36-32bit-3.6.15-55.1.s390x", "product_id": "python36-32bit-3.6.15-55.1.s390x" } }, { "category": "product_version", "name": "python36-base-3.6.15-55.1.s390x", "product": { "name": "python36-base-3.6.15-55.1.s390x", "product_id": "python36-base-3.6.15-55.1.s390x" } }, { "category": "product_version", "name": "python36-base-32bit-3.6.15-55.1.s390x", "product": { "name": "python36-base-32bit-3.6.15-55.1.s390x", "product_id": "python36-base-32bit-3.6.15-55.1.s390x" } }, { "category": "product_version", "name": "python36-curses-3.6.15-55.1.s390x", "product": { "name": "python36-curses-3.6.15-55.1.s390x", "product_id": "python36-curses-3.6.15-55.1.s390x" } }, { "category": "product_version", "name": "python36-dbm-3.6.15-55.1.s390x", "product": { "name": "python36-dbm-3.6.15-55.1.s390x", "product_id": "python36-dbm-3.6.15-55.1.s390x" } }, { "category": "product_version", "name": "python36-devel-3.6.15-55.1.s390x", "product": { "name": "python36-devel-3.6.15-55.1.s390x", "product_id": "python36-devel-3.6.15-55.1.s390x" } }, { "category": "product_version", "name": "python36-idle-3.6.15-55.1.s390x", "product": { "name": "python36-idle-3.6.15-55.1.s390x", "product_id": "python36-idle-3.6.15-55.1.s390x" } }, { "category": "product_version", "name": "python36-testsuite-3.6.15-55.1.s390x", "product": { "name": "python36-testsuite-3.6.15-55.1.s390x", "product_id": "python36-testsuite-3.6.15-55.1.s390x" } }, { "category": "product_version", "name": "python36-tk-3.6.15-55.1.s390x", "product": { "name": "python36-tk-3.6.15-55.1.s390x", "product_id": "python36-tk-3.6.15-55.1.s390x" } }, { "category": "product_version", "name": "python36-tools-3.6.15-55.1.s390x", "product": { "name": "python36-tools-3.6.15-55.1.s390x", "product_id": "python36-tools-3.6.15-55.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.15-55.1.x86_64", "product": { "name": "libpython3_6m1_0-3.6.15-55.1.x86_64", "product_id": "libpython3_6m1_0-3.6.15-55.1.x86_64" } }, { "category": "product_version", "name": "libpython3_6m1_0-32bit-3.6.15-55.1.x86_64", "product": { "name": "libpython3_6m1_0-32bit-3.6.15-55.1.x86_64", "product_id": "libpython3_6m1_0-32bit-3.6.15-55.1.x86_64" } }, { "category": "product_version", "name": "python36-3.6.15-55.1.x86_64", "product": { "name": "python36-3.6.15-55.1.x86_64", "product_id": "python36-3.6.15-55.1.x86_64" } }, { "category": "product_version", "name": "python36-32bit-3.6.15-55.1.x86_64", "product": { "name": "python36-32bit-3.6.15-55.1.x86_64", "product_id": "python36-32bit-3.6.15-55.1.x86_64" } }, { "category": "product_version", "name": "python36-base-3.6.15-55.1.x86_64", "product": { "name": "python36-base-3.6.15-55.1.x86_64", "product_id": "python36-base-3.6.15-55.1.x86_64" } }, { "category": "product_version", "name": "python36-base-32bit-3.6.15-55.1.x86_64", "product": { "name": "python36-base-32bit-3.6.15-55.1.x86_64", "product_id": "python36-base-32bit-3.6.15-55.1.x86_64" } }, { "category": "product_version", "name": "python36-curses-3.6.15-55.1.x86_64", "product": { "name": "python36-curses-3.6.15-55.1.x86_64", "product_id": "python36-curses-3.6.15-55.1.x86_64" } }, { "category": "product_version", "name": "python36-dbm-3.6.15-55.1.x86_64", "product": { "name": "python36-dbm-3.6.15-55.1.x86_64", "product_id": "python36-dbm-3.6.15-55.1.x86_64" } }, { "category": "product_version", "name": "python36-devel-3.6.15-55.1.x86_64", "product": { "name": "python36-devel-3.6.15-55.1.x86_64", "product_id": "python36-devel-3.6.15-55.1.x86_64" } }, { "category": "product_version", "name": "python36-idle-3.6.15-55.1.x86_64", "product": { "name": "python36-idle-3.6.15-55.1.x86_64", "product_id": "python36-idle-3.6.15-55.1.x86_64" } }, { "category": "product_version", "name": "python36-testsuite-3.6.15-55.1.x86_64", "product": { "name": "python36-testsuite-3.6.15-55.1.x86_64", "product_id": "python36-testsuite-3.6.15-55.1.x86_64" } }, { "category": "product_version", "name": "python36-tk-3.6.15-55.1.x86_64", "product": { "name": "python36-tk-3.6.15-55.1.x86_64", "product_id": "python36-tk-3.6.15-55.1.x86_64" } }, { "category": "product_version", "name": "python36-tools-3.6.15-55.1.x86_64", "product": { "name": "python36-tools-3.6.15-55.1.x86_64", "product_id": "python36-tools-3.6.15-55.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product": { "name": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-sdk:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP5", "product": { "name": "SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12:sp5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python36-devel-3.6.15-55.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.aarch64" }, "product_reference": "python36-devel-3.6.15-55.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python36-devel-3.6.15-55.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.ppc64le" }, "product_reference": "python36-devel-3.6.15-55.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python36-devel-3.6.15-55.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.s390x" }, "product_reference": "python36-devel-3.6.15-55.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python36-devel-3.6.15-55.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.x86_64" }, "product_reference": "python36-devel-3.6.15-55.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-55.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.aarch64" }, "product_reference": "libpython3_6m1_0-3.6.15-55.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-55.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.ppc64le" }, "product_reference": "libpython3_6m1_0-3.6.15-55.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-55.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.s390x" }, "product_reference": "libpython3_6m1_0-3.6.15-55.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-55.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.x86_64" }, "product_reference": "libpython3_6m1_0-3.6.15-55.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-32bit-3.6.15-55.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.s390x" }, "product_reference": "libpython3_6m1_0-32bit-3.6.15-55.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-32bit-3.6.15-55.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.x86_64" }, "product_reference": "libpython3_6m1_0-32bit-3.6.15-55.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python36-3.6.15-55.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.aarch64" }, "product_reference": "python36-3.6.15-55.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python36-3.6.15-55.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.ppc64le" }, "product_reference": "python36-3.6.15-55.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python36-3.6.15-55.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.s390x" }, "product_reference": "python36-3.6.15-55.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python36-3.6.15-55.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.x86_64" }, "product_reference": "python36-3.6.15-55.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python36-base-3.6.15-55.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.aarch64" }, "product_reference": "python36-base-3.6.15-55.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python36-base-3.6.15-55.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.ppc64le" }, "product_reference": "python36-base-3.6.15-55.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python36-base-3.6.15-55.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.s390x" }, "product_reference": "python36-base-3.6.15-55.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python36-base-3.6.15-55.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.x86_64" }, "product_reference": "python36-base-3.6.15-55.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-55.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.aarch64" }, "product_reference": "libpython3_6m1_0-3.6.15-55.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-55.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.ppc64le" }, "product_reference": "libpython3_6m1_0-3.6.15-55.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-55.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.s390x" }, "product_reference": "libpython3_6m1_0-3.6.15-55.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-55.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.x86_64" }, "product_reference": "libpython3_6m1_0-3.6.15-55.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-32bit-3.6.15-55.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.s390x" }, "product_reference": "libpython3_6m1_0-32bit-3.6.15-55.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-32bit-3.6.15-55.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.x86_64" }, "product_reference": "libpython3_6m1_0-32bit-3.6.15-55.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python36-3.6.15-55.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.aarch64" }, "product_reference": "python36-3.6.15-55.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python36-3.6.15-55.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.ppc64le" }, "product_reference": "python36-3.6.15-55.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python36-3.6.15-55.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.s390x" }, "product_reference": "python36-3.6.15-55.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python36-3.6.15-55.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.x86_64" }, "product_reference": "python36-3.6.15-55.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python36-base-3.6.15-55.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.aarch64" }, "product_reference": "python36-base-3.6.15-55.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python36-base-3.6.15-55.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.ppc64le" }, "product_reference": "python36-base-3.6.15-55.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python36-base-3.6.15-55.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.s390x" }, "product_reference": "python36-base-3.6.15-55.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python36-base-3.6.15-55.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.x86_64" }, "product_reference": "python36-base-3.6.15-55.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-48566", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-48566" } ], "notes": [ { "category": "general", "text": "An issue was discovered in compare_digest in Lib/hmac.py in Python through 3.9.1. Constant-time-defeating optimisations were possible in the accumulator variable in hmac.compare_digest.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2022-48566", "url": "https://www.suse.com/security/cve/CVE-2022-48566" }, { "category": "external", "summary": "SUSE Bug 1214691 for CVE-2022-48566", "url": "https://bugzilla.suse.com/1214691" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-05-29T19:41:40Z", "details": "moderate" } ], "title": "CVE-2022-48566" }, { "cve": "CVE-2023-52425", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-52425" } ], "notes": [ { "category": "general", "text": "libexpat through 2.5.0 allows a denial of service (resource consumption) because many full reparsings are required in the case of a large token for which multiple buffer fills are needed.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-52425", "url": "https://www.suse.com/security/cve/CVE-2023-52425" }, { "category": "external", "summary": "SUSE Bug 1219559 for CVE-2023-52425", "url": "https://bugzilla.suse.com/1219559" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-05-29T19:41:40Z", "details": "moderate" } ], "title": "CVE-2023-52425" }, { "cve": "CVE-2023-6597", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-6597" } ], "notes": [ { "category": "general", "text": "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", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-6597", "url": "https://www.suse.com/security/cve/CVE-2023-6597" }, { "category": "external", "summary": "SUSE Bug 1219666 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1219666" }, { "category": "external", "summary": "SUSE Bug 1221854 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1221854" }, { "category": "external", "summary": "SUSE Bug 1224879 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1224879" }, { "category": "external", "summary": "SUSE Bug 1225185 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1225185" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-05-29T19:41:40Z", "details": "important" } ], "title": "CVE-2023-6597" }, { "cve": "CVE-2024-0450", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-0450" } ], "notes": [ { "category": "general", "text": "An issue was found in the CPython `zipfile` module affecting versions 3.12.1, 3.11.7, 3.10.13, 3.9.18, and 3.8.18 and prior.\n\nThe zipfile module is vulnerable to \"quoted-overlap\" zip-bombs which exploit the zip format to create a zip-bomb with a high compression ratio. The fixed versions of CPython makes the zipfile module reject zip archives which overlap entries in the archive.\n\n", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-0450", "url": "https://www.suse.com/security/cve/CVE-2024-0450" }, { "category": "external", "summary": "SUSE Bug 1221854 for CVE-2024-0450", "url": "https://bugzilla.suse.com/1221854" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-55.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-55.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-05-29T19:41:40Z", "details": "moderate" } ], "title": "CVE-2024-0450" } ] }
suse-su-2024:0784-1
Vulnerability from csaf_suse
Published
2024-03-06 19:03
Modified
2024-03-06 19:03
Summary
Security update for python39
Notes
Title of the patch
Security update for python39
Description of the patch
This update for python39 fixes the following issues:
- CVE-2023-6597: Fixed symlink bug in cleanup of tempfile.TemporaryDirectory (bsc#1219666).
- CVE-2023-27043: Fixed incorrect e-mqil parsing (bsc#1210638).
- CVE-2023-40217: Fixed a ssl.SSLSocket TLS bypass vulnerability where data is sent unencrypted (bsc#1214692).
- CVE-2022-25236: Fixed an expat vulnerability by supporting expat >= 2.4.4 (bsc#1212015).
Patchnames
SUSE-2024-784,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-784,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-784,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-784,SUSE-Storage-7.1-2024-784,openSUSE-SLE-15.5-2024-784
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for python39", "title": "Title of the patch" }, { "category": "description", "text": "This update for python39 fixes the following issues:\n\n- CVE-2023-6597: Fixed symlink bug in cleanup of tempfile.TemporaryDirectory (bsc#1219666).\n- CVE-2023-27043: Fixed incorrect e-mqil parsing (bsc#1210638).\n- CVE-2023-40217: Fixed a ssl.SSLSocket TLS bypass vulnerability where data is sent unencrypted (bsc#1214692).\n- CVE-2022-25236: Fixed an expat vulnerability by supporting expat \u003e= 2.4.4 (bsc#1212015).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-784,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-784,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-784,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-784,SUSE-Storage-7.1-2024-784,openSUSE-SLE-15.5-2024-784", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_0784-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:0784-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20240784-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:0784-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-March/018103.html" }, { "category": "self", "summary": "SUSE Bug 1196025", "url": "https://bugzilla.suse.com/1196025" }, { "category": "self", "summary": "SUSE Bug 1210638", "url": "https://bugzilla.suse.com/1210638" }, { "category": "self", "summary": "SUSE Bug 1212015", "url": "https://bugzilla.suse.com/1212015" }, { "category": "self", "summary": "SUSE Bug 1214692", "url": "https://bugzilla.suse.com/1214692" }, { "category": "self", "summary": "SUSE Bug 1215454", "url": "https://bugzilla.suse.com/1215454" }, { "category": "self", "summary": "SUSE Bug 1219666", "url": "https://bugzilla.suse.com/1219666" }, { "category": "self", "summary": "SUSE CVE CVE-2022-25236 page", "url": "https://www.suse.com/security/cve/CVE-2022-25236/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-27043 page", "url": "https://www.suse.com/security/cve/CVE-2023-27043/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-40217 page", "url": "https://www.suse.com/security/cve/CVE-2023-40217/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-6597 page", "url": "https://www.suse.com/security/cve/CVE-2023-6597/" } ], "title": "Security update for python39", "tracking": { "current_release_date": "2024-03-06T19:03:44Z", "generator": { "date": "2024-03-06T19:03:44Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:0784-1", "initial_release_date": "2024-03-06T19:03:44Z", "revision_history": [ { "date": "2024-03-06T19:03:44Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "product": { "name": "libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "product_id": "libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64" } }, { "category": "product_version", "name": "python39-3.9.18-150300.4.38.1.aarch64", "product": { "name": "python39-3.9.18-150300.4.38.1.aarch64", "product_id": "python39-3.9.18-150300.4.38.1.aarch64" } }, { "category": "product_version", "name": "python39-base-3.9.18-150300.4.38.1.aarch64", "product": { "name": "python39-base-3.9.18-150300.4.38.1.aarch64", "product_id": "python39-base-3.9.18-150300.4.38.1.aarch64" } }, { "category": "product_version", "name": "python39-curses-3.9.18-150300.4.38.1.aarch64", "product": { "name": "python39-curses-3.9.18-150300.4.38.1.aarch64", "product_id": "python39-curses-3.9.18-150300.4.38.1.aarch64" } }, { "category": "product_version", "name": "python39-dbm-3.9.18-150300.4.38.1.aarch64", "product": { "name": "python39-dbm-3.9.18-150300.4.38.1.aarch64", "product_id": "python39-dbm-3.9.18-150300.4.38.1.aarch64" } }, { "category": "product_version", "name": "python39-devel-3.9.18-150300.4.38.1.aarch64", "product": { "name": "python39-devel-3.9.18-150300.4.38.1.aarch64", "product_id": "python39-devel-3.9.18-150300.4.38.1.aarch64" } }, { "category": "product_version", "name": "python39-doc-3.9.18-150300.4.38.1.aarch64", "product": { "name": "python39-doc-3.9.18-150300.4.38.1.aarch64", "product_id": "python39-doc-3.9.18-150300.4.38.1.aarch64" } }, { "category": "product_version", "name": "python39-doc-devhelp-3.9.18-150300.4.38.1.aarch64", "product": { "name": "python39-doc-devhelp-3.9.18-150300.4.38.1.aarch64", "product_id": "python39-doc-devhelp-3.9.18-150300.4.38.1.aarch64" } }, { "category": "product_version", "name": "python39-idle-3.9.18-150300.4.38.1.aarch64", "product": { "name": "python39-idle-3.9.18-150300.4.38.1.aarch64", "product_id": "python39-idle-3.9.18-150300.4.38.1.aarch64" } }, { "category": "product_version", "name": "python39-testsuite-3.9.18-150300.4.38.1.aarch64", "product": { "name": "python39-testsuite-3.9.18-150300.4.38.1.aarch64", "product_id": "python39-testsuite-3.9.18-150300.4.38.1.aarch64" } }, { "category": "product_version", "name": "python39-tk-3.9.18-150300.4.38.1.aarch64", "product": { "name": "python39-tk-3.9.18-150300.4.38.1.aarch64", "product_id": "python39-tk-3.9.18-150300.4.38.1.aarch64" } }, { "category": "product_version", "name": "python39-tools-3.9.18-150300.4.38.1.aarch64", "product": { "name": "python39-tools-3.9.18-150300.4.38.1.aarch64", "product_id": "python39-tools-3.9.18-150300.4.38.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libpython3_9-1_0-64bit-3.9.18-150300.4.38.1.aarch64_ilp32", "product": { "name": "libpython3_9-1_0-64bit-3.9.18-150300.4.38.1.aarch64_ilp32", "product_id": "libpython3_9-1_0-64bit-3.9.18-150300.4.38.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python39-64bit-3.9.18-150300.4.38.1.aarch64_ilp32", "product": { "name": "python39-64bit-3.9.18-150300.4.38.1.aarch64_ilp32", "product_id": "python39-64bit-3.9.18-150300.4.38.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python39-base-64bit-3.9.18-150300.4.38.1.aarch64_ilp32", "product": { "name": "python39-base-64bit-3.9.18-150300.4.38.1.aarch64_ilp32", "product_id": "python39-base-64bit-3.9.18-150300.4.38.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libpython3_9-1_0-3.9.18-150300.4.38.1.i586", "product": { "name": "libpython3_9-1_0-3.9.18-150300.4.38.1.i586", "product_id": "libpython3_9-1_0-3.9.18-150300.4.38.1.i586" } }, { "category": "product_version", "name": "python39-3.9.18-150300.4.38.1.i586", "product": { "name": "python39-3.9.18-150300.4.38.1.i586", "product_id": "python39-3.9.18-150300.4.38.1.i586" } }, { "category": "product_version", "name": "python39-base-3.9.18-150300.4.38.1.i586", "product": { "name": "python39-base-3.9.18-150300.4.38.1.i586", "product_id": "python39-base-3.9.18-150300.4.38.1.i586" } }, { "category": "product_version", "name": "python39-curses-3.9.18-150300.4.38.1.i586", "product": { "name": "python39-curses-3.9.18-150300.4.38.1.i586", "product_id": "python39-curses-3.9.18-150300.4.38.1.i586" } }, { "category": "product_version", "name": "python39-dbm-3.9.18-150300.4.38.1.i586", "product": { "name": "python39-dbm-3.9.18-150300.4.38.1.i586", "product_id": "python39-dbm-3.9.18-150300.4.38.1.i586" } }, { "category": "product_version", "name": "python39-devel-3.9.18-150300.4.38.1.i586", "product": { "name": "python39-devel-3.9.18-150300.4.38.1.i586", "product_id": "python39-devel-3.9.18-150300.4.38.1.i586" } }, { "category": "product_version", "name": "python39-doc-3.9.18-150300.4.38.1.i586", "product": { "name": "python39-doc-3.9.18-150300.4.38.1.i586", "product_id": "python39-doc-3.9.18-150300.4.38.1.i586" } }, { "category": "product_version", "name": "python39-doc-devhelp-3.9.18-150300.4.38.1.i586", "product": { "name": "python39-doc-devhelp-3.9.18-150300.4.38.1.i586", "product_id": "python39-doc-devhelp-3.9.18-150300.4.38.1.i586" } }, { "category": "product_version", "name": "python39-idle-3.9.18-150300.4.38.1.i586", "product": { "name": "python39-idle-3.9.18-150300.4.38.1.i586", "product_id": "python39-idle-3.9.18-150300.4.38.1.i586" } }, { "category": "product_version", "name": "python39-testsuite-3.9.18-150300.4.38.1.i586", "product": { "name": "python39-testsuite-3.9.18-150300.4.38.1.i586", "product_id": "python39-testsuite-3.9.18-150300.4.38.1.i586" } }, { "category": "product_version", "name": "python39-tk-3.9.18-150300.4.38.1.i586", "product": { "name": "python39-tk-3.9.18-150300.4.38.1.i586", "product_id": "python39-tk-3.9.18-150300.4.38.1.i586" } }, { "category": "product_version", "name": "python39-tools-3.9.18-150300.4.38.1.i586", "product": { "name": "python39-tools-3.9.18-150300.4.38.1.i586", "product_id": "python39-tools-3.9.18-150300.4.38.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le", "product": { "name": "libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le", "product_id": "libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le" } }, { "category": "product_version", "name": "python39-3.9.18-150300.4.38.1.ppc64le", "product": { "name": "python39-3.9.18-150300.4.38.1.ppc64le", "product_id": "python39-3.9.18-150300.4.38.1.ppc64le" } }, { "category": "product_version", "name": "python39-base-3.9.18-150300.4.38.1.ppc64le", "product": { "name": "python39-base-3.9.18-150300.4.38.1.ppc64le", "product_id": "python39-base-3.9.18-150300.4.38.1.ppc64le" } }, { "category": "product_version", "name": "python39-curses-3.9.18-150300.4.38.1.ppc64le", "product": { "name": "python39-curses-3.9.18-150300.4.38.1.ppc64le", "product_id": "python39-curses-3.9.18-150300.4.38.1.ppc64le" } }, { "category": "product_version", "name": "python39-dbm-3.9.18-150300.4.38.1.ppc64le", "product": { "name": "python39-dbm-3.9.18-150300.4.38.1.ppc64le", "product_id": "python39-dbm-3.9.18-150300.4.38.1.ppc64le" } }, { "category": "product_version", "name": "python39-devel-3.9.18-150300.4.38.1.ppc64le", "product": { "name": "python39-devel-3.9.18-150300.4.38.1.ppc64le", "product_id": "python39-devel-3.9.18-150300.4.38.1.ppc64le" } }, { "category": "product_version", "name": "python39-doc-3.9.18-150300.4.38.1.ppc64le", "product": { "name": "python39-doc-3.9.18-150300.4.38.1.ppc64le", "product_id": "python39-doc-3.9.18-150300.4.38.1.ppc64le" } }, { "category": "product_version", "name": "python39-doc-devhelp-3.9.18-150300.4.38.1.ppc64le", "product": { "name": "python39-doc-devhelp-3.9.18-150300.4.38.1.ppc64le", "product_id": "python39-doc-devhelp-3.9.18-150300.4.38.1.ppc64le" } }, { "category": "product_version", "name": "python39-idle-3.9.18-150300.4.38.1.ppc64le", "product": { "name": "python39-idle-3.9.18-150300.4.38.1.ppc64le", "product_id": "python39-idle-3.9.18-150300.4.38.1.ppc64le" } }, { "category": "product_version", "name": "python39-testsuite-3.9.18-150300.4.38.1.ppc64le", "product": { "name": "python39-testsuite-3.9.18-150300.4.38.1.ppc64le", "product_id": "python39-testsuite-3.9.18-150300.4.38.1.ppc64le" } }, { "category": "product_version", "name": "python39-tk-3.9.18-150300.4.38.1.ppc64le", "product": { "name": "python39-tk-3.9.18-150300.4.38.1.ppc64le", "product_id": "python39-tk-3.9.18-150300.4.38.1.ppc64le" } }, { "category": "product_version", "name": "python39-tools-3.9.18-150300.4.38.1.ppc64le", "product": { "name": "python39-tools-3.9.18-150300.4.38.1.ppc64le", "product_id": "python39-tools-3.9.18-150300.4.38.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libpython3_9-1_0-3.9.18-150300.4.38.1.s390x", "product": { "name": "libpython3_9-1_0-3.9.18-150300.4.38.1.s390x", "product_id": "libpython3_9-1_0-3.9.18-150300.4.38.1.s390x" } }, { "category": "product_version", "name": "python39-3.9.18-150300.4.38.1.s390x", "product": { "name": "python39-3.9.18-150300.4.38.1.s390x", "product_id": "python39-3.9.18-150300.4.38.1.s390x" } }, { "category": "product_version", "name": "python39-base-3.9.18-150300.4.38.1.s390x", "product": { "name": "python39-base-3.9.18-150300.4.38.1.s390x", "product_id": "python39-base-3.9.18-150300.4.38.1.s390x" } }, { "category": "product_version", "name": "python39-curses-3.9.18-150300.4.38.1.s390x", "product": { "name": "python39-curses-3.9.18-150300.4.38.1.s390x", "product_id": "python39-curses-3.9.18-150300.4.38.1.s390x" } }, { "category": "product_version", "name": "python39-dbm-3.9.18-150300.4.38.1.s390x", "product": { "name": "python39-dbm-3.9.18-150300.4.38.1.s390x", "product_id": "python39-dbm-3.9.18-150300.4.38.1.s390x" } }, { "category": "product_version", "name": "python39-devel-3.9.18-150300.4.38.1.s390x", "product": { "name": "python39-devel-3.9.18-150300.4.38.1.s390x", "product_id": "python39-devel-3.9.18-150300.4.38.1.s390x" } }, { "category": "product_version", "name": "python39-doc-3.9.18-150300.4.38.1.s390x", "product": { "name": "python39-doc-3.9.18-150300.4.38.1.s390x", "product_id": "python39-doc-3.9.18-150300.4.38.1.s390x" } }, { "category": "product_version", "name": "python39-doc-devhelp-3.9.18-150300.4.38.1.s390x", "product": { "name": "python39-doc-devhelp-3.9.18-150300.4.38.1.s390x", "product_id": "python39-doc-devhelp-3.9.18-150300.4.38.1.s390x" } }, { "category": "product_version", "name": "python39-idle-3.9.18-150300.4.38.1.s390x", "product": { "name": "python39-idle-3.9.18-150300.4.38.1.s390x", "product_id": "python39-idle-3.9.18-150300.4.38.1.s390x" } }, { "category": "product_version", "name": "python39-testsuite-3.9.18-150300.4.38.1.s390x", "product": { "name": "python39-testsuite-3.9.18-150300.4.38.1.s390x", "product_id": "python39-testsuite-3.9.18-150300.4.38.1.s390x" } }, { "category": "product_version", "name": "python39-tk-3.9.18-150300.4.38.1.s390x", "product": { "name": "python39-tk-3.9.18-150300.4.38.1.s390x", "product_id": "python39-tk-3.9.18-150300.4.38.1.s390x" } }, { "category": "product_version", "name": "python39-tools-3.9.18-150300.4.38.1.s390x", "product": { "name": "python39-tools-3.9.18-150300.4.38.1.s390x", "product_id": "python39-tools-3.9.18-150300.4.38.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "product": { "name": "libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "product_id": "libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64" } }, { "category": "product_version", "name": "libpython3_9-1_0-32bit-3.9.18-150300.4.38.1.x86_64", "product": { "name": "libpython3_9-1_0-32bit-3.9.18-150300.4.38.1.x86_64", "product_id": "libpython3_9-1_0-32bit-3.9.18-150300.4.38.1.x86_64" } }, { "category": "product_version", "name": "python39-3.9.18-150300.4.38.1.x86_64", "product": { "name": "python39-3.9.18-150300.4.38.1.x86_64", "product_id": "python39-3.9.18-150300.4.38.1.x86_64" } }, { "category": "product_version", "name": "python39-32bit-3.9.18-150300.4.38.1.x86_64", "product": { "name": "python39-32bit-3.9.18-150300.4.38.1.x86_64", "product_id": "python39-32bit-3.9.18-150300.4.38.1.x86_64" } }, { "category": "product_version", "name": "python39-base-3.9.18-150300.4.38.1.x86_64", "product": { "name": "python39-base-3.9.18-150300.4.38.1.x86_64", "product_id": "python39-base-3.9.18-150300.4.38.1.x86_64" } }, { "category": "product_version", "name": "python39-base-32bit-3.9.18-150300.4.38.1.x86_64", "product": { "name": "python39-base-32bit-3.9.18-150300.4.38.1.x86_64", "product_id": "python39-base-32bit-3.9.18-150300.4.38.1.x86_64" } }, { "category": "product_version", "name": "python39-curses-3.9.18-150300.4.38.1.x86_64", "product": { "name": "python39-curses-3.9.18-150300.4.38.1.x86_64", "product_id": "python39-curses-3.9.18-150300.4.38.1.x86_64" } }, { "category": "product_version", "name": "python39-dbm-3.9.18-150300.4.38.1.x86_64", "product": { "name": "python39-dbm-3.9.18-150300.4.38.1.x86_64", "product_id": "python39-dbm-3.9.18-150300.4.38.1.x86_64" } }, { "category": "product_version", "name": "python39-devel-3.9.18-150300.4.38.1.x86_64", "product": { "name": "python39-devel-3.9.18-150300.4.38.1.x86_64", "product_id": "python39-devel-3.9.18-150300.4.38.1.x86_64" } }, { "category": "product_version", "name": "python39-doc-3.9.18-150300.4.38.1.x86_64", "product": { "name": "python39-doc-3.9.18-150300.4.38.1.x86_64", "product_id": "python39-doc-3.9.18-150300.4.38.1.x86_64" } }, { "category": "product_version", "name": "python39-doc-devhelp-3.9.18-150300.4.38.1.x86_64", "product": { "name": "python39-doc-devhelp-3.9.18-150300.4.38.1.x86_64", "product_id": "python39-doc-devhelp-3.9.18-150300.4.38.1.x86_64" } }, { "category": "product_version", "name": "python39-idle-3.9.18-150300.4.38.1.x86_64", "product": { "name": "python39-idle-3.9.18-150300.4.38.1.x86_64", "product_id": "python39-idle-3.9.18-150300.4.38.1.x86_64" } }, { "category": "product_version", "name": "python39-testsuite-3.9.18-150300.4.38.1.x86_64", "product": { "name": "python39-testsuite-3.9.18-150300.4.38.1.x86_64", "product_id": "python39-testsuite-3.9.18-150300.4.38.1.x86_64" } }, { "category": "product_version", "name": "python39-tk-3.9.18-150300.4.38.1.x86_64", "product": { "name": "python39-tk-3.9.18-150300.4.38.1.x86_64", "product_id": "python39-tk-3.9.18-150300.4.38.1.x86_64" } }, { "category": "product_version", "name": "python39-tools-3.9.18-150300.4.38.1.x86_64", "product": { "name": "python39-tools-3.9.18-150300.4.38.1.x86_64", "product_id": "python39-tools-3.9.18-150300.4.38.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp3" } } }, { "category": "product_name", "name": "SUSE Enterprise Storage 7.1", "product": { "name": "SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1", "product_identification_helper": { "cpe": "cpe:/o:suse:ses:7.1" } } }, { "category": "product_name", "name": "openSUSE Leap 15.5", "product": { "name": "openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64" }, "product_reference": "libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-3.9.18-150300.4.38.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.aarch64" }, "product_reference": "python39-3.9.18-150300.4.38.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-3.9.18-150300.4.38.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-base-3.9.18-150300.4.38.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.aarch64" }, "product_reference": "python39-base-3.9.18-150300.4.38.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-base-3.9.18-150300.4.38.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-base-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-curses-3.9.18-150300.4.38.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.aarch64" }, "product_reference": "python39-curses-3.9.18-150300.4.38.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-curses-3.9.18-150300.4.38.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-curses-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-dbm-3.9.18-150300.4.38.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.aarch64" }, "product_reference": "python39-dbm-3.9.18-150300.4.38.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-dbm-3.9.18-150300.4.38.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-dbm-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-3.9.18-150300.4.38.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.aarch64" }, "product_reference": "python39-devel-3.9.18-150300.4.38.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-3.9.18-150300.4.38.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-devel-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-3.9.18-150300.4.38.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.aarch64" }, "product_reference": "python39-idle-3.9.18-150300.4.38.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-3.9.18-150300.4.38.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-idle-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tk-3.9.18-150300.4.38.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.aarch64" }, "product_reference": "python39-tk-3.9.18-150300.4.38.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tk-3.9.18-150300.4.38.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-tk-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tools-3.9.18-150300.4.38.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.aarch64" }, "product_reference": "python39-tools-3.9.18-150300.4.38.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tools-3.9.18-150300.4.38.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-tools-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64" }, "product_reference": "libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le" }, "product_reference": "libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_9-1_0-3.9.18-150300.4.38.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.s390x" }, "product_reference": "libpython3_9-1_0-3.9.18-150300.4.38.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-3.9.18-150300.4.38.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.aarch64" }, "product_reference": "python39-3.9.18-150300.4.38.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-3.9.18-150300.4.38.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.ppc64le" }, "product_reference": "python39-3.9.18-150300.4.38.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-3.9.18-150300.4.38.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.s390x" }, "product_reference": "python39-3.9.18-150300.4.38.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-3.9.18-150300.4.38.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-base-3.9.18-150300.4.38.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.aarch64" }, "product_reference": "python39-base-3.9.18-150300.4.38.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-base-3.9.18-150300.4.38.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.ppc64le" }, "product_reference": "python39-base-3.9.18-150300.4.38.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-base-3.9.18-150300.4.38.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.s390x" }, "product_reference": "python39-base-3.9.18-150300.4.38.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-base-3.9.18-150300.4.38.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-base-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-curses-3.9.18-150300.4.38.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.aarch64" }, "product_reference": "python39-curses-3.9.18-150300.4.38.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-curses-3.9.18-150300.4.38.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.ppc64le" }, "product_reference": "python39-curses-3.9.18-150300.4.38.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-curses-3.9.18-150300.4.38.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.s390x" }, "product_reference": "python39-curses-3.9.18-150300.4.38.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-curses-3.9.18-150300.4.38.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-curses-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-dbm-3.9.18-150300.4.38.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.aarch64" }, "product_reference": "python39-dbm-3.9.18-150300.4.38.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-dbm-3.9.18-150300.4.38.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.ppc64le" }, "product_reference": "python39-dbm-3.9.18-150300.4.38.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-dbm-3.9.18-150300.4.38.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.s390x" }, "product_reference": "python39-dbm-3.9.18-150300.4.38.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-dbm-3.9.18-150300.4.38.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-dbm-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-3.9.18-150300.4.38.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.aarch64" }, "product_reference": "python39-devel-3.9.18-150300.4.38.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-3.9.18-150300.4.38.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.ppc64le" }, "product_reference": "python39-devel-3.9.18-150300.4.38.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-3.9.18-150300.4.38.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.s390x" }, "product_reference": "python39-devel-3.9.18-150300.4.38.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-3.9.18-150300.4.38.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-devel-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-3.9.18-150300.4.38.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.aarch64" }, "product_reference": "python39-idle-3.9.18-150300.4.38.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-3.9.18-150300.4.38.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.ppc64le" }, "product_reference": "python39-idle-3.9.18-150300.4.38.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-3.9.18-150300.4.38.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.s390x" }, "product_reference": "python39-idle-3.9.18-150300.4.38.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-3.9.18-150300.4.38.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-idle-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tk-3.9.18-150300.4.38.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.aarch64" }, "product_reference": "python39-tk-3.9.18-150300.4.38.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tk-3.9.18-150300.4.38.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.ppc64le" }, "product_reference": "python39-tk-3.9.18-150300.4.38.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tk-3.9.18-150300.4.38.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.s390x" }, "product_reference": "python39-tk-3.9.18-150300.4.38.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tk-3.9.18-150300.4.38.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-tk-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tools-3.9.18-150300.4.38.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.aarch64" }, "product_reference": "python39-tools-3.9.18-150300.4.38.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tools-3.9.18-150300.4.38.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.ppc64le" }, "product_reference": "python39-tools-3.9.18-150300.4.38.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tools-3.9.18-150300.4.38.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.s390x" }, "product_reference": "python39-tools-3.9.18-150300.4.38.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tools-3.9.18-150300.4.38.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-tools-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le" }, "product_reference": "libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python39-3.9.18-150300.4.38.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.18-150300.4.38.1.ppc64le" }, "product_reference": "python39-3.9.18-150300.4.38.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python39-3.9.18-150300.4.38.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python39-base-3.9.18-150300.4.38.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.18-150300.4.38.1.ppc64le" }, "product_reference": "python39-base-3.9.18-150300.4.38.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python39-base-3.9.18-150300.4.38.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-base-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python39-curses-3.9.18-150300.4.38.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.18-150300.4.38.1.ppc64le" }, "product_reference": "python39-curses-3.9.18-150300.4.38.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python39-curses-3.9.18-150300.4.38.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-curses-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python39-dbm-3.9.18-150300.4.38.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.18-150300.4.38.1.ppc64le" }, "product_reference": "python39-dbm-3.9.18-150300.4.38.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python39-dbm-3.9.18-150300.4.38.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-dbm-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-3.9.18-150300.4.38.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.18-150300.4.38.1.ppc64le" }, "product_reference": "python39-devel-3.9.18-150300.4.38.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-3.9.18-150300.4.38.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-devel-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-3.9.18-150300.4.38.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.18-150300.4.38.1.ppc64le" }, "product_reference": "python39-idle-3.9.18-150300.4.38.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-3.9.18-150300.4.38.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-idle-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tk-3.9.18-150300.4.38.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.18-150300.4.38.1.ppc64le" }, "product_reference": "python39-tk-3.9.18-150300.4.38.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tk-3.9.18-150300.4.38.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-tk-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tools-3.9.18-150300.4.38.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.18-150300.4.38.1.ppc64le" }, "product_reference": "python39-tools-3.9.18-150300.4.38.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tools-3.9.18-150300.4.38.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-tools-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64" }, "product_reference": "libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-3.9.18-150300.4.38.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python39-3.9.18-150300.4.38.1.aarch64" }, "product_reference": "python39-3.9.18-150300.4.38.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-3.9.18-150300.4.38.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python39-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-base-3.9.18-150300.4.38.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python39-base-3.9.18-150300.4.38.1.aarch64" }, "product_reference": "python39-base-3.9.18-150300.4.38.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-base-3.9.18-150300.4.38.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python39-base-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-base-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-curses-3.9.18-150300.4.38.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python39-curses-3.9.18-150300.4.38.1.aarch64" }, "product_reference": "python39-curses-3.9.18-150300.4.38.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-curses-3.9.18-150300.4.38.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python39-curses-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-curses-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-dbm-3.9.18-150300.4.38.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python39-dbm-3.9.18-150300.4.38.1.aarch64" }, "product_reference": "python39-dbm-3.9.18-150300.4.38.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-dbm-3.9.18-150300.4.38.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python39-dbm-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-dbm-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-3.9.18-150300.4.38.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python39-devel-3.9.18-150300.4.38.1.aarch64" }, "product_reference": "python39-devel-3.9.18-150300.4.38.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-3.9.18-150300.4.38.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python39-devel-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-devel-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-3.9.18-150300.4.38.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python39-idle-3.9.18-150300.4.38.1.aarch64" }, "product_reference": "python39-idle-3.9.18-150300.4.38.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-3.9.18-150300.4.38.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python39-idle-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-idle-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tk-3.9.18-150300.4.38.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python39-tk-3.9.18-150300.4.38.1.aarch64" }, "product_reference": "python39-tk-3.9.18-150300.4.38.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tk-3.9.18-150300.4.38.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python39-tk-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-tk-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tools-3.9.18-150300.4.38.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python39-tools-3.9.18-150300.4.38.1.aarch64" }, "product_reference": "python39-tools-3.9.18-150300.4.38.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tools-3.9.18-150300.4.38.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:python39-tools-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-tools-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64" }, "product_reference": "libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le" }, "product_reference": "libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_9-1_0-3.9.18-150300.4.38.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.s390x" }, "product_reference": "libpython3_9-1_0-3.9.18-150300.4.38.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_9-1_0-32bit-3.9.18-150300.4.38.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "libpython3_9-1_0-32bit-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-3.9.18-150300.4.38.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.aarch64" }, "product_reference": "python39-3.9.18-150300.4.38.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-3.9.18-150300.4.38.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.ppc64le" }, "product_reference": "python39-3.9.18-150300.4.38.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-3.9.18-150300.4.38.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.s390x" }, "product_reference": "python39-3.9.18-150300.4.38.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-3.9.18-150300.4.38.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-32bit-3.9.18-150300.4.38.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-32bit-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-32bit-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-base-3.9.18-150300.4.38.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.aarch64" }, "product_reference": "python39-base-3.9.18-150300.4.38.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-base-3.9.18-150300.4.38.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.ppc64le" }, "product_reference": "python39-base-3.9.18-150300.4.38.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-base-3.9.18-150300.4.38.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.s390x" }, "product_reference": "python39-base-3.9.18-150300.4.38.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-base-3.9.18-150300.4.38.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-base-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-base-32bit-3.9.18-150300.4.38.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-base-32bit-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-base-32bit-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-curses-3.9.18-150300.4.38.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.aarch64" }, "product_reference": "python39-curses-3.9.18-150300.4.38.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-curses-3.9.18-150300.4.38.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.ppc64le" }, "product_reference": "python39-curses-3.9.18-150300.4.38.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-curses-3.9.18-150300.4.38.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.s390x" }, "product_reference": "python39-curses-3.9.18-150300.4.38.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-curses-3.9.18-150300.4.38.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-curses-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-dbm-3.9.18-150300.4.38.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.aarch64" }, "product_reference": "python39-dbm-3.9.18-150300.4.38.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-dbm-3.9.18-150300.4.38.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.ppc64le" }, "product_reference": "python39-dbm-3.9.18-150300.4.38.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-dbm-3.9.18-150300.4.38.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.s390x" }, "product_reference": "python39-dbm-3.9.18-150300.4.38.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-dbm-3.9.18-150300.4.38.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-dbm-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-3.9.18-150300.4.38.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.aarch64" }, "product_reference": "python39-devel-3.9.18-150300.4.38.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-3.9.18-150300.4.38.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.ppc64le" }, "product_reference": "python39-devel-3.9.18-150300.4.38.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-3.9.18-150300.4.38.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.s390x" }, "product_reference": "python39-devel-3.9.18-150300.4.38.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-3.9.18-150300.4.38.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-devel-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-doc-3.9.18-150300.4.38.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.aarch64" }, "product_reference": "python39-doc-3.9.18-150300.4.38.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-doc-3.9.18-150300.4.38.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.ppc64le" }, "product_reference": "python39-doc-3.9.18-150300.4.38.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-doc-3.9.18-150300.4.38.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.s390x" }, "product_reference": "python39-doc-3.9.18-150300.4.38.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-doc-3.9.18-150300.4.38.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-doc-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-doc-devhelp-3.9.18-150300.4.38.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.aarch64" }, "product_reference": "python39-doc-devhelp-3.9.18-150300.4.38.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-doc-devhelp-3.9.18-150300.4.38.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.ppc64le" }, "product_reference": "python39-doc-devhelp-3.9.18-150300.4.38.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-doc-devhelp-3.9.18-150300.4.38.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.s390x" }, "product_reference": "python39-doc-devhelp-3.9.18-150300.4.38.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-doc-devhelp-3.9.18-150300.4.38.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-doc-devhelp-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-3.9.18-150300.4.38.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.aarch64" }, "product_reference": "python39-idle-3.9.18-150300.4.38.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-3.9.18-150300.4.38.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.ppc64le" }, "product_reference": "python39-idle-3.9.18-150300.4.38.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-3.9.18-150300.4.38.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.s390x" }, "product_reference": "python39-idle-3.9.18-150300.4.38.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-3.9.18-150300.4.38.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-idle-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-testsuite-3.9.18-150300.4.38.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.aarch64" }, "product_reference": "python39-testsuite-3.9.18-150300.4.38.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-testsuite-3.9.18-150300.4.38.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.ppc64le" }, "product_reference": "python39-testsuite-3.9.18-150300.4.38.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-testsuite-3.9.18-150300.4.38.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.s390x" }, "product_reference": "python39-testsuite-3.9.18-150300.4.38.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-testsuite-3.9.18-150300.4.38.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-testsuite-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tk-3.9.18-150300.4.38.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.aarch64" }, "product_reference": "python39-tk-3.9.18-150300.4.38.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tk-3.9.18-150300.4.38.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.ppc64le" }, "product_reference": "python39-tk-3.9.18-150300.4.38.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tk-3.9.18-150300.4.38.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.s390x" }, "product_reference": "python39-tk-3.9.18-150300.4.38.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tk-3.9.18-150300.4.38.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-tk-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tools-3.9.18-150300.4.38.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.aarch64" }, "product_reference": "python39-tools-3.9.18-150300.4.38.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tools-3.9.18-150300.4.38.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.ppc64le" }, "product_reference": "python39-tools-3.9.18-150300.4.38.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tools-3.9.18-150300.4.38.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.s390x" }, "product_reference": "python39-tools-3.9.18-150300.4.38.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tools-3.9.18-150300.4.38.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.x86_64" }, "product_reference": "python39-tools-3.9.18-150300.4.38.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-25236", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-25236" } ], "notes": [ { "category": "general", "text": "xmlparse.c in Expat (aka libexpat) before 2.4.5 allows attackers to insert namespace-separator characters into namespace URIs.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-base-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-32bit-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-base-32bit-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2022-25236", "url": "https://www.suse.com/security/cve/CVE-2022-25236" }, { "category": "external", "summary": "SUSE Bug 1196025 for CVE-2022-25236", "url": "https://bugzilla.suse.com/1196025" }, { "category": "external", "summary": "SUSE Bug 1196784 for CVE-2022-25236", "url": "https://bugzilla.suse.com/1196784" }, { "category": "external", "summary": "SUSE Bug 1197217 for CVE-2022-25236", "url": "https://bugzilla.suse.com/1197217" }, { "category": "external", "summary": "SUSE Bug 1200038 for CVE-2022-25236", "url": "https://bugzilla.suse.com/1200038" }, { "category": "external", "summary": "SUSE Bug 1201735 for CVE-2022-25236", "url": "https://bugzilla.suse.com/1201735" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-base-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-32bit-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-base-32bit-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-base-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-32bit-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-base-32bit-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-03-06T19:03:44Z", "details": "important" } ], "title": "CVE-2022-25236" }, { "cve": "CVE-2023-27043", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-27043" } ], "notes": [ { "category": "general", "text": "The email module of Python through 3.11.3 incorrectly parses e-mail addresses that contain a special character. The wrong portion of an RFC2822 header is identified as the value of the addr-spec. In some applications, an attacker can bypass a protection mechanism in which application access is granted only after verifying receipt of e-mail to a specific domain (e.g., only @company.example.com addresses may be used for signup). This occurs in email/_parseaddr.py in recent versions of Python.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-base-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-32bit-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-base-32bit-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-27043", "url": "https://www.suse.com/security/cve/CVE-2023-27043" }, { "category": "external", "summary": "SUSE Bug 1210638 for CVE-2023-27043", "url": "https://bugzilla.suse.com/1210638" }, { "category": "external", "summary": "SUSE Bug 1222537 for CVE-2023-27043", "url": "https://bugzilla.suse.com/1222537" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-base-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-32bit-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-base-32bit-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-base-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-32bit-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-base-32bit-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-03-06T19:03:44Z", "details": "moderate" } ], "title": "CVE-2023-27043" }, { "cve": "CVE-2023-40217", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-40217" } ], "notes": [ { "category": "general", "text": "An issue was discovered in Python before 3.8.18, 3.9.x before 3.9.18, 3.10.x before 3.10.13, and 3.11.x before 3.11.5. It primarily affects servers (such as HTTP servers) that use TLS client authentication. If a TLS server-side socket is created, receives data into the socket buffer, and then is closed quickly, there is a brief window where the SSLSocket instance will detect the socket as \"not connected\" and won\u0027t initiate a handshake, but buffered data will still be readable from the socket buffer. This data will not be authenticated if the server-side TLS peer is expecting client certificate authentication, and is indistinguishable from valid TLS stream data. Data is limited in size to the amount that will fit in the buffer. (The TLS connection cannot directly be used for data exfiltration because the vulnerable code path requires that the connection be closed on initialization of the SSLSocket.)", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-base-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-32bit-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-base-32bit-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-40217", "url": "https://www.suse.com/security/cve/CVE-2023-40217" }, { "category": "external", "summary": "SUSE Bug 1214692 for CVE-2023-40217", "url": "https://bugzilla.suse.com/1214692" }, { "category": "external", "summary": "SUSE Bug 1217524 for CVE-2023-40217", "url": "https://bugzilla.suse.com/1217524" }, { "category": "external", "summary": "SUSE Bug 1218319 for CVE-2023-40217", "url": "https://bugzilla.suse.com/1218319" }, { "category": "external", "summary": "SUSE Bug 1218476 for CVE-2023-40217", "url": "https://bugzilla.suse.com/1218476" }, { "category": "external", "summary": "SUSE Bug 1218965 for CVE-2023-40217", "url": "https://bugzilla.suse.com/1218965" }, { "category": "external", "summary": "SUSE Bug 1219472 for CVE-2023-40217", "url": "https://bugzilla.suse.com/1219472" }, { "category": "external", "summary": "SUSE Bug 1219713 for CVE-2023-40217", "url": "https://bugzilla.suse.com/1219713" }, { "category": "external", "summary": "SUSE Bug 1221582 for CVE-2023-40217", "url": "https://bugzilla.suse.com/1221582" }, { "category": "external", "summary": "SUSE Bug 1224883 for CVE-2023-40217", "url": "https://bugzilla.suse.com/1224883" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-base-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-32bit-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-base-32bit-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-base-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-32bit-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-base-32bit-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-03-06T19:03:44Z", "details": "important" } ], "title": "CVE-2023-40217" }, { "cve": "CVE-2023-6597", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-6597" } ], "notes": [ { "category": "general", "text": "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", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-base-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-32bit-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-base-32bit-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-6597", "url": "https://www.suse.com/security/cve/CVE-2023-6597" }, { "category": "external", "summary": "SUSE Bug 1219666 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1219666" }, { "category": "external", "summary": "SUSE Bug 1221854 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1221854" }, { "category": "external", "summary": "SUSE Bug 1224879 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1224879" }, { "category": "external", "summary": "SUSE Bug 1225185 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1225185" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-base-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-32bit-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-base-32bit-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-base-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.18-150300.4.38.1.aarch64", "SUSE Enterprise Storage 7.1:python39-tools-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.18-150300.4.38.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.18-150300.4.38.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-32bit-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-base-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-base-32bit-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-curses-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-dbm-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-devel-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-doc-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-idle-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-testsuite-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-tk-3.9.18-150300.4.38.1.x86_64", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.aarch64", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.ppc64le", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.s390x", "openSUSE Leap 15.5:python39-tools-3.9.18-150300.4.38.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-03-06T19:03:44Z", "details": "important" } ], "title": "CVE-2023-6597" } ] }
suse-su-2024:0785-1
Vulnerability from csaf_suse
Published
2024-03-06 19:30
Modified
2024-03-06 19:30
Summary
Security update for python3
Notes
Title of the patch
Security update for python3
Description of the patch
This update for python3 fixes the following issues:
- CVE-2023-40217: Fixed bypass TLS handshake on closed sockets (bsc#1214692).
- CVE-2023-6597: Fixed symlink bug in cleanup (bsc#1219666).
Patchnames
SUSE-2024-785,SUSE-SLE-Module-Web-Scripting-12-2024-785,SUSE-SLE-SDK-12-SP5-2024-785,SUSE-SLE-SERVER-12-SP5-2024-785
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for python3", "title": "Title of the patch" }, { "category": "description", "text": "This update for python3 fixes the following issues:\n\n- CVE-2023-40217: Fixed bypass TLS handshake on closed sockets (bsc#1214692).\n- CVE-2023-6597: Fixed symlink bug in cleanup (bsc#1219666).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-785,SUSE-SLE-Module-Web-Scripting-12-2024-785,SUSE-SLE-SDK-12-SP5-2024-785,SUSE-SLE-SERVER-12-SP5-2024-785", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_0785-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:0785-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20240785-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:0785-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-March/018102.html" }, { "category": "self", "summary": "SUSE Bug 1214692", "url": "https://bugzilla.suse.com/1214692" }, { "category": "self", "summary": "SUSE Bug 1219666", "url": "https://bugzilla.suse.com/1219666" }, { "category": "self", "summary": "SUSE CVE CVE-2023-40217 page", "url": "https://www.suse.com/security/cve/CVE-2023-40217/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-6597 page", "url": "https://www.suse.com/security/cve/CVE-2023-6597/" } ], "title": "Security update for python3", "tracking": { "current_release_date": "2024-03-06T19:30:12Z", "generator": { "date": "2024-03-06T19:30:12Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:0785-1", "initial_release_date": "2024-03-06T19:30:12Z", "revision_history": [ { "date": "2024-03-06T19:30:12Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libpython3_4m1_0-3.4.10-25.124.1.aarch64", "product": { "name": "libpython3_4m1_0-3.4.10-25.124.1.aarch64", "product_id": "libpython3_4m1_0-3.4.10-25.124.1.aarch64" } }, { "category": "product_version", "name": "python3-3.4.10-25.124.1.aarch64", "product": { "name": "python3-3.4.10-25.124.1.aarch64", "product_id": "python3-3.4.10-25.124.1.aarch64" } }, { "category": "product_version", "name": "python3-base-3.4.10-25.124.1.aarch64", "product": { "name": "python3-base-3.4.10-25.124.1.aarch64", "product_id": "python3-base-3.4.10-25.124.1.aarch64" } }, { "category": "product_version", "name": "python3-curses-3.4.10-25.124.1.aarch64", "product": { "name": "python3-curses-3.4.10-25.124.1.aarch64", "product_id": "python3-curses-3.4.10-25.124.1.aarch64" } }, { "category": "product_version", "name": "python3-dbm-3.4.10-25.124.1.aarch64", "product": { "name": "python3-dbm-3.4.10-25.124.1.aarch64", "product_id": "python3-dbm-3.4.10-25.124.1.aarch64" } }, { "category": "product_version", "name": "python3-devel-3.4.10-25.124.1.aarch64", "product": { "name": "python3-devel-3.4.10-25.124.1.aarch64", "product_id": "python3-devel-3.4.10-25.124.1.aarch64" } }, { "category": "product_version", "name": "python3-idle-3.4.10-25.124.1.aarch64", "product": { "name": "python3-idle-3.4.10-25.124.1.aarch64", "product_id": "python3-idle-3.4.10-25.124.1.aarch64" } }, { "category": "product_version", "name": "python3-testsuite-3.4.10-25.124.1.aarch64", "product": { "name": "python3-testsuite-3.4.10-25.124.1.aarch64", "product_id": "python3-testsuite-3.4.10-25.124.1.aarch64" } }, { "category": "product_version", "name": "python3-tk-3.4.10-25.124.1.aarch64", "product": { "name": "python3-tk-3.4.10-25.124.1.aarch64", "product_id": "python3-tk-3.4.10-25.124.1.aarch64" } }, { "category": "product_version", "name": "python3-tools-3.4.10-25.124.1.aarch64", "product": { "name": "python3-tools-3.4.10-25.124.1.aarch64", "product_id": "python3-tools-3.4.10-25.124.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libpython3_4m1_0-64bit-3.4.10-25.124.1.aarch64_ilp32", "product": { "name": "libpython3_4m1_0-64bit-3.4.10-25.124.1.aarch64_ilp32", "product_id": "libpython3_4m1_0-64bit-3.4.10-25.124.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python3-64bit-3.4.10-25.124.1.aarch64_ilp32", "product": { "name": "python3-64bit-3.4.10-25.124.1.aarch64_ilp32", "product_id": "python3-64bit-3.4.10-25.124.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python3-base-64bit-3.4.10-25.124.1.aarch64_ilp32", "product": { "name": "python3-base-64bit-3.4.10-25.124.1.aarch64_ilp32", "product_id": "python3-base-64bit-3.4.10-25.124.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libpython3_4m1_0-3.4.10-25.124.1.i586", "product": { "name": "libpython3_4m1_0-3.4.10-25.124.1.i586", "product_id": "libpython3_4m1_0-3.4.10-25.124.1.i586" } }, { "category": "product_version", "name": "python3-3.4.10-25.124.1.i586", "product": { "name": "python3-3.4.10-25.124.1.i586", "product_id": "python3-3.4.10-25.124.1.i586" } }, { "category": "product_version", "name": "python3-base-3.4.10-25.124.1.i586", "product": { "name": "python3-base-3.4.10-25.124.1.i586", "product_id": "python3-base-3.4.10-25.124.1.i586" } }, { "category": "product_version", "name": "python3-curses-3.4.10-25.124.1.i586", "product": { "name": "python3-curses-3.4.10-25.124.1.i586", "product_id": "python3-curses-3.4.10-25.124.1.i586" } }, { "category": "product_version", "name": "python3-dbm-3.4.10-25.124.1.i586", "product": { "name": "python3-dbm-3.4.10-25.124.1.i586", "product_id": "python3-dbm-3.4.10-25.124.1.i586" } }, { "category": "product_version", "name": "python3-devel-3.4.10-25.124.1.i586", "product": { "name": "python3-devel-3.4.10-25.124.1.i586", "product_id": "python3-devel-3.4.10-25.124.1.i586" } }, { "category": "product_version", "name": "python3-idle-3.4.10-25.124.1.i586", "product": { "name": "python3-idle-3.4.10-25.124.1.i586", "product_id": "python3-idle-3.4.10-25.124.1.i586" } }, { "category": "product_version", "name": "python3-testsuite-3.4.10-25.124.1.i586", "product": { "name": "python3-testsuite-3.4.10-25.124.1.i586", "product_id": "python3-testsuite-3.4.10-25.124.1.i586" } }, { "category": "product_version", "name": "python3-tk-3.4.10-25.124.1.i586", "product": { "name": "python3-tk-3.4.10-25.124.1.i586", "product_id": "python3-tk-3.4.10-25.124.1.i586" } }, { "category": "product_version", "name": "python3-tools-3.4.10-25.124.1.i586", "product": { "name": "python3-tools-3.4.10-25.124.1.i586", "product_id": "python3-tools-3.4.10-25.124.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "python3-doc-3.4.10-25.124.1.noarch", "product": { "name": "python3-doc-3.4.10-25.124.1.noarch", "product_id": "python3-doc-3.4.10-25.124.1.noarch" } }, { "category": "product_version", "name": "python3-doc-pdf-3.4.10-25.124.1.noarch", "product": { "name": "python3-doc-pdf-3.4.10-25.124.1.noarch", "product_id": "python3-doc-pdf-3.4.10-25.124.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libpython3_4m1_0-3.4.10-25.124.1.ppc64le", "product": { "name": "libpython3_4m1_0-3.4.10-25.124.1.ppc64le", "product_id": "libpython3_4m1_0-3.4.10-25.124.1.ppc64le" } }, { "category": "product_version", "name": "python3-3.4.10-25.124.1.ppc64le", "product": { "name": "python3-3.4.10-25.124.1.ppc64le", "product_id": "python3-3.4.10-25.124.1.ppc64le" } }, { "category": "product_version", "name": "python3-base-3.4.10-25.124.1.ppc64le", "product": { "name": "python3-base-3.4.10-25.124.1.ppc64le", "product_id": "python3-base-3.4.10-25.124.1.ppc64le" } }, { "category": "product_version", "name": "python3-curses-3.4.10-25.124.1.ppc64le", "product": { "name": "python3-curses-3.4.10-25.124.1.ppc64le", "product_id": "python3-curses-3.4.10-25.124.1.ppc64le" } }, { "category": "product_version", "name": "python3-dbm-3.4.10-25.124.1.ppc64le", "product": { "name": "python3-dbm-3.4.10-25.124.1.ppc64le", "product_id": "python3-dbm-3.4.10-25.124.1.ppc64le" } }, { "category": "product_version", "name": "python3-devel-3.4.10-25.124.1.ppc64le", "product": { "name": "python3-devel-3.4.10-25.124.1.ppc64le", "product_id": "python3-devel-3.4.10-25.124.1.ppc64le" } }, { "category": "product_version", "name": "python3-idle-3.4.10-25.124.1.ppc64le", "product": { "name": "python3-idle-3.4.10-25.124.1.ppc64le", "product_id": "python3-idle-3.4.10-25.124.1.ppc64le" } }, { "category": "product_version", "name": "python3-testsuite-3.4.10-25.124.1.ppc64le", "product": { "name": "python3-testsuite-3.4.10-25.124.1.ppc64le", "product_id": "python3-testsuite-3.4.10-25.124.1.ppc64le" } }, { "category": "product_version", "name": "python3-tk-3.4.10-25.124.1.ppc64le", "product": { "name": "python3-tk-3.4.10-25.124.1.ppc64le", "product_id": "python3-tk-3.4.10-25.124.1.ppc64le" } }, { "category": "product_version", "name": "python3-tools-3.4.10-25.124.1.ppc64le", "product": { "name": "python3-tools-3.4.10-25.124.1.ppc64le", "product_id": "python3-tools-3.4.10-25.124.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libpython3_4m1_0-3.4.10-25.124.1.s390", "product": { "name": "libpython3_4m1_0-3.4.10-25.124.1.s390", "product_id": "libpython3_4m1_0-3.4.10-25.124.1.s390" } }, { "category": "product_version", "name": "python3-3.4.10-25.124.1.s390", "product": { "name": "python3-3.4.10-25.124.1.s390", "product_id": "python3-3.4.10-25.124.1.s390" } }, { "category": "product_version", "name": "python3-base-3.4.10-25.124.1.s390", "product": { "name": "python3-base-3.4.10-25.124.1.s390", "product_id": "python3-base-3.4.10-25.124.1.s390" } }, { "category": "product_version", "name": "python3-curses-3.4.10-25.124.1.s390", "product": { "name": "python3-curses-3.4.10-25.124.1.s390", "product_id": "python3-curses-3.4.10-25.124.1.s390" } }, { "category": "product_version", "name": "python3-dbm-3.4.10-25.124.1.s390", "product": { "name": "python3-dbm-3.4.10-25.124.1.s390", "product_id": "python3-dbm-3.4.10-25.124.1.s390" } }, { "category": "product_version", "name": "python3-devel-3.4.10-25.124.1.s390", "product": { "name": "python3-devel-3.4.10-25.124.1.s390", "product_id": "python3-devel-3.4.10-25.124.1.s390" } }, { "category": "product_version", "name": "python3-idle-3.4.10-25.124.1.s390", "product": { "name": "python3-idle-3.4.10-25.124.1.s390", "product_id": "python3-idle-3.4.10-25.124.1.s390" } }, { "category": "product_version", "name": "python3-testsuite-3.4.10-25.124.1.s390", "product": { "name": "python3-testsuite-3.4.10-25.124.1.s390", "product_id": "python3-testsuite-3.4.10-25.124.1.s390" } }, { "category": "product_version", "name": "python3-tk-3.4.10-25.124.1.s390", "product": { "name": "python3-tk-3.4.10-25.124.1.s390", "product_id": "python3-tk-3.4.10-25.124.1.s390" } }, { "category": "product_version", "name": "python3-tools-3.4.10-25.124.1.s390", "product": { "name": "python3-tools-3.4.10-25.124.1.s390", "product_id": "python3-tools-3.4.10-25.124.1.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "libpython3_4m1_0-3.4.10-25.124.1.s390x", "product": { "name": "libpython3_4m1_0-3.4.10-25.124.1.s390x", "product_id": "libpython3_4m1_0-3.4.10-25.124.1.s390x" } }, { "category": "product_version", "name": "libpython3_4m1_0-32bit-3.4.10-25.124.1.s390x", "product": { "name": "libpython3_4m1_0-32bit-3.4.10-25.124.1.s390x", "product_id": "libpython3_4m1_0-32bit-3.4.10-25.124.1.s390x" } }, { "category": "product_version", "name": "python3-3.4.10-25.124.1.s390x", "product": { "name": "python3-3.4.10-25.124.1.s390x", "product_id": "python3-3.4.10-25.124.1.s390x" } }, { "category": "product_version", "name": "python3-32bit-3.4.10-25.124.1.s390x", "product": { "name": "python3-32bit-3.4.10-25.124.1.s390x", "product_id": "python3-32bit-3.4.10-25.124.1.s390x" } }, { "category": "product_version", "name": "python3-base-3.4.10-25.124.1.s390x", "product": { "name": "python3-base-3.4.10-25.124.1.s390x", "product_id": "python3-base-3.4.10-25.124.1.s390x" } }, { "category": "product_version", "name": "python3-base-32bit-3.4.10-25.124.1.s390x", "product": { "name": "python3-base-32bit-3.4.10-25.124.1.s390x", "product_id": "python3-base-32bit-3.4.10-25.124.1.s390x" } }, { "category": "product_version", "name": "python3-curses-3.4.10-25.124.1.s390x", "product": { "name": "python3-curses-3.4.10-25.124.1.s390x", "product_id": "python3-curses-3.4.10-25.124.1.s390x" } }, { "category": "product_version", "name": "python3-dbm-3.4.10-25.124.1.s390x", "product": { "name": "python3-dbm-3.4.10-25.124.1.s390x", "product_id": "python3-dbm-3.4.10-25.124.1.s390x" } }, { "category": "product_version", "name": "python3-devel-3.4.10-25.124.1.s390x", "product": { "name": "python3-devel-3.4.10-25.124.1.s390x", "product_id": "python3-devel-3.4.10-25.124.1.s390x" } }, { "category": "product_version", "name": "python3-idle-3.4.10-25.124.1.s390x", "product": { "name": "python3-idle-3.4.10-25.124.1.s390x", "product_id": "python3-idle-3.4.10-25.124.1.s390x" } }, { "category": "product_version", "name": "python3-testsuite-3.4.10-25.124.1.s390x", "product": { "name": "python3-testsuite-3.4.10-25.124.1.s390x", "product_id": "python3-testsuite-3.4.10-25.124.1.s390x" } }, { "category": "product_version", "name": "python3-tk-3.4.10-25.124.1.s390x", "product": { "name": "python3-tk-3.4.10-25.124.1.s390x", "product_id": "python3-tk-3.4.10-25.124.1.s390x" } }, { "category": "product_version", "name": "python3-tools-3.4.10-25.124.1.s390x", "product": { "name": "python3-tools-3.4.10-25.124.1.s390x", "product_id": "python3-tools-3.4.10-25.124.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libpython3_4m1_0-3.4.10-25.124.1.x86_64", "product": { "name": "libpython3_4m1_0-3.4.10-25.124.1.x86_64", "product_id": "libpython3_4m1_0-3.4.10-25.124.1.x86_64" } }, { "category": "product_version", "name": "libpython3_4m1_0-32bit-3.4.10-25.124.1.x86_64", "product": { "name": "libpython3_4m1_0-32bit-3.4.10-25.124.1.x86_64", "product_id": "libpython3_4m1_0-32bit-3.4.10-25.124.1.x86_64" } }, { "category": "product_version", "name": "python3-3.4.10-25.124.1.x86_64", "product": { "name": "python3-3.4.10-25.124.1.x86_64", "product_id": "python3-3.4.10-25.124.1.x86_64" } }, { "category": "product_version", "name": "python3-32bit-3.4.10-25.124.1.x86_64", "product": { "name": "python3-32bit-3.4.10-25.124.1.x86_64", "product_id": "python3-32bit-3.4.10-25.124.1.x86_64" } }, { "category": "product_version", "name": "python3-base-3.4.10-25.124.1.x86_64", "product": { "name": "python3-base-3.4.10-25.124.1.x86_64", "product_id": "python3-base-3.4.10-25.124.1.x86_64" } }, { "category": "product_version", "name": "python3-base-32bit-3.4.10-25.124.1.x86_64", "product": { "name": "python3-base-32bit-3.4.10-25.124.1.x86_64", "product_id": "python3-base-32bit-3.4.10-25.124.1.x86_64" } }, { "category": "product_version", "name": "python3-curses-3.4.10-25.124.1.x86_64", "product": { "name": "python3-curses-3.4.10-25.124.1.x86_64", "product_id": "python3-curses-3.4.10-25.124.1.x86_64" } }, { "category": "product_version", "name": "python3-dbm-3.4.10-25.124.1.x86_64", "product": { "name": "python3-dbm-3.4.10-25.124.1.x86_64", "product_id": "python3-dbm-3.4.10-25.124.1.x86_64" } }, { "category": "product_version", "name": "python3-devel-3.4.10-25.124.1.x86_64", "product": { "name": "python3-devel-3.4.10-25.124.1.x86_64", "product_id": "python3-devel-3.4.10-25.124.1.x86_64" } }, { "category": "product_version", "name": "python3-idle-3.4.10-25.124.1.x86_64", "product": { "name": "python3-idle-3.4.10-25.124.1.x86_64", "product_id": "python3-idle-3.4.10-25.124.1.x86_64" } }, { "category": "product_version", "name": "python3-testsuite-3.4.10-25.124.1.x86_64", "product": { "name": "python3-testsuite-3.4.10-25.124.1.x86_64", "product_id": "python3-testsuite-3.4.10-25.124.1.x86_64" } }, { "category": "product_version", "name": "python3-tk-3.4.10-25.124.1.x86_64", "product": { "name": "python3-tk-3.4.10-25.124.1.x86_64", "product_id": "python3-tk-3.4.10-25.124.1.x86_64" } }, { "category": "product_version", "name": "python3-tools-3.4.10-25.124.1.x86_64", "product": { "name": "python3-tools-3.4.10-25.124.1.x86_64", "product_id": "python3-tools-3.4.10-25.124.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Web and Scripting 12", "product": { "name": "SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-web-scripting:12" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product": { "name": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-sdk:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP5", "product": { "name": "SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12:sp5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.124.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.124.1.aarch64" }, "product_reference": "libpython3_4m1_0-3.4.10-25.124.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.124.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.124.1.ppc64le" }, "product_reference": "libpython3_4m1_0-3.4.10-25.124.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.124.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.124.1.s390x" }, "product_reference": "libpython3_4m1_0-3.4.10-25.124.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.124.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.124.1.x86_64" }, "product_reference": "libpython3_4m1_0-3.4.10-25.124.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.124.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.124.1.aarch64" }, "product_reference": "python3-3.4.10-25.124.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.124.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.124.1.ppc64le" }, "product_reference": "python3-3.4.10-25.124.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.124.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.124.1.s390x" }, "product_reference": "python3-3.4.10-25.124.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.124.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.124.1.x86_64" }, "product_reference": "python3-3.4.10-25.124.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.124.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.124.1.aarch64" }, "product_reference": "python3-base-3.4.10-25.124.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.124.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.124.1.ppc64le" }, "product_reference": "python3-base-3.4.10-25.124.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.124.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.124.1.s390x" }, "product_reference": "python3-base-3.4.10-25.124.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.124.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.124.1.x86_64" }, "product_reference": "python3-base-3.4.10-25.124.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.124.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.124.1.aarch64" }, "product_reference": "python3-curses-3.4.10-25.124.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.124.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.124.1.ppc64le" }, "product_reference": "python3-curses-3.4.10-25.124.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.124.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.124.1.s390x" }, "product_reference": "python3-curses-3.4.10-25.124.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.124.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.124.1.x86_64" }, "product_reference": "python3-curses-3.4.10-25.124.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.4.10-25.124.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.124.1.aarch64" }, "product_reference": "python3-dbm-3.4.10-25.124.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.4.10-25.124.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.124.1.ppc64le" }, "product_reference": "python3-dbm-3.4.10-25.124.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.4.10-25.124.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.124.1.s390x" }, "product_reference": "python3-dbm-3.4.10-25.124.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.4.10-25.124.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.124.1.x86_64" }, "product_reference": "python3-dbm-3.4.10-25.124.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.124.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.124.1.aarch64" }, "product_reference": "python3-devel-3.4.10-25.124.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.124.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.124.1.ppc64le" }, "product_reference": "python3-devel-3.4.10-25.124.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.124.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.124.1.s390x" }, "product_reference": "python3-devel-3.4.10-25.124.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.124.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.124.1.x86_64" }, "product_reference": "python3-devel-3.4.10-25.124.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.124.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.aarch64" }, "product_reference": "libpython3_4m1_0-3.4.10-25.124.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.124.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.ppc64le" }, "product_reference": "libpython3_4m1_0-3.4.10-25.124.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.124.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.s390x" }, "product_reference": "libpython3_4m1_0-3.4.10-25.124.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.124.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.x86_64" }, "product_reference": "libpython3_4m1_0-3.4.10-25.124.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-32bit-3.4.10-25.124.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.124.1.s390x" }, "product_reference": "libpython3_4m1_0-32bit-3.4.10-25.124.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-32bit-3.4.10-25.124.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.124.1.x86_64" }, "product_reference": "libpython3_4m1_0-32bit-3.4.10-25.124.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.124.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.124.1.aarch64" }, "product_reference": "python3-3.4.10-25.124.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.124.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.124.1.ppc64le" }, "product_reference": "python3-3.4.10-25.124.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.124.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.124.1.s390x" }, "product_reference": "python3-3.4.10-25.124.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.124.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.124.1.x86_64" }, "product_reference": "python3-3.4.10-25.124.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.124.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.124.1.aarch64" }, "product_reference": "python3-base-3.4.10-25.124.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.124.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.124.1.ppc64le" }, "product_reference": "python3-base-3.4.10-25.124.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.124.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.124.1.s390x" }, "product_reference": "python3-base-3.4.10-25.124.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.124.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.124.1.x86_64" }, "product_reference": "python3-base-3.4.10-25.124.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.124.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.124.1.aarch64" }, "product_reference": "python3-curses-3.4.10-25.124.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.124.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.124.1.ppc64le" }, "product_reference": "python3-curses-3.4.10-25.124.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.124.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.124.1.s390x" }, "product_reference": "python3-curses-3.4.10-25.124.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.124.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.124.1.x86_64" }, "product_reference": "python3-curses-3.4.10-25.124.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.124.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.124.1.aarch64" }, "product_reference": "python3-devel-3.4.10-25.124.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.124.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.124.1.ppc64le" }, "product_reference": "python3-devel-3.4.10-25.124.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.124.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.124.1.s390x" }, "product_reference": "python3-devel-3.4.10-25.124.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.124.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.124.1.x86_64" }, "product_reference": "python3-devel-3.4.10-25.124.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.4.10-25.124.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.124.1.aarch64" }, "product_reference": "python3-tk-3.4.10-25.124.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.4.10-25.124.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.124.1.ppc64le" }, "product_reference": "python3-tk-3.4.10-25.124.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.4.10-25.124.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.124.1.s390x" }, "product_reference": "python3-tk-3.4.10-25.124.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.4.10-25.124.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.124.1.x86_64" }, "product_reference": "python3-tk-3.4.10-25.124.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.124.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.aarch64" }, "product_reference": "libpython3_4m1_0-3.4.10-25.124.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.124.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.ppc64le" }, "product_reference": "libpython3_4m1_0-3.4.10-25.124.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.124.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.s390x" }, "product_reference": "libpython3_4m1_0-3.4.10-25.124.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.124.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.x86_64" }, "product_reference": "libpython3_4m1_0-3.4.10-25.124.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-32bit-3.4.10-25.124.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.124.1.s390x" }, "product_reference": "libpython3_4m1_0-32bit-3.4.10-25.124.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-32bit-3.4.10-25.124.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.124.1.x86_64" }, "product_reference": "libpython3_4m1_0-32bit-3.4.10-25.124.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.124.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.124.1.aarch64" }, "product_reference": "python3-3.4.10-25.124.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.124.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.124.1.ppc64le" }, "product_reference": "python3-3.4.10-25.124.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.124.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.124.1.s390x" }, "product_reference": "python3-3.4.10-25.124.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.124.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.124.1.x86_64" }, "product_reference": "python3-3.4.10-25.124.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.124.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.124.1.aarch64" }, "product_reference": "python3-base-3.4.10-25.124.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.124.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.124.1.ppc64le" }, "product_reference": "python3-base-3.4.10-25.124.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.124.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.124.1.s390x" }, "product_reference": "python3-base-3.4.10-25.124.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.124.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.124.1.x86_64" }, "product_reference": "python3-base-3.4.10-25.124.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.124.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.124.1.aarch64" }, "product_reference": "python3-curses-3.4.10-25.124.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.124.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.124.1.ppc64le" }, "product_reference": "python3-curses-3.4.10-25.124.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.124.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.124.1.s390x" }, "product_reference": "python3-curses-3.4.10-25.124.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.124.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.124.1.x86_64" }, "product_reference": "python3-curses-3.4.10-25.124.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.124.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.124.1.aarch64" }, "product_reference": "python3-devel-3.4.10-25.124.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.124.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.124.1.ppc64le" }, "product_reference": "python3-devel-3.4.10-25.124.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.124.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.124.1.s390x" }, "product_reference": "python3-devel-3.4.10-25.124.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.124.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.124.1.x86_64" }, "product_reference": "python3-devel-3.4.10-25.124.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.4.10-25.124.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.124.1.aarch64" }, "product_reference": "python3-tk-3.4.10-25.124.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.4.10-25.124.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.124.1.ppc64le" }, "product_reference": "python3-tk-3.4.10-25.124.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.4.10-25.124.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.124.1.s390x" }, "product_reference": "python3-tk-3.4.10-25.124.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.4.10-25.124.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.124.1.x86_64" }, "product_reference": "python3-tk-3.4.10-25.124.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-40217", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-40217" } ], "notes": [ { "category": "general", "text": "An issue was discovered in Python before 3.8.18, 3.9.x before 3.9.18, 3.10.x before 3.10.13, and 3.11.x before 3.11.5. It primarily affects servers (such as HTTP servers) that use TLS client authentication. If a TLS server-side socket is created, receives data into the socket buffer, and then is closed quickly, there is a brief window where the SSLSocket instance will detect the socket as \"not connected\" and won\u0027t initiate a handshake, but buffered data will still be readable from the socket buffer. This data will not be authenticated if the server-side TLS peer is expecting client certificate authentication, and is indistinguishable from valid TLS stream data. Data is limited in size to the amount that will fit in the buffer. (The TLS connection cannot directly be used for data exfiltration because the vulnerable code path requires that the connection be closed on initialization of the SSLSocket.)", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.124.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-40217", "url": "https://www.suse.com/security/cve/CVE-2023-40217" }, { "category": "external", "summary": "SUSE Bug 1214692 for CVE-2023-40217", "url": "https://bugzilla.suse.com/1214692" }, { "category": "external", "summary": "SUSE Bug 1217524 for CVE-2023-40217", "url": "https://bugzilla.suse.com/1217524" }, { "category": "external", "summary": "SUSE Bug 1218319 for CVE-2023-40217", "url": "https://bugzilla.suse.com/1218319" }, { "category": "external", "summary": "SUSE Bug 1218476 for CVE-2023-40217", "url": "https://bugzilla.suse.com/1218476" }, { "category": "external", "summary": "SUSE Bug 1218965 for CVE-2023-40217", "url": "https://bugzilla.suse.com/1218965" }, { "category": "external", "summary": "SUSE Bug 1219472 for CVE-2023-40217", "url": "https://bugzilla.suse.com/1219472" }, { "category": "external", "summary": "SUSE Bug 1219713 for CVE-2023-40217", "url": "https://bugzilla.suse.com/1219713" }, { "category": "external", "summary": "SUSE Bug 1221582 for CVE-2023-40217", "url": "https://bugzilla.suse.com/1221582" }, { "category": "external", "summary": "SUSE Bug 1224883 for CVE-2023-40217", "url": "https://bugzilla.suse.com/1224883" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.124.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.124.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-03-06T19:30:12Z", "details": "important" } ], "title": "CVE-2023-40217" }, { "cve": "CVE-2023-6597", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-6597" } ], "notes": [ { "category": "general", "text": "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", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.124.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-6597", "url": "https://www.suse.com/security/cve/CVE-2023-6597" }, { "category": "external", "summary": "SUSE Bug 1219666 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1219666" }, { "category": "external", "summary": "SUSE Bug 1221854 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1221854" }, { "category": "external", "summary": "SUSE Bug 1224879 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1224879" }, { "category": "external", "summary": "SUSE Bug 1225185 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1225185" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.124.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.124.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.124.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.124.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.124.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.124.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-03-06T19:30:12Z", "details": "important" } ], "title": "CVE-2023-6597" } ] }
suse-su-2025:20154-1
Vulnerability from csaf_suse
Published
2025-03-19 11:31
Modified
2025-03-19 11:31
Summary
Security update for python311
Notes
Title of the patch
Security update for python311
Description of the patch
This update for python311 fixes the following issues:
- Skip PGO with %want_reproducible_builds (bsc#1239210)
- CVE-2025-0938: Disallows square brackets ([ and ]) in domain names for parsed
URLs (bsc#1236705).
- Configure externally_managed with a bcond (bsc#1228165).
- Update to 3.11.11:
- Tools/Demos
- gh-123418: Update GitHub CI workflows to use OpenSSL 3.0.15
and multissltests to use 3.0.15, 3.1.7, and 3.2.3.
- Tests
- gh-125041: Re-enable skipped tests for zlib on the
s390x architecture: only skip checks of the compressed
bytes, which can be different between zlib’s software
implementation and the hardware-accelerated implementation.
- Security
- gh-126623: Upgrade libexpat to 2.6.4
- gh-122792: Changed IPv4-mapped ipaddress.IPv6Address to
consistently use the mapped IPv4 address value for deciding
properties. Properties which have their behavior fixed are
is_multicast, is_reserved, is_link_local, is_global, and
is_unspecified.
- Library
- gh-124651: Properly quote template strings in venv
activation scripts (bsc#1232241, CVE-2024-9287).
- Remove -IVendor/ from python-config (bsc#1231795)
- CVE-2024-9287: Properly quote path names provided when creating a
virtual environment (bsc#1232241)
- Drop .pyc files from docdir for reproducible builds
(bsc#1230906).
- Update to 3.11.10:
- Security
- gh-123678: Upgrade libexpat to 2.6.3
- gh-121957: Fixed missing audit events around interactive
use of Python, now also properly firing for ``python -i``,
as well as for ``python -m asyncio``. The event in question
is ``cpython.run_stdin``.
- gh-122133: Authenticate the socket connection for the
``socket.socketpair()`` fallback on platforms where
``AF_UNIX`` is not available like Windows. Patch by
Gregory P. Smith <greg@krypto.org> and Seth Larson
<seth@python.org>. Reported by Ellie <el@horse64.org>
- gh-121285: Remove backtracking from tarfile header parsing
for ``hdrcharset``, PAX, and GNU sparse headers
(bsc#1230227, CVE-2024-6232).
- gh-118486: :func:`os.mkdir` on Windows now accepts
*mode* of ``0o700`` to restrict the new directory to
the current user. This fixes CVE-2024-4030 affecting
:func:`tempfile.mkdtemp` in scenarios where the base
temporary directory is more permissive than the default.
- gh-116741: Update bundled libexpat to 2.6.2
- Library
- gh-123270: Applied a more surgical fix for malformed
payloads in :class:`zipfile.Path` causing infinite loops
(gh-122905) without breaking contents using legitimate
characters (bsc#1229704, CVE-2024-8088).
- gh-123067: Fix quadratic complexity in parsing ``"``-quoted
cookie values with backslashes by :mod:`http.cookies`
(bsc#1229596, CVE-2024-7592).
- gh-122905: :class:`zipfile.Path` objects now sanitize names
from the zipfile.
- gh-121650: :mod:`email` headers with embedded newlines are
now quoted on output. The :mod:`~email.generator` will now
refuse to serialize (write) headers that are unsafely folded
or delimited; see :attr:`~email.policy.Policy.verify_generated_headers`.
(Contributed by Bas Bloemsaat and Petr Viktorin in
:gh:`121650`; CVE-2024-6923, bsc#1228780).
- gh-119506: Fix :meth:`!io.TextIOWrapper.write` method
breaks internal buffer when the method is called again
during flushing internal buffer.
- gh-118643: Fix an AttributeError in the :mod:`email` module
when re-fold a long address list. Also fix more cases of
incorrect encoding of the address separator in the address
list.
- gh-113171: Fixed various false positives and false
negatives in * :attr:`ipaddress.IPv4Address.is_private`
(see these docs for details) *
:attr:`ipaddress.IPv4Address.is_global` *
:attr:`ipaddress.IPv6Address.is_private` *
:attr:`ipaddress.IPv6Address.is_global` Also in the
corresponding :class:`ipaddress.IPv4Network` and
:class:`ipaddress.IPv6Network` attributes.
Fixes bsc#1226448 (CVE-2024-4032).
- gh-102988: :func:`email.utils.getaddresses` and
:func:`email.utils.parseaddr` now return ``('', '')``
2-tuples in more situations where invalid email addresses
are encountered instead of potentially inaccurate
values. Add optional *strict* parameter to these two
functions: use ``strict=False`` to get the old behavior,
accept malformed inputs. ``getattr(email.utils,
'supports_strict_parsing', False)`` can be use to check if
the *strict* paramater is available. Patch by Thomas Dwyer
and Victor Stinner to improve the CVE-2023-27043 fix
(bsc#1210638).
- gh-67693: Fix :func:`urllib.parse.urlunparse` and
:func:`urllib.parse.urlunsplit` for URIs with path starting
with multiple slashes and no authority. Based on patch by
Ashwin Ramaswami.
- Core and Builtins
- gh-112275: A deadlock involving ``pystate.c``'s
``HEAD_LOCK`` in ``posixmodule.c`` at fork is now
fixed. Patch by ChuBoning based on previous Python 3.12 fix
by Victor Stinner.
- gh-109120: Added handle of incorrect star expressions, e.g
``f(3, *)``. Patch by Grigoryev Semyon
- CVE-2024-8088: Prevent malformed payload to cause infinite loops in
zipfile.Path (bsc#1229704).
- Make pip and modern tools install directly in /usr/local when used by the user.
(bsc#1225660).
- CVE-2024-4032: Fix rearranging definition of private v global IP addresses (bsc#1226448).
- Update to 3.11.9:
* Security
- gh-115398: Allow controlling Expat >=2.6.0 reparse deferral
(CVE-2023-52425, bsc#1219559) by adding five new methods:
xml.etree.ElementTree.XMLParser.flush()
xml.etree.ElementTree.XMLPullParser.flush()
xml.parsers.expat.xmlparser.GetReparseDeferralEnabled()
xml.parsers.expat.xmlparser.SetReparseDeferralEnabled()
xml.sax.expatreader.ExpatParser.flush()
- gh-115399: Update bundled libexpat to 2.6.0
- gh-115243: Fix possible crashes in collections.deque.index()
when the deque is concurrently modified.
- gh-114572: ssl.SSLContext.cert_store_stats() and
ssl.SSLContext.get_ca_certs() now correctly lock access to the
certificate store, when the ssl.SSLContext is shared across
multiple threads (bsc#1226447, CVE-2024-0397).
* Core and Builtins
- gh-116296: Fix possible refleak in object.__reduce__() internal
error handling.
- gh-116034: Fix location of the error on a failed assertion.
- gh-115823: Properly calculate error ranges in the parser when
raising SyntaxError exceptions caused by invalid byte sequences.
Patch by Pablo Galindo
- gh-112087: For an empty reverse iterator for list will be
reduced to reversed(). Patch by Donghee Na.
- gh-115011: Setters for members with an unsigned integer type now
support the same range of valid values for objects that has a
__index__() method as for int.
- gh-96497: Fix incorrect resolution of mangled class variables
used in assignment expressions in comprehensions.
* Library
- gh-117310: Fixed an unlikely early & extra Py_DECREF triggered
crash in ssl when creating a new _ssl._SSLContext if CPython was
built implausibly such that the default cipher list is empty or
the SSL library it was linked against reports a failure from its
C SSL_CTX_set_cipher_list() API.
- gh-117178: Fix regression in lazy loading of self-referential
modules, introduced in gh-114781.
- gh-117084: Fix zipfile extraction for directory entries with the
name containing backslashes on Windows.
- gh-117110: Fix a bug that prevents subclasses of typing.Any to
be instantiated with arguments. Patch by Chris Fu.
- gh-90872: On Windows, subprocess.Popen.wait() no longer calls
WaitForSingleObject() with a negative timeout: pass 0 ms if the
timeout is negative. Patch by Victor Stinner.
- gh-116957: configparser: Don’t leave ConfigParser values in an
invalid state (stored as a list instead of a str) after an
earlier read raised DuplicateSectionError or
DuplicateOptionError.
- gh-90095: Ignore empty lines and comments in .pdbrc
- gh-116764: Restore support of None and other false values in
urllib.parse functions parse_qs() and parse_qsl(). Also, they
now raise a TypeError for non-zero integers and non-empty
sequences.
- gh-116811: In PathFinder.invalidate_caches, delegate to
MetadataPathFinder.invalidate_caches.
- gh-116600: Fix repr() for global Flag members.
- gh-116484: Change automatically generated tkinter.Checkbutton
widget names to avoid collisions with automatically generated
tkinter.ttk.Checkbutton widget names within the same parent
widget.
- gh-116401: Fix blocking os.fwalk() and shutil.rmtree() on
opening named pipe.
- gh-116143: Fix a race in pydoc _start_server, eliminating a
window in which _start_server can return a thread that is
“serving” but without a docserver set.
- gh-116325: typing: raise SyntaxError instead of AttributeError
on forward references as empty strings.
- gh-90535: Fix support of interval values > 1 in
logging.TimedRotatingFileHandler for when='MIDNIGHT' and
when='Wx'.
- gh-115978: Disable preadv(), readv(), pwritev(), and writev() on
WASI.
- Under wasmtime for WASI 0.2, these functions don’t pass
test_posix
(https://github.com/bytecodealliance/wasmtime/issues/7830).
- gh-88352: Fix the computation of the next rollover time in the
logging.TimedRotatingFileHandler handler. computeRollover() now
always returns a timestamp larger than the specified time and
works correctly during the DST change. doRollover() no longer
overwrite the already rolled over file, saving from data loss
when run at midnight or during repeated time at the DST change.
- gh-87115: Set __main__.__spec__ to None when running a script
with pdb
- gh-76511: Fix UnicodeEncodeError in email.Message.as_string()
that results when a message that claims to be in the ascii
character set actually has non-ascii characters. Non-ascii
characters are now replaced with the U+FFFD replacement
character, like in the replace error handler.
- gh-75988: Fixed unittest.mock.create_autospec() to pass the call
through to the wrapped object to return the real result.
- gh-115881: Fix issue where ast.parse() would incorrectly flag
conditional context managers (such as with (x() if y else z()):
...) as invalid syntax if feature_version=(3, 8) was passed.
This reverts changes to the grammar made as part of gh-94949.
- gh-115886: Fix silent truncation of the name with an embedded
null character in multiprocessing.shared_memory.SharedMemory.
- gh-115809: Improve algorithm for computing which rolled-over log
files to delete in logging.TimedRotatingFileHandler. It is now
reliable for handlers without namer and with arbitrary
deterministic namer that leaves the datetime part in the file
name unmodified.
- gh-74668: urllib.parse functions parse_qs() and parse_qsl() now
support bytes arguments containing raw and percent-encoded
non-ASCII data.
- gh-67044: csv.writer() now always quotes or escapes '\r' and
'\n', regardless of lineterminator value.
- gh-115712: csv.writer() now quotes empty fields if delimiter is
a space and skipinitialspace is true and raises exception if
quoting is not possible.
- gh-115618: Fix improper decreasing the reference count for None
argument in property methods getter(), setter() and deleter().
- gh-115570: A DeprecationWarning is no longer omitted on access
to the __doc__ attributes of the deprecated typing.io and
typing.re pseudo-modules.
- gh-112006: Fix inspect.unwrap() for types with the __wrapper__
data descriptor.
- gh-101293: Support callables with the __call__() method and
types with __new__() and __init__() methods set to class
methods, static methods, bound methods, partial functions, and
other types of methods and descriptors in
inspect.Signature.from_callable().
- gh-115392: Fix a bug in doctest where incorrect line numbers
would be reported for decorated functions.
- gh-114563: Fix several format() bugs when using the C
implementation of Decimal: * memory leak in some rare cases when
using the z format option (coerce negative 0) * incorrect output
when applying the z format option to type F (fixed-point with
capital NAN / INF) * incorrect output when applying the # format
option (alternate form)
- gh-115197: urllib.request no longer resolves the hostname before
checking it against the system’s proxy bypass list on macOS and
Windows.
- gh-115198: Fix support of Docutils >= 0.19 in distutils.
- gh-115165: Most exceptions are now ignored when attempting to
set the __orig_class__ attribute on objects returned when
calling typing generic aliases (including generic aliases
created using typing.Annotated). Previously only AttributeError
was ignored. Patch by Dave Shawley.
- gh-115133: Fix tests for XMLPullParser with Expat 2.6.0.
- gh-115059: io.BufferedRandom.read1() now flushes the underlying
write buffer.
- gh-79382: Trailing ** no longer allows to match files and
non-existing paths in recursive glob().
- gh-114763: Protect modules loaded with importlib.util.LazyLoader
from race conditions when multiple threads try to access
attributes before the loading is complete.
- gh-97959: Fix rendering class methods, bound methods, method and
function aliases in pydoc. Class methods no longer have “method
of builtins.type instance” note. Corresponding notes are now
added for class and unbound methods. Method and function aliases
now have references to the module or the class where the origin
was defined if it differs from the current. Bound methods are
now listed in the static methods section. Methods of builtin
classes are now supported as well as methods of Python classes.
- gh-112281: Allow creating union of types for typing.Annotated
with unhashable metadata.
- gh-111775: Fix importlib.resources.simple.ResourceHandle.open()
for text mode, added missed stream argument.
- gh-90095: Make .pdbrc and -c work with any valid pdb commands.
- gh-107155: Fix incorrect output of help(x) where x is a lambda
function, which has an __annotations__ dictionary attribute with
a "return" key.
- gh-105866: Fixed _get_slots bug which caused error when defining
dataclasses with slots and a weakref_slot.
- gh-60346: Fix ArgumentParser inconsistent with parse_known_args.
- gh-100985: Update HTTPSConnection to consistently wrap IPv6
Addresses when using a proxy.
- gh-100884: email: fix misfolding of comma in address-lists
over multiple lines in combination with unicode encoding
(bsc#1238450 CVE-2025-1795)
- gh-95782: Fix io.BufferedReader.tell(),
io.BufferedReader.seek(), _pyio.BufferedReader.tell(),
io.BufferedRandom.tell(), io.BufferedRandom.seek() and
_pyio.BufferedRandom.tell() being able to return negative
offsets.
- gh-96310: Fix a traceback in argparse when all options in a
mutually exclusive group are suppressed.
- gh-93205: Fixed a bug in
logging.handlers.TimedRotatingFileHandler where multiple
rotating handler instances pointing to files with the same name
but different extensions would conflict and not delete the
correct files.
- bpo-44865: Add missing call to localization function in
argparse.
- bpo-43952: Fix multiprocessing.connection.Listener.accept() to
accept empty bytes as authkey. Not accepting empty bytes as key
causes it to hang indefinitely.
- bpo-42125: linecache: get module name from __spec__ if
available. This allows getting source code for the __main__
module when a custom loader is used.
- gh-66543: Make mimetypes.guess_type() properly parsing of URLs
with only a host name, URLs containing fragment or query, and
filenames with only a UNC sharepoint on Windows. Based on patch
by Dong-hee Na.
- bpo-33775: Add ‘default’ and ‘version’ help text for
localization in argparse.
* Documentation
- gh-115399: Document CVE-2023-52425 of Expat <2.6.0 under “XML
vulnerabilities”.
- gh-115233: Fix an example for LoggerAdapter in the Logging
Cookbook.
* Tests
- gh-83434: Disable JUnit XML output (--junit-xml=FILE command
line option) in regrtest when hunting for reference leaks (-R
option). Patch by Victor Stinner.
- gh-117187: Fix XML tests for vanilla Expat <2.6.0.
- gh-115979: Update test_importlib so that it passes under WASI
SDK 21.
- gh-116307: Added import helper isolated_modules as CleanImport
does not remove modules imported during the context.
- gh-115720: Leak tests (-R, --huntrleaks) now show a summary of
the number of leaks found in each iteration.
- gh-115122: Add --bisect option to regrtest test runner: run
failed tests with test.bisect_cmd to identify failing tests.
Patch by Victor Stinner.
- gh-115596: Fix ProgramPriorityTests in test_os permanently
changing the process priority.
- gh-115198: Fix test_check_metadata_deprecate in distutils tests
with a newer Docutils.
* Build
- gh-116313: Get WASI builds to work under wasmtime 18 w/ WASI
0.2/preview2 primitives.
- gh-115167: Avoid vendoring vcruntime140_threads.dll when
building with Visual Studio 2022 version 17.8.
* Windows
- gh-116773: Fix instances of <_overlapped.Overlapped object at
0xXXX> still has pending operation at deallocation, the process
may crash.
- gh-91227: Fix the asyncio ProactorEventLoop implementation so
that sending a datagram to an address that is not listening does
not prevent receiving any more datagrams.
- gh-115554: The installer now has more strict rules about
updating the Python Launcher for Windows. In general, most users
only have a single launcher installed and will see no
difference. When multiple launchers have been installed, the
option to install the launcher is disabled until all but one
have been removed. Downgrading the launcher (which was never
allowed) is now more obviously blocked.
- gh-115543: Python Launcher for Windows can now detect Python
3.13 when installed from the Microsoft Store, and will install
Python 3.12 by default when PYLAUNCHER_ALLOW_INSTALL is set.
- gh-115009: Update Windows installer to use SQLite 3.45.1.
* IDLE
- gh-88516: On macOS show a proxy icon in the title bar of editor
windows to match platform behaviour.
* Tools/Demos
- gh-113516: Don’t set LDSHARED when building for WASI.
* C API
- gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows
64-bit platforms.
- Add reference to CVE-2024-0450 (bsc#1221854) to changelog.
Patchnames
SUSE-SLE-Micro-6.0-253
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for python311", "title": "Title of the patch" }, { "category": "description", "text": "This update for python311 fixes the following issues:\n\n- Skip PGO with %want_reproducible_builds (bsc#1239210)\n\n- CVE-2025-0938: Disallows square brackets ([ and ]) in domain names for parsed\n URLs (bsc#1236705).\n\n- Configure externally_managed with a bcond (bsc#1228165).\n\n- Update to 3.11.11:\n - Tools/Demos\n - gh-123418: Update GitHub CI workflows to use OpenSSL 3.0.15\n and multissltests to use 3.0.15, 3.1.7, and 3.2.3.\n - Tests\n - gh-125041: Re-enable skipped tests for zlib on the\n s390x architecture: only skip checks of the compressed\n bytes, which can be different between zlib\u2019s software\n implementation and the hardware-accelerated implementation.\n - Security\n - gh-126623: Upgrade libexpat to 2.6.4\n - gh-122792: Changed IPv4-mapped ipaddress.IPv6Address to\n consistently use the mapped IPv4 address value for deciding\n properties. Properties which have their behavior fixed are\n is_multicast, is_reserved, is_link_local, is_global, and\n is_unspecified.\n - Library\n - gh-124651: Properly quote template strings in venv\n activation scripts (bsc#1232241, CVE-2024-9287).\n\n- Remove -IVendor/ from python-config (bsc#1231795)\n\n- CVE-2024-9287: Properly quote path names provided when creating a\n virtual environment (bsc#1232241)\n\n- Drop .pyc files from docdir for reproducible builds\n (bsc#1230906).\n\n- Update to 3.11.10:\n - Security\n - gh-123678: Upgrade libexpat to 2.6.3\n - gh-121957: Fixed missing audit events around interactive\n use of Python, now also properly firing for ``python -i``,\n as well as for ``python -m asyncio``. The event in question\n is ``cpython.run_stdin``.\n - gh-122133: Authenticate the socket connection for the\n ``socket.socketpair()`` fallback on platforms where\n ``AF_UNIX`` is not available like Windows. Patch by\n Gregory P. Smith \u003cgreg@krypto.org\u003e and Seth Larson\n \u003cseth@python.org\u003e. Reported by Ellie \u003cel@horse64.org\u003e\n - gh-121285: Remove backtracking from tarfile header parsing\n for ``hdrcharset``, PAX, and GNU sparse headers\n (bsc#1230227, CVE-2024-6232).\n - gh-118486: :func:`os.mkdir` on Windows now accepts\n *mode* of ``0o700`` to restrict the new directory to\n the current user. This fixes CVE-2024-4030 affecting\n :func:`tempfile.mkdtemp` in scenarios where the base\n temporary directory is more permissive than the default.\n - gh-116741: Update bundled libexpat to 2.6.2\n - Library\n - gh-123270: Applied a more surgical fix for malformed\n payloads in :class:`zipfile.Path` causing infinite loops\n (gh-122905) without breaking contents using legitimate\n characters (bsc#1229704, CVE-2024-8088).\n - gh-123067: Fix quadratic complexity in parsing ``\"``-quoted\n cookie values with backslashes by :mod:`http.cookies`\n (bsc#1229596, CVE-2024-7592).\n - gh-122905: :class:`zipfile.Path` objects now sanitize names\n from the zipfile.\n - gh-121650: :mod:`email` headers with embedded newlines are\n now quoted on output. The :mod:`~email.generator` will now\n refuse to serialize (write) headers that are unsafely folded\n or delimited; see :attr:`~email.policy.Policy.verify_generated_headers`.\n (Contributed by Bas Bloemsaat and Petr Viktorin in\n :gh:`121650`; CVE-2024-6923, bsc#1228780).\n - gh-119506: Fix :meth:`!io.TextIOWrapper.write` method\n breaks internal buffer when the method is called again\n during flushing internal buffer.\n - gh-118643: Fix an AttributeError in the :mod:`email` module\n when re-fold a long address list. Also fix more cases of\n incorrect encoding of the address separator in the address\n list.\n - gh-113171: Fixed various false positives and false\n negatives in * :attr:`ipaddress.IPv4Address.is_private`\n (see these docs for details) *\n :attr:`ipaddress.IPv4Address.is_global` *\n :attr:`ipaddress.IPv6Address.is_private` *\n :attr:`ipaddress.IPv6Address.is_global` Also in the\n corresponding :class:`ipaddress.IPv4Network` and\n :class:`ipaddress.IPv6Network` attributes.\n Fixes bsc#1226448 (CVE-2024-4032).\n - gh-102988: :func:`email.utils.getaddresses` and\n :func:`email.utils.parseaddr` now return ``(\u0027\u0027, \u0027\u0027)``\n 2-tuples in more situations where invalid email addresses\n are encountered instead of potentially inaccurate\n values. Add optional *strict* parameter to these two\n functions: use ``strict=False`` to get the old behavior,\n accept malformed inputs. ``getattr(email.utils,\n \u0027supports_strict_parsing\u0027, False)`` can be use to check if\n the *strict* paramater is available. Patch by Thomas Dwyer\n and Victor Stinner to improve the CVE-2023-27043 fix\n (bsc#1210638).\n - gh-67693: Fix :func:`urllib.parse.urlunparse` and\n :func:`urllib.parse.urlunsplit` for URIs with path starting\n with multiple slashes and no authority. Based on patch by\n Ashwin Ramaswami.\n - Core and Builtins\n - gh-112275: A deadlock involving ``pystate.c``\u0027s\n ``HEAD_LOCK`` in ``posixmodule.c`` at fork is now\n fixed. Patch by ChuBoning based on previous Python 3.12 fix\n by Victor Stinner.\n - gh-109120: Added handle of incorrect star expressions, e.g\n ``f(3, *)``. Patch by Grigoryev Semyon\n\n\n- CVE-2024-8088: Prevent malformed payload to cause infinite loops in\n zipfile.Path (bsc#1229704).\n\n- Make pip and modern tools install directly in /usr/local when used by the user.\n (bsc#1225660).\n \n- CVE-2024-4032: Fix rearranging definition of private v global IP addresses (bsc#1226448).\n\n- Update to 3.11.9:\n * Security\n - gh-115398: Allow controlling Expat \u003e=2.6.0 reparse deferral\n (CVE-2023-52425, bsc#1219559) by adding five new methods:\n xml.etree.ElementTree.XMLParser.flush()\n xml.etree.ElementTree.XMLPullParser.flush()\n xml.parsers.expat.xmlparser.GetReparseDeferralEnabled()\n xml.parsers.expat.xmlparser.SetReparseDeferralEnabled()\n xml.sax.expatreader.ExpatParser.flush()\n - gh-115399: Update bundled libexpat to 2.6.0\n - gh-115243: Fix possible crashes in collections.deque.index()\n when the deque is concurrently modified.\n - gh-114572: ssl.SSLContext.cert_store_stats() and\n ssl.SSLContext.get_ca_certs() now correctly lock access to the\n certificate store, when the ssl.SSLContext is shared across\n multiple threads (bsc#1226447, CVE-2024-0397).\n * Core and Builtins\n - gh-116296: Fix possible refleak in object.__reduce__() internal\n error handling.\n - gh-116034: Fix location of the error on a failed assertion.\n - gh-115823: Properly calculate error ranges in the parser when\n raising SyntaxError exceptions caused by invalid byte sequences.\n Patch by Pablo Galindo\n - gh-112087: For an empty reverse iterator for list will be\n reduced to reversed(). Patch by Donghee Na.\n - gh-115011: Setters for members with an unsigned integer type now\n support the same range of valid values for objects that has a\n __index__() method as for int.\n - gh-96497: Fix incorrect resolution of mangled class variables\n used in assignment expressions in comprehensions.\n * Library\n - gh-117310: Fixed an unlikely early \u0026 extra Py_DECREF triggered\n crash in ssl when creating a new _ssl._SSLContext if CPython was\n built implausibly such that the default cipher list is empty or\n the SSL library it was linked against reports a failure from its\n C SSL_CTX_set_cipher_list() API.\n - gh-117178: Fix regression in lazy loading of self-referential\n modules, introduced in gh-114781.\n - gh-117084: Fix zipfile extraction for directory entries with the\n name containing backslashes on Windows.\n - gh-117110: Fix a bug that prevents subclasses of typing.Any to\n be instantiated with arguments. Patch by Chris Fu.\n - gh-90872: On Windows, subprocess.Popen.wait() no longer calls\n WaitForSingleObject() with a negative timeout: pass 0 ms if the\n timeout is negative. Patch by Victor Stinner.\n - gh-116957: configparser: Don\u2019t leave ConfigParser values in an\n invalid state (stored as a list instead of a str) after an\n earlier read raised DuplicateSectionError or\n DuplicateOptionError.\n - gh-90095: Ignore empty lines and comments in .pdbrc\n - gh-116764: Restore support of None and other false values in\n urllib.parse functions parse_qs() and parse_qsl(). Also, they\n now raise a TypeError for non-zero integers and non-empty\n sequences.\n - gh-116811: In PathFinder.invalidate_caches, delegate to\n MetadataPathFinder.invalidate_caches.\n - gh-116600: Fix repr() for global Flag members.\n - gh-116484: Change automatically generated tkinter.Checkbutton\n widget names to avoid collisions with automatically generated\n tkinter.ttk.Checkbutton widget names within the same parent\n widget.\n - gh-116401: Fix blocking os.fwalk() and shutil.rmtree() on\n opening named pipe.\n - gh-116143: Fix a race in pydoc _start_server, eliminating a\n window in which _start_server can return a thread that is\n \u201cserving\u201d but without a docserver set.\n - gh-116325: typing: raise SyntaxError instead of AttributeError\n on forward references as empty strings.\n - gh-90535: Fix support of interval values \u003e 1 in\n logging.TimedRotatingFileHandler for when=\u0027MIDNIGHT\u0027 and\n when=\u0027Wx\u0027.\n - gh-115978: Disable preadv(), readv(), pwritev(), and writev() on\n WASI.\n - Under wasmtime for WASI 0.2, these functions don\u2019t pass\n test_posix\n (https://github.com/bytecodealliance/wasmtime/issues/7830).\n - gh-88352: Fix the computation of the next rollover time in the\n logging.TimedRotatingFileHandler handler. computeRollover() now\n always returns a timestamp larger than the specified time and\n works correctly during the DST change. doRollover() no longer\n overwrite the already rolled over file, saving from data loss\n when run at midnight or during repeated time at the DST change.\n - gh-87115: Set __main__.__spec__ to None when running a script\n with pdb\n - gh-76511: Fix UnicodeEncodeError in email.Message.as_string()\n that results when a message that claims to be in the ascii\n character set actually has non-ascii characters. Non-ascii\n characters are now replaced with the U+FFFD replacement\n character, like in the replace error handler.\n - gh-75988: Fixed unittest.mock.create_autospec() to pass the call\n through to the wrapped object to return the real result.\n - gh-115881: Fix issue where ast.parse() would incorrectly flag\n conditional context managers (such as with (x() if y else z()):\n ...) as invalid syntax if feature_version=(3, 8) was passed.\n This reverts changes to the grammar made as part of gh-94949.\n - gh-115886: Fix silent truncation of the name with an embedded\n null character in multiprocessing.shared_memory.SharedMemory.\n - gh-115809: Improve algorithm for computing which rolled-over log\n files to delete in logging.TimedRotatingFileHandler. It is now\n reliable for handlers without namer and with arbitrary\n deterministic namer that leaves the datetime part in the file\n name unmodified.\n - gh-74668: urllib.parse functions parse_qs() and parse_qsl() now\n support bytes arguments containing raw and percent-encoded\n non-ASCII data.\n - gh-67044: csv.writer() now always quotes or escapes \u0027\\r\u0027 and\n \u0027\\n\u0027, regardless of lineterminator value.\n - gh-115712: csv.writer() now quotes empty fields if delimiter is\n a space and skipinitialspace is true and raises exception if\n quoting is not possible.\n - gh-115618: Fix improper decreasing the reference count for None\n argument in property methods getter(), setter() and deleter().\n - gh-115570: A DeprecationWarning is no longer omitted on access\n to the __doc__ attributes of the deprecated typing.io and\n typing.re pseudo-modules.\n - gh-112006: Fix inspect.unwrap() for types with the __wrapper__\n data descriptor.\n - gh-101293: Support callables with the __call__() method and\n types with __new__() and __init__() methods set to class\n methods, static methods, bound methods, partial functions, and\n other types of methods and descriptors in\n inspect.Signature.from_callable().\n - gh-115392: Fix a bug in doctest where incorrect line numbers\n would be reported for decorated functions.\n - gh-114563: Fix several format() bugs when using the C\n implementation of Decimal: * memory leak in some rare cases when\n using the z format option (coerce negative 0) * incorrect output\n when applying the z format option to type F (fixed-point with\n capital NAN / INF) * incorrect output when applying the # format\n option (alternate form)\n - gh-115197: urllib.request no longer resolves the hostname before\n checking it against the system\u2019s proxy bypass list on macOS and\n Windows.\n - gh-115198: Fix support of Docutils \u003e= 0.19 in distutils.\n - gh-115165: Most exceptions are now ignored when attempting to\n set the __orig_class__ attribute on objects returned when\n calling typing generic aliases (including generic aliases\n created using typing.Annotated). Previously only AttributeError\n was ignored. Patch by Dave Shawley.\n - gh-115133: Fix tests for XMLPullParser with Expat 2.6.0.\n - gh-115059: io.BufferedRandom.read1() now flushes the underlying\n write buffer.\n - gh-79382: Trailing ** no longer allows to match files and\n non-existing paths in recursive glob().\n - gh-114763: Protect modules loaded with importlib.util.LazyLoader\n from race conditions when multiple threads try to access\n attributes before the loading is complete.\n - gh-97959: Fix rendering class methods, bound methods, method and\n function aliases in pydoc. Class methods no longer have \u201cmethod\n of builtins.type instance\u201d note. Corresponding notes are now\n added for class and unbound methods. Method and function aliases\n now have references to the module or the class where the origin\n was defined if it differs from the current. Bound methods are\n now listed in the static methods section. Methods of builtin\n classes are now supported as well as methods of Python classes.\n - gh-112281: Allow creating union of types for typing.Annotated\n with unhashable metadata.\n - gh-111775: Fix importlib.resources.simple.ResourceHandle.open()\n for text mode, added missed stream argument.\n - gh-90095: Make .pdbrc and -c work with any valid pdb commands.\n - gh-107155: Fix incorrect output of help(x) where x is a lambda\n function, which has an __annotations__ dictionary attribute with\n a \"return\" key.\n - gh-105866: Fixed _get_slots bug which caused error when defining\n dataclasses with slots and a weakref_slot.\n - gh-60346: Fix ArgumentParser inconsistent with parse_known_args.\n - gh-100985: Update HTTPSConnection to consistently wrap IPv6\n Addresses when using a proxy.\n - gh-100884: email: fix misfolding of comma in address-lists\n over multiple lines in combination with unicode encoding\n (bsc#1238450 CVE-2025-1795)\n - gh-95782: Fix io.BufferedReader.tell(),\n io.BufferedReader.seek(), _pyio.BufferedReader.tell(),\n io.BufferedRandom.tell(), io.BufferedRandom.seek() and\n _pyio.BufferedRandom.tell() being able to return negative\n offsets.\n - gh-96310: Fix a traceback in argparse when all options in a\n mutually exclusive group are suppressed.\n - gh-93205: Fixed a bug in\n logging.handlers.TimedRotatingFileHandler where multiple\n rotating handler instances pointing to files with the same name\n but different extensions would conflict and not delete the\n correct files.\n - bpo-44865: Add missing call to localization function in\n argparse.\n - bpo-43952: Fix multiprocessing.connection.Listener.accept() to\n accept empty bytes as authkey. Not accepting empty bytes as key\n causes it to hang indefinitely.\n - bpo-42125: linecache: get module name from __spec__ if\n available. This allows getting source code for the __main__\n module when a custom loader is used.\n - gh-66543: Make mimetypes.guess_type() properly parsing of URLs\n with only a host name, URLs containing fragment or query, and\n filenames with only a UNC sharepoint on Windows. Based on patch\n by Dong-hee Na.\n - bpo-33775: Add \u2018default\u2019 and \u2018version\u2019 help text for\n localization in argparse.\n * Documentation\n - gh-115399: Document CVE-2023-52425 of Expat \u003c2.6.0 under \u201cXML\n vulnerabilities\u201d.\n - gh-115233: Fix an example for LoggerAdapter in the Logging\n Cookbook.\n * Tests\n - gh-83434: Disable JUnit XML output (--junit-xml=FILE command\n line option) in regrtest when hunting for reference leaks (-R\n option). Patch by Victor Stinner.\n - gh-117187: Fix XML tests for vanilla Expat \u003c2.6.0.\n - gh-115979: Update test_importlib so that it passes under WASI\n SDK 21.\n - gh-116307: Added import helper isolated_modules as CleanImport\n does not remove modules imported during the context.\n - gh-115720: Leak tests (-R, --huntrleaks) now show a summary of\n the number of leaks found in each iteration.\n - gh-115122: Add --bisect option to regrtest test runner: run\n failed tests with test.bisect_cmd to identify failing tests.\n Patch by Victor Stinner.\n - gh-115596: Fix ProgramPriorityTests in test_os permanently\n changing the process priority.\n - gh-115198: Fix test_check_metadata_deprecate in distutils tests\n with a newer Docutils.\n * Build\n - gh-116313: Get WASI builds to work under wasmtime 18 w/ WASI\n 0.2/preview2 primitives.\n - gh-115167: Avoid vendoring vcruntime140_threads.dll when\n building with Visual Studio 2022 version 17.8.\n * Windows\n - gh-116773: Fix instances of \u003c_overlapped.Overlapped object at\n 0xXXX\u003e still has pending operation at deallocation, the process\n may crash.\n - gh-91227: Fix the asyncio ProactorEventLoop implementation so\n that sending a datagram to an address that is not listening does\n not prevent receiving any more datagrams.\n - gh-115554: The installer now has more strict rules about\n updating the Python Launcher for Windows. In general, most users\n only have a single launcher installed and will see no\n difference. When multiple launchers have been installed, the\n option to install the launcher is disabled until all but one\n have been removed. Downgrading the launcher (which was never\n allowed) is now more obviously blocked.\n - gh-115543: Python Launcher for Windows can now detect Python\n 3.13 when installed from the Microsoft Store, and will install\n Python 3.12 by default when PYLAUNCHER_ALLOW_INSTALL is set.\n - gh-115009: Update Windows installer to use SQLite 3.45.1.\n * IDLE\n - gh-88516: On macOS show a proxy icon in the title bar of editor\n windows to match platform behaviour.\n * Tools/Demos\n - gh-113516: Don\u2019t set LDSHARED when building for WASI.\n * C API\n - gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows\n 64-bit platforms.\n\n- Add reference to CVE-2024-0450 (bsc#1221854) to changelog.\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-SLE-Micro-6.0-253", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_20154-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:20154-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520154-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:20154-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021184.html" }, { "category": "self", "summary": "SUSE Bug 1174091", "url": "https://bugzilla.suse.com/1174091" }, { "category": "self", "summary": "SUSE Bug 1210638", "url": "https://bugzilla.suse.com/1210638" }, { "category": "self", "summary": "SUSE Bug 1219559", "url": "https://bugzilla.suse.com/1219559" }, { "category": "self", "summary": "SUSE Bug 1219666", "url": "https://bugzilla.suse.com/1219666" }, { "category": "self", "summary": "SUSE Bug 1221854", "url": "https://bugzilla.suse.com/1221854" }, { "category": "self", "summary": "SUSE Bug 1225660", "url": "https://bugzilla.suse.com/1225660" }, { "category": "self", "summary": "SUSE Bug 1226447", "url": "https://bugzilla.suse.com/1226447" }, { "category": "self", "summary": "SUSE Bug 1226448", "url": "https://bugzilla.suse.com/1226448" }, { "category": "self", "summary": "SUSE Bug 1227378", "url": "https://bugzilla.suse.com/1227378" }, { "category": "self", "summary": "SUSE Bug 1227999", "url": "https://bugzilla.suse.com/1227999" }, { "category": "self", "summary": "SUSE Bug 1228165", "url": "https://bugzilla.suse.com/1228165" }, { "category": "self", "summary": "SUSE Bug 1228780", "url": "https://bugzilla.suse.com/1228780" }, { "category": "self", "summary": "SUSE Bug 1229596", "url": "https://bugzilla.suse.com/1229596" }, { "category": "self", "summary": "SUSE Bug 1229704", "url": "https://bugzilla.suse.com/1229704" }, { "category": "self", "summary": "SUSE Bug 1230227", "url": "https://bugzilla.suse.com/1230227" }, { "category": "self", "summary": "SUSE Bug 1230906", "url": "https://bugzilla.suse.com/1230906" }, { "category": "self", "summary": "SUSE Bug 1231795", "url": "https://bugzilla.suse.com/1231795" }, { "category": "self", "summary": "SUSE Bug 1232241", "url": "https://bugzilla.suse.com/1232241" }, { "category": "self", "summary": "SUSE Bug 1236705", "url": "https://bugzilla.suse.com/1236705" }, { "category": "self", "summary": "SUSE Bug 1238450", "url": "https://bugzilla.suse.com/1238450" }, { "category": "self", "summary": "SUSE Bug 1239210", "url": "https://bugzilla.suse.com/1239210" }, { "category": "self", "summary": "SUSE Bug 831629", "url": "https://bugzilla.suse.com/831629" }, { "category": "self", "summary": "SUSE CVE CVE-2019-20907 page", "url": "https://www.suse.com/security/cve/CVE-2019-20907/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-9947 page", "url": "https://www.suse.com/security/cve/CVE-2019-9947/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-15523 page", "url": "https://www.suse.com/security/cve/CVE-2020-15523/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-15801 page", "url": "https://www.suse.com/security/cve/CVE-2020-15801/" }, { "category": "self", "summary": "SUSE CVE CVE-2022-25236 page", "url": "https://www.suse.com/security/cve/CVE-2022-25236/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-27043 page", "url": "https://www.suse.com/security/cve/CVE-2023-27043/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-52425 page", "url": "https://www.suse.com/security/cve/CVE-2023-52425/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-6597 page", "url": "https://www.suse.com/security/cve/CVE-2023-6597/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-0397 page", "url": "https://www.suse.com/security/cve/CVE-2024-0397/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-0450 page", "url": "https://www.suse.com/security/cve/CVE-2024-0450/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-4030 page", "url": "https://www.suse.com/security/cve/CVE-2024-4030/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-4032 page", "url": "https://www.suse.com/security/cve/CVE-2024-4032/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-6232 page", "url": "https://www.suse.com/security/cve/CVE-2024-6232/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-6923 page", "url": "https://www.suse.com/security/cve/CVE-2024-6923/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-7592 page", "url": "https://www.suse.com/security/cve/CVE-2024-7592/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-8088 page", "url": "https://www.suse.com/security/cve/CVE-2024-8088/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-9287 page", "url": "https://www.suse.com/security/cve/CVE-2024-9287/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-0938 page", "url": "https://www.suse.com/security/cve/CVE-2025-0938/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-1795 page", "url": "https://www.suse.com/security/cve/CVE-2025-1795/" } ], "title": "Security update for python311", "tracking": { "current_release_date": "2025-03-19T11:31:40Z", "generator": { "date": "2025-03-19T11:31:40Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:20154-1", "initial_release_date": "2025-03-19T11:31:40Z", "revision_history": [ { "date": "2025-03-19T11:31:40Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libpython3_11-1_0-3.11.11-1.1.aarch64", "product": { "name": "libpython3_11-1_0-3.11.11-1.1.aarch64", "product_id": "libpython3_11-1_0-3.11.11-1.1.aarch64" } }, { "category": "product_version", "name": "python311-3.11.11-1.1.aarch64", "product": { "name": "python311-3.11.11-1.1.aarch64", "product_id": "python311-3.11.11-1.1.aarch64" } }, { "category": "product_version", "name": "python311-base-3.11.11-1.1.aarch64", "product": { "name": "python311-base-3.11.11-1.1.aarch64", "product_id": "python311-base-3.11.11-1.1.aarch64" } }, { "category": "product_version", "name": "python311-curses-3.11.11-1.1.aarch64", "product": { "name": "python311-curses-3.11.11-1.1.aarch64", "product_id": "python311-curses-3.11.11-1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libpython3_11-1_0-3.11.11-1.1.s390x", "product": { "name": "libpython3_11-1_0-3.11.11-1.1.s390x", "product_id": "libpython3_11-1_0-3.11.11-1.1.s390x" } }, { "category": "product_version", "name": "python311-3.11.11-1.1.s390x", "product": { "name": "python311-3.11.11-1.1.s390x", "product_id": "python311-3.11.11-1.1.s390x" } }, { "category": "product_version", "name": "python311-base-3.11.11-1.1.s390x", "product": { "name": "python311-base-3.11.11-1.1.s390x", "product_id": "python311-base-3.11.11-1.1.s390x" } }, { "category": "product_version", "name": "python311-curses-3.11.11-1.1.s390x", "product": { "name": "python311-curses-3.11.11-1.1.s390x", "product_id": "python311-curses-3.11.11-1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libpython3_11-1_0-3.11.11-1.1.x86_64", "product": { "name": "libpython3_11-1_0-3.11.11-1.1.x86_64", "product_id": "libpython3_11-1_0-3.11.11-1.1.x86_64" } }, { "category": "product_version", "name": "python311-3.11.11-1.1.x86_64", "product": { "name": "python311-3.11.11-1.1.x86_64", "product_id": "python311-3.11.11-1.1.x86_64" } }, { "category": "product_version", "name": "python311-base-3.11.11-1.1.x86_64", "product": { "name": "python311-base-3.11.11-1.1.x86_64", "product_id": "python311-base-3.11.11-1.1.x86_64" } }, { "category": "product_version", "name": "python311-curses-3.11.11-1.1.x86_64", "product": { "name": "python311-curses-3.11.11-1.1.x86_64", "product_id": "python311-curses-3.11.11-1.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Micro 6.0", "product": { "name": "SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0", "product_identification_helper": { "cpe": "cpe:/o:suse:sl-micro:6.0" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.11-1.1.aarch64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64" }, "product_reference": "libpython3_11-1_0-3.11.11-1.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.11-1.1.s390x as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x" }, "product_reference": "libpython3_11-1_0-3.11.11-1.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.11-1.1.x86_64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64" }, "product_reference": "libpython3_11-1_0-3.11.11-1.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.11-1.1.aarch64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64" }, "product_reference": "python311-3.11.11-1.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.11-1.1.s390x as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x" }, "product_reference": "python311-3.11.11-1.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.11-1.1.x86_64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64" }, "product_reference": "python311-3.11.11-1.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.11-1.1.aarch64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64" }, "product_reference": "python311-base-3.11.11-1.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.11-1.1.s390x as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x" }, "product_reference": "python311-base-3.11.11-1.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.11-1.1.x86_64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64" }, "product_reference": "python311-base-3.11.11-1.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.11-1.1.aarch64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64" }, "product_reference": "python311-curses-3.11.11-1.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.11-1.1.s390x as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x" }, "product_reference": "python311-curses-3.11.11-1.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.11-1.1.x86_64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" }, "product_reference": "python311-curses-3.11.11-1.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.0" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-20907", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-20907" } ], "notes": [ { "category": "general", "text": "In Lib/tarfile.py in Python through 3.8.3, an attacker is able to craft a TAR archive leading to an infinite loop when opened by tarfile.open, because _proc_pax lacks header validation.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-20907", "url": "https://www.suse.com/security/cve/CVE-2019-20907" }, { "category": "external", "summary": "SUSE Bug 1174091 for CVE-2019-20907", "url": "https://bugzilla.suse.com/1174091" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-03-19T11:31:40Z", "details": "moderate" } ], "title": "CVE-2019-20907" }, { "cve": "CVE-2019-9947", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-9947" } ], "notes": [ { "category": "general", "text": "An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \\r\\n (specifically in the path component of a URL that lacks a ? character) followed by an HTTP header or a Redis command. This is similar to the CVE-2019-9740 query string issue. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-9947", "url": "https://www.suse.com/security/cve/CVE-2019-9947" }, { "category": "external", "summary": "SUSE Bug 1130840 for CVE-2019-9947", "url": "https://bugzilla.suse.com/1130840" }, { "category": "external", "summary": "SUSE Bug 1136184 for CVE-2019-9947", "url": "https://bugzilla.suse.com/1136184" }, { "category": "external", "summary": "SUSE Bug 1155094 for CVE-2019-9947", "url": "https://bugzilla.suse.com/1155094" }, { "category": "external", "summary": "SUSE Bug 1201559 for CVE-2019-9947", "url": "https://bugzilla.suse.com/1201559" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-03-19T11:31:40Z", "details": "moderate" } ], "title": "CVE-2019-9947" }, { "cve": "CVE-2020-15523", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-15523" } ], "notes": [ { "category": "general", "text": "In Python 3.6 through 3.6.10, 3.7 through 3.7.8, 3.8 through 3.8.4rc1, and 3.9 through 3.9.0b4 on Windows, a Trojan horse python3.dll might be used in cases where CPython is embedded in a native application. This occurs because python3X.dll may use an invalid search path for python3.dll loading (after Py_SetPath has been used). NOTE: this issue CANNOT occur when using python.exe from a standard (non-embedded) Python installation on Windows.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-15523", "url": "https://www.suse.com/security/cve/CVE-2020-15523" }, { "category": "external", "summary": "SUSE Bug 1173745 for CVE-2020-15523", "url": "https://bugzilla.suse.com/1173745" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-03-19T11:31:40Z", "details": "important" } ], "title": "CVE-2020-15523" }, { "cve": "CVE-2020-15801", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-15801" } ], "notes": [ { "category": "general", "text": "In Python 3.8.4, sys.path restrictions specified in a python38._pth file are ignored, allowing code to be loaded from arbitrary locations. The \u003cexecutable-name\u003e._pth file (e.g., the python._pth file) is not affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-15801", "url": "https://www.suse.com/security/cve/CVE-2020-15801" }, { "category": "external", "summary": "SUSE Bug 1174241 for CVE-2020-15801", "url": "https://bugzilla.suse.com/1174241" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-03-19T11:31:40Z", "details": "critical" } ], "title": "CVE-2020-15801" }, { "cve": "CVE-2022-25236", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-25236" } ], "notes": [ { "category": "general", "text": "xmlparse.c in Expat (aka libexpat) before 2.4.5 allows attackers to insert namespace-separator characters into namespace URIs.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2022-25236", "url": "https://www.suse.com/security/cve/CVE-2022-25236" }, { "category": "external", "summary": "SUSE Bug 1196025 for CVE-2022-25236", "url": "https://bugzilla.suse.com/1196025" }, { "category": "external", "summary": "SUSE Bug 1196784 for CVE-2022-25236", "url": "https://bugzilla.suse.com/1196784" }, { "category": "external", "summary": "SUSE Bug 1197217 for CVE-2022-25236", "url": "https://bugzilla.suse.com/1197217" }, { "category": "external", "summary": "SUSE Bug 1200038 for CVE-2022-25236", "url": "https://bugzilla.suse.com/1200038" }, { "category": "external", "summary": "SUSE Bug 1201735 for CVE-2022-25236", "url": "https://bugzilla.suse.com/1201735" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-03-19T11:31:40Z", "details": "important" } ], "title": "CVE-2022-25236" }, { "cve": "CVE-2023-27043", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-27043" } ], "notes": [ { "category": "general", "text": "The email module of Python through 3.11.3 incorrectly parses e-mail addresses that contain a special character. The wrong portion of an RFC2822 header is identified as the value of the addr-spec. In some applications, an attacker can bypass a protection mechanism in which application access is granted only after verifying receipt of e-mail to a specific domain (e.g., only @company.example.com addresses may be used for signup). This occurs in email/_parseaddr.py in recent versions of Python.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-27043", "url": "https://www.suse.com/security/cve/CVE-2023-27043" }, { "category": "external", "summary": "SUSE Bug 1210638 for CVE-2023-27043", "url": "https://bugzilla.suse.com/1210638" }, { "category": "external", "summary": "SUSE Bug 1222537 for CVE-2023-27043", "url": "https://bugzilla.suse.com/1222537" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-03-19T11:31:40Z", "details": "moderate" } ], "title": "CVE-2023-27043" }, { "cve": "CVE-2023-52425", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-52425" } ], "notes": [ { "category": "general", "text": "libexpat through 2.5.0 allows a denial of service (resource consumption) because many full reparsings are required in the case of a large token for which multiple buffer fills are needed.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-52425", "url": "https://www.suse.com/security/cve/CVE-2023-52425" }, { "category": "external", "summary": "SUSE Bug 1219559 for CVE-2023-52425", "url": "https://bugzilla.suse.com/1219559" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-03-19T11:31:40Z", "details": "moderate" } ], "title": "CVE-2023-52425" }, { "cve": "CVE-2023-6597", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-6597" } ], "notes": [ { "category": "general", "text": "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", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-6597", "url": "https://www.suse.com/security/cve/CVE-2023-6597" }, { "category": "external", "summary": "SUSE Bug 1219666 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1219666" }, { "category": "external", "summary": "SUSE Bug 1221854 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1221854" }, { "category": "external", "summary": "SUSE Bug 1224879 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1224879" }, { "category": "external", "summary": "SUSE Bug 1225185 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1225185" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-03-19T11:31:40Z", "details": "important" } ], "title": "CVE-2023-6597" }, { "cve": "CVE-2024-0397", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-0397" } ], "notes": [ { "category": "general", "text": "A defect was discovered in the Python \"ssl\" module where there is a memory\nrace condition with the ssl.SSLContext methods \"cert_store_stats()\" and\n\"get_ca_certs()\". The race condition can be triggered if the methods are\ncalled at the same time as certificates are loaded into the SSLContext,\nsuch as during the TLS handshake with a certificate directory configured.\nThis issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-0397", "url": "https://www.suse.com/security/cve/CVE-2024-0397" }, { "category": "external", "summary": "SUSE Bug 1226447 for CVE-2024-0397", "url": "https://bugzilla.suse.com/1226447" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.8, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-03-19T11:31:40Z", "details": "moderate" } ], "title": "CVE-2024-0397" }, { "cve": "CVE-2024-0450", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-0450" } ], "notes": [ { "category": "general", "text": "An issue was found in the CPython `zipfile` module affecting versions 3.12.1, 3.11.7, 3.10.13, 3.9.18, and 3.8.18 and prior.\n\nThe zipfile module is vulnerable to \"quoted-overlap\" zip-bombs which exploit the zip format to create a zip-bomb with a high compression ratio. The fixed versions of CPython makes the zipfile module reject zip archives which overlap entries in the archive.\n\n", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-0450", "url": "https://www.suse.com/security/cve/CVE-2024-0450" }, { "category": "external", "summary": "SUSE Bug 1221854 for CVE-2024-0450", "url": "https://bugzilla.suse.com/1221854" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-03-19T11:31:40Z", "details": "moderate" } ], "title": "CVE-2024-0450" }, { "cve": "CVE-2024-4030", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-4030" } ], "notes": [ { "category": "general", "text": "On Windows a directory returned by tempfile.mkdtemp() would not always have permissions set to restrict reading and writing to the temporary directory by other users, instead usually inheriting the correct permissions from the default location. Alternate configurations or users without a profile directory may not have the intended permissions.\n\nIf you\u0027re not using Windows or haven\u0027t changed the temporary directory location then you aren\u0027t affected by this vulnerability. On other platforms the returned directory is consistently readable and writable only by the current user.\n\nThis issue was caused by Python not supporting Unix permissions on Windows. The fix adds support for Unix \"700\" for the mkdir function on Windows which is used by mkdtemp() to ensure the newly created directory has the proper permissions.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-4030", "url": "https://www.suse.com/security/cve/CVE-2024-4030" }, { "category": "external", "summary": "SUSE Bug 1227152 for CVE-2024-4030", "url": "https://bugzilla.suse.com/1227152" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-03-19T11:31:40Z", "details": "moderate" } ], "title": "CVE-2024-4030" }, { "cve": "CVE-2024-4032", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-4032" } ], "notes": [ { "category": "general", "text": "The \"ipaddress\" module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as \"globally reachable\" or \"private\". This affected the is_private and is_global properties of the ipaddress.IPv4Address, ipaddress.IPv4Network, ipaddress.IPv6Address, and ipaddress.IPv6Network classes, where values wouldn\u0027t be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.\n\nCPython 3.12.4 and 3.13.0a6 contain updated information from these registries and thus have the intended behavior.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-4032", "url": "https://www.suse.com/security/cve/CVE-2024-4032" }, { "category": "external", "summary": "SUSE Bug 1226448 for CVE-2024-4032", "url": "https://bugzilla.suse.com/1226448" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.7, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-03-19T11:31:40Z", "details": "low" } ], "title": "CVE-2024-4032" }, { "cve": "CVE-2024-6232", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-6232" } ], "notes": [ { "category": "general", "text": "There is a MEDIUM severity vulnerability affecting CPython.\n\n\n\n\n\nRegular expressions that allowed excessive backtracking during tarfile.TarFile header parsing are vulnerable to ReDoS via specifically-crafted tar archives.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-6232", "url": "https://www.suse.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "SUSE Bug 1230227 for CVE-2024-6232", "url": "https://bugzilla.suse.com/1230227" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-03-19T11:31:40Z", "details": "important" } ], "title": "CVE-2024-6232" }, { "cve": "CVE-2024-6923", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-6923" } ], "notes": [ { "category": "general", "text": "There is a MEDIUM severity vulnerability affecting CPython.\n\nThe \nemail module didn\u0027t properly quote newlines for email headers when \nserializing an email message allowing for header injection when an email\n is serialized.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-6923", "url": "https://www.suse.com/security/cve/CVE-2024-6923" }, { "category": "external", "summary": "SUSE Bug 1228780 for CVE-2024-6923", "url": "https://bugzilla.suse.com/1228780" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-03-19T11:31:40Z", "details": "important" } ], "title": "CVE-2024-6923" }, { "cve": "CVE-2024-7592", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-7592" } ], "notes": [ { "category": "general", "text": "There is a LOW severity vulnerability affecting CPython, specifically the\n\u0027http.cookies\u0027 standard library module.\n\n\nWhen parsing cookies that contained backslashes for quoted characters in\nthe cookie value, the parser would use an algorithm with quadratic\ncomplexity, resulting in excess CPU resources being used while parsing the\nvalue.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-7592", "url": "https://www.suse.com/security/cve/CVE-2024-7592" }, { "category": "external", "summary": "SUSE Bug 1229596 for CVE-2024-7592", "url": "https://bugzilla.suse.com/1229596" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 2.6, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-03-19T11:31:40Z", "details": "moderate" } ], "title": "CVE-2024-7592" }, { "cve": "CVE-2024-8088", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-8088" } ], "notes": [ { "category": "general", "text": "There is a HIGH severity vulnerability affecting the CPython \"zipfile\"\nmodule affecting \"zipfile.Path\". Note that the more common API \"zipfile.ZipFile\" class is unaffected.\n\n\n\n\n\nWhen iterating over names of entries in a zip archive (for example, methods\nof \"zipfile.Path\" like \"namelist()\", \"iterdir()\", etc)\nthe process can be put into an infinite loop with a maliciously crafted\nzip archive. This defect applies when reading only metadata or extracting\nthe contents of the zip archive. Programs that are not handling\nuser-controlled zip archives are not affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-8088", "url": "https://www.suse.com/security/cve/CVE-2024-8088" }, { "category": "external", "summary": "SUSE Bug 1229704 for CVE-2024-8088", "url": "https://bugzilla.suse.com/1229704" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-03-19T11:31:40Z", "details": "moderate" } ], "title": "CVE-2024-8088" }, { "cve": "CVE-2024-9287", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-9287" } ], "notes": [ { "category": "general", "text": "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren\u0027t activated before being used (ie \"./venv/bin/python\") are not affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-9287", "url": "https://www.suse.com/security/cve/CVE-2024-9287" }, { "category": "external", "summary": "SUSE Bug 1232241 for CVE-2024-9287", "url": "https://bugzilla.suse.com/1232241" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-03-19T11:31:40Z", "details": "moderate" } ], "title": "CVE-2024-9287" }, { "cve": "CVE-2025-0938", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-0938" } ], "notes": [ { "category": "general", "text": "The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accepted domain names that included square brackets which isn\u0027t valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-0938", "url": "https://www.suse.com/security/cve/CVE-2025-0938" }, { "category": "external", "summary": "SUSE Bug 1236705 for CVE-2025-0938", "url": "https://bugzilla.suse.com/1236705" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-03-19T11:31:40Z", "details": "moderate" } ], "title": "CVE-2025-0938" }, { "cve": "CVE-2025-1795", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-1795" } ], "notes": [ { "category": "general", "text": "During an address list folding when a separating comma ends up on a folded line and that line is to be unicode-encoded then the separator itself is also unicode-encoded. Expected behavior is that the separating comma remains a plan comma. This can result in the address header being misinterpreted by some mail servers.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-1795", "url": "https://www.suse.com/security/cve/CVE-2025-1795" }, { "category": "external", "summary": "SUSE Bug 1238450 for CVE-2025-1795", "url": "https://bugzilla.suse.com/1238450" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-base-3.11.11-1.1.x86_64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.aarch64", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.s390x", "SUSE Linux Micro 6.0:python311-curses-3.11.11-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-03-19T11:31:40Z", "details": "low" } ], "title": "CVE-2025-1795" } ] }
suse-su-2024:0850-1
Vulnerability from csaf_suse
Published
2024-03-12 15:18
Modified
2024-03-12 15:18
Summary
Security update for python3
Notes
Title of the patch
Security update for python3
Description of the patch
This update for python3 fixes the following issues:
- CVE-2023-6597: Fixed symlink bug in cleanup of tempfile.TemporaryDirectory (bsc#1219666).
Patchnames
SUSE-2024-850,SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-850,SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-850,SUSE-SLE-Product-SLES_SAP-15-SP2-2024-850,SUSE-SUSE-MicroOS-5.1-2024-850
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for python3", "title": "Title of the patch" }, { "category": "description", "text": "This update for python3 fixes the following issues:\n\n- CVE-2023-6597: Fixed symlink bug in cleanup of tempfile.TemporaryDirectory (bsc#1219666).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-850,SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-850,SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-850,SUSE-SLE-Product-SLES_SAP-15-SP2-2024-850,SUSE-SUSE-MicroOS-5.1-2024-850", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_0850-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:0850-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20240850-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:0850-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-March/018148.html" }, { "category": "self", "summary": "SUSE Bug 1219666", "url": "https://bugzilla.suse.com/1219666" }, { "category": "self", "summary": "SUSE CVE CVE-2023-6597 page", "url": "https://www.suse.com/security/cve/CVE-2023-6597/" } ], "title": "Security update for python3", "tracking": { "current_release_date": "2024-03-12T15:18:05Z", "generator": { "date": "2024-03-12T15:18:05Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:0850-1", "initial_release_date": "2024-03-12T15:18:05Z", "revision_history": [ { "date": "2024-03-12T15:18:05Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.15-150000.3.141.1.aarch64", "product": { "name": "libpython3_6m1_0-3.6.15-150000.3.141.1.aarch64", "product_id": "libpython3_6m1_0-3.6.15-150000.3.141.1.aarch64" } }, { "category": "product_version", "name": "python3-3.6.15-150000.3.141.1.aarch64", "product": { "name": "python3-3.6.15-150000.3.141.1.aarch64", "product_id": "python3-3.6.15-150000.3.141.1.aarch64" } }, { "category": "product_version", "name": "python3-base-3.6.15-150000.3.141.1.aarch64", "product": { "name": "python3-base-3.6.15-150000.3.141.1.aarch64", "product_id": "python3-base-3.6.15-150000.3.141.1.aarch64" } }, { "category": "product_version", "name": "python3-curses-3.6.15-150000.3.141.1.aarch64", "product": { "name": "python3-curses-3.6.15-150000.3.141.1.aarch64", "product_id": "python3-curses-3.6.15-150000.3.141.1.aarch64" } }, { "category": "product_version", "name": "python3-dbm-3.6.15-150000.3.141.1.aarch64", "product": { "name": "python3-dbm-3.6.15-150000.3.141.1.aarch64", "product_id": "python3-dbm-3.6.15-150000.3.141.1.aarch64" } }, { "category": "product_version", "name": "python3-devel-3.6.15-150000.3.141.1.aarch64", "product": { "name": "python3-devel-3.6.15-150000.3.141.1.aarch64", "product_id": "python3-devel-3.6.15-150000.3.141.1.aarch64" } }, { "category": "product_version", "name": "python3-doc-3.6.15-150000.3.141.1.aarch64", "product": { "name": "python3-doc-3.6.15-150000.3.141.1.aarch64", "product_id": "python3-doc-3.6.15-150000.3.141.1.aarch64" } }, { "category": "product_version", "name": "python3-doc-devhelp-3.6.15-150000.3.141.1.aarch64", "product": { "name": "python3-doc-devhelp-3.6.15-150000.3.141.1.aarch64", "product_id": "python3-doc-devhelp-3.6.15-150000.3.141.1.aarch64" } }, { "category": "product_version", "name": "python3-idle-3.6.15-150000.3.141.1.aarch64", "product": { "name": "python3-idle-3.6.15-150000.3.141.1.aarch64", "product_id": "python3-idle-3.6.15-150000.3.141.1.aarch64" } }, { "category": "product_version", "name": "python3-testsuite-3.6.15-150000.3.141.1.aarch64", "product": { "name": "python3-testsuite-3.6.15-150000.3.141.1.aarch64", "product_id": "python3-testsuite-3.6.15-150000.3.141.1.aarch64" } }, { "category": "product_version", "name": "python3-tk-3.6.15-150000.3.141.1.aarch64", "product": { "name": "python3-tk-3.6.15-150000.3.141.1.aarch64", "product_id": "python3-tk-3.6.15-150000.3.141.1.aarch64" } }, { "category": "product_version", "name": "python3-tools-3.6.15-150000.3.141.1.aarch64", "product": { "name": "python3-tools-3.6.15-150000.3.141.1.aarch64", "product_id": "python3-tools-3.6.15-150000.3.141.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-64bit-3.6.15-150000.3.141.1.aarch64_ilp32", "product": { "name": "libpython3_6m1_0-64bit-3.6.15-150000.3.141.1.aarch64_ilp32", "product_id": "libpython3_6m1_0-64bit-3.6.15-150000.3.141.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.15-150000.3.141.1.i586", "product": { "name": "libpython3_6m1_0-3.6.15-150000.3.141.1.i586", "product_id": "libpython3_6m1_0-3.6.15-150000.3.141.1.i586" } }, { "category": "product_version", "name": "python3-3.6.15-150000.3.141.1.i586", "product": { "name": "python3-3.6.15-150000.3.141.1.i586", "product_id": "python3-3.6.15-150000.3.141.1.i586" } }, { "category": "product_version", "name": "python3-base-3.6.15-150000.3.141.1.i586", "product": { "name": "python3-base-3.6.15-150000.3.141.1.i586", "product_id": "python3-base-3.6.15-150000.3.141.1.i586" } }, { "category": "product_version", "name": "python3-curses-3.6.15-150000.3.141.1.i586", "product": { "name": "python3-curses-3.6.15-150000.3.141.1.i586", "product_id": "python3-curses-3.6.15-150000.3.141.1.i586" } }, { "category": "product_version", "name": "python3-dbm-3.6.15-150000.3.141.1.i586", "product": { "name": "python3-dbm-3.6.15-150000.3.141.1.i586", "product_id": "python3-dbm-3.6.15-150000.3.141.1.i586" } }, { "category": "product_version", "name": "python3-devel-3.6.15-150000.3.141.1.i586", "product": { "name": "python3-devel-3.6.15-150000.3.141.1.i586", "product_id": "python3-devel-3.6.15-150000.3.141.1.i586" } }, { "category": "product_version", "name": "python3-doc-3.6.15-150000.3.141.1.i586", "product": { "name": "python3-doc-3.6.15-150000.3.141.1.i586", "product_id": "python3-doc-3.6.15-150000.3.141.1.i586" } }, { "category": "product_version", "name": "python3-doc-devhelp-3.6.15-150000.3.141.1.i586", "product": { "name": "python3-doc-devhelp-3.6.15-150000.3.141.1.i586", "product_id": "python3-doc-devhelp-3.6.15-150000.3.141.1.i586" } }, { "category": "product_version", "name": "python3-idle-3.6.15-150000.3.141.1.i586", "product": { "name": "python3-idle-3.6.15-150000.3.141.1.i586", "product_id": "python3-idle-3.6.15-150000.3.141.1.i586" } }, { "category": "product_version", "name": "python3-testsuite-3.6.15-150000.3.141.1.i586", "product": { "name": "python3-testsuite-3.6.15-150000.3.141.1.i586", "product_id": "python3-testsuite-3.6.15-150000.3.141.1.i586" } }, { "category": "product_version", "name": "python3-tk-3.6.15-150000.3.141.1.i586", "product": { "name": "python3-tk-3.6.15-150000.3.141.1.i586", "product_id": "python3-tk-3.6.15-150000.3.141.1.i586" } }, { "category": "product_version", "name": "python3-tools-3.6.15-150000.3.141.1.i586", "product": { "name": "python3-tools-3.6.15-150000.3.141.1.i586", "product_id": "python3-tools-3.6.15-150000.3.141.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.15-150000.3.141.1.ppc64le", "product": { "name": "libpython3_6m1_0-3.6.15-150000.3.141.1.ppc64le", "product_id": "libpython3_6m1_0-3.6.15-150000.3.141.1.ppc64le" } }, { "category": "product_version", "name": "python3-3.6.15-150000.3.141.1.ppc64le", "product": { "name": "python3-3.6.15-150000.3.141.1.ppc64le", "product_id": "python3-3.6.15-150000.3.141.1.ppc64le" } }, { "category": "product_version", "name": "python3-base-3.6.15-150000.3.141.1.ppc64le", "product": { "name": "python3-base-3.6.15-150000.3.141.1.ppc64le", "product_id": "python3-base-3.6.15-150000.3.141.1.ppc64le" } }, { "category": "product_version", "name": "python3-curses-3.6.15-150000.3.141.1.ppc64le", "product": { "name": "python3-curses-3.6.15-150000.3.141.1.ppc64le", "product_id": "python3-curses-3.6.15-150000.3.141.1.ppc64le" } }, { "category": "product_version", "name": "python3-dbm-3.6.15-150000.3.141.1.ppc64le", "product": { "name": "python3-dbm-3.6.15-150000.3.141.1.ppc64le", "product_id": "python3-dbm-3.6.15-150000.3.141.1.ppc64le" } }, { "category": "product_version", "name": "python3-devel-3.6.15-150000.3.141.1.ppc64le", "product": { "name": "python3-devel-3.6.15-150000.3.141.1.ppc64le", "product_id": "python3-devel-3.6.15-150000.3.141.1.ppc64le" } }, { "category": "product_version", "name": "python3-doc-3.6.15-150000.3.141.1.ppc64le", "product": { "name": "python3-doc-3.6.15-150000.3.141.1.ppc64le", "product_id": "python3-doc-3.6.15-150000.3.141.1.ppc64le" } }, { "category": "product_version", "name": "python3-doc-devhelp-3.6.15-150000.3.141.1.ppc64le", "product": { "name": "python3-doc-devhelp-3.6.15-150000.3.141.1.ppc64le", "product_id": "python3-doc-devhelp-3.6.15-150000.3.141.1.ppc64le" } }, { "category": "product_version", "name": "python3-idle-3.6.15-150000.3.141.1.ppc64le", "product": { "name": "python3-idle-3.6.15-150000.3.141.1.ppc64le", "product_id": "python3-idle-3.6.15-150000.3.141.1.ppc64le" } }, { "category": "product_version", "name": "python3-testsuite-3.6.15-150000.3.141.1.ppc64le", "product": { "name": "python3-testsuite-3.6.15-150000.3.141.1.ppc64le", "product_id": "python3-testsuite-3.6.15-150000.3.141.1.ppc64le" } }, { "category": "product_version", "name": "python3-tk-3.6.15-150000.3.141.1.ppc64le", "product": { "name": "python3-tk-3.6.15-150000.3.141.1.ppc64le", "product_id": "python3-tk-3.6.15-150000.3.141.1.ppc64le" } }, { "category": "product_version", "name": "python3-tools-3.6.15-150000.3.141.1.ppc64le", "product": { "name": "python3-tools-3.6.15-150000.3.141.1.ppc64le", "product_id": "python3-tools-3.6.15-150000.3.141.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.15-150000.3.141.1.s390x", "product": { "name": "libpython3_6m1_0-3.6.15-150000.3.141.1.s390x", "product_id": "libpython3_6m1_0-3.6.15-150000.3.141.1.s390x" } }, { "category": "product_version", "name": "python3-3.6.15-150000.3.141.1.s390x", "product": { "name": "python3-3.6.15-150000.3.141.1.s390x", "product_id": "python3-3.6.15-150000.3.141.1.s390x" } }, { "category": "product_version", "name": "python3-base-3.6.15-150000.3.141.1.s390x", "product": { "name": "python3-base-3.6.15-150000.3.141.1.s390x", "product_id": "python3-base-3.6.15-150000.3.141.1.s390x" } }, { "category": "product_version", "name": "python3-curses-3.6.15-150000.3.141.1.s390x", "product": { "name": "python3-curses-3.6.15-150000.3.141.1.s390x", "product_id": "python3-curses-3.6.15-150000.3.141.1.s390x" } }, { "category": "product_version", "name": "python3-dbm-3.6.15-150000.3.141.1.s390x", "product": { "name": "python3-dbm-3.6.15-150000.3.141.1.s390x", "product_id": "python3-dbm-3.6.15-150000.3.141.1.s390x" } }, { "category": "product_version", "name": "python3-devel-3.6.15-150000.3.141.1.s390x", "product": { "name": "python3-devel-3.6.15-150000.3.141.1.s390x", "product_id": "python3-devel-3.6.15-150000.3.141.1.s390x" } }, { "category": "product_version", "name": "python3-doc-3.6.15-150000.3.141.1.s390x", "product": { "name": "python3-doc-3.6.15-150000.3.141.1.s390x", "product_id": "python3-doc-3.6.15-150000.3.141.1.s390x" } }, { "category": "product_version", "name": "python3-doc-devhelp-3.6.15-150000.3.141.1.s390x", "product": { "name": "python3-doc-devhelp-3.6.15-150000.3.141.1.s390x", "product_id": "python3-doc-devhelp-3.6.15-150000.3.141.1.s390x" } }, { "category": "product_version", "name": "python3-idle-3.6.15-150000.3.141.1.s390x", "product": { "name": "python3-idle-3.6.15-150000.3.141.1.s390x", "product_id": "python3-idle-3.6.15-150000.3.141.1.s390x" } }, { "category": "product_version", "name": "python3-testsuite-3.6.15-150000.3.141.1.s390x", "product": { "name": "python3-testsuite-3.6.15-150000.3.141.1.s390x", "product_id": "python3-testsuite-3.6.15-150000.3.141.1.s390x" } }, { "category": "product_version", "name": "python3-tk-3.6.15-150000.3.141.1.s390x", "product": { "name": "python3-tk-3.6.15-150000.3.141.1.s390x", "product_id": "python3-tk-3.6.15-150000.3.141.1.s390x" } }, { "category": "product_version", "name": "python3-tools-3.6.15-150000.3.141.1.s390x", "product": { "name": "python3-tools-3.6.15-150000.3.141.1.s390x", "product_id": "python3-tools-3.6.15-150000.3.141.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.15-150000.3.141.1.x86_64", "product": { "name": "libpython3_6m1_0-3.6.15-150000.3.141.1.x86_64", "product_id": "libpython3_6m1_0-3.6.15-150000.3.141.1.x86_64" } }, { "category": "product_version", "name": "libpython3_6m1_0-32bit-3.6.15-150000.3.141.1.x86_64", "product": { "name": "libpython3_6m1_0-32bit-3.6.15-150000.3.141.1.x86_64", "product_id": "libpython3_6m1_0-32bit-3.6.15-150000.3.141.1.x86_64" } }, { "category": "product_version", "name": "python3-3.6.15-150000.3.141.1.x86_64", "product": { "name": "python3-3.6.15-150000.3.141.1.x86_64", "product_id": "python3-3.6.15-150000.3.141.1.x86_64" } }, { "category": "product_version", "name": "python3-base-3.6.15-150000.3.141.1.x86_64", "product": { "name": "python3-base-3.6.15-150000.3.141.1.x86_64", "product_id": "python3-base-3.6.15-150000.3.141.1.x86_64" } }, { "category": "product_version", "name": "python3-curses-3.6.15-150000.3.141.1.x86_64", "product": { "name": "python3-curses-3.6.15-150000.3.141.1.x86_64", "product_id": "python3-curses-3.6.15-150000.3.141.1.x86_64" } }, { "category": "product_version", "name": "python3-dbm-3.6.15-150000.3.141.1.x86_64", "product": { "name": "python3-dbm-3.6.15-150000.3.141.1.x86_64", "product_id": "python3-dbm-3.6.15-150000.3.141.1.x86_64" } }, { "category": "product_version", "name": "python3-devel-3.6.15-150000.3.141.1.x86_64", "product": { "name": "python3-devel-3.6.15-150000.3.141.1.x86_64", "product_id": "python3-devel-3.6.15-150000.3.141.1.x86_64" } }, { "category": "product_version", "name": "python3-doc-3.6.15-150000.3.141.1.x86_64", "product": { "name": "python3-doc-3.6.15-150000.3.141.1.x86_64", "product_id": "python3-doc-3.6.15-150000.3.141.1.x86_64" } }, { "category": "product_version", "name": "python3-doc-devhelp-3.6.15-150000.3.141.1.x86_64", "product": { "name": "python3-doc-devhelp-3.6.15-150000.3.141.1.x86_64", "product_id": "python3-doc-devhelp-3.6.15-150000.3.141.1.x86_64" } }, { "category": "product_version", "name": "python3-idle-3.6.15-150000.3.141.1.x86_64", "product": { "name": "python3-idle-3.6.15-150000.3.141.1.x86_64", "product_id": "python3-idle-3.6.15-150000.3.141.1.x86_64" } }, { "category": "product_version", "name": "python3-testsuite-3.6.15-150000.3.141.1.x86_64", "product": { "name": "python3-testsuite-3.6.15-150000.3.141.1.x86_64", "product_id": "python3-testsuite-3.6.15-150000.3.141.1.x86_64" } }, { "category": "product_version", "name": "python3-tk-3.6.15-150000.3.141.1.x86_64", "product": { "name": "python3-tk-3.6.15-150000.3.141.1.x86_64", "product_id": "python3-tk-3.6.15-150000.3.141.1.x86_64" } }, { "category": "product_version", "name": "python3-tools-3.6.15-150000.3.141.1.x86_64", "product": { "name": "python3-tools-3.6.15-150000.3.141.1.x86_64", "product_id": "python3-tools-3.6.15-150000.3.141.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.1", "product": { "name": "SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-microos:5.1" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150000.3.141.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libpython3_6m1_0-3.6.15-150000.3.141.1.aarch64" }, "product_reference": "libpython3_6m1_0-3.6.15-150000.3.141.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150000.3.141.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libpython3_6m1_0-3.6.15-150000.3.141.1.x86_64" }, "product_reference": "libpython3_6m1_0-3.6.15-150000.3.141.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150000.3.141.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-3.6.15-150000.3.141.1.aarch64" }, "product_reference": "python3-3.6.15-150000.3.141.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150000.3.141.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-3.6.15-150000.3.141.1.x86_64" }, "product_reference": "python3-3.6.15-150000.3.141.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150000.3.141.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-base-3.6.15-150000.3.141.1.aarch64" }, "product_reference": "python3-base-3.6.15-150000.3.141.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150000.3.141.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-base-3.6.15-150000.3.141.1.x86_64" }, "product_reference": "python3-base-3.6.15-150000.3.141.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150000.3.141.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-curses-3.6.15-150000.3.141.1.aarch64" }, "product_reference": "python3-curses-3.6.15-150000.3.141.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150000.3.141.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-curses-3.6.15-150000.3.141.1.x86_64" }, "product_reference": "python3-curses-3.6.15-150000.3.141.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150000.3.141.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-dbm-3.6.15-150000.3.141.1.aarch64" }, "product_reference": "python3-dbm-3.6.15-150000.3.141.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150000.3.141.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-dbm-3.6.15-150000.3.141.1.x86_64" }, "product_reference": "python3-dbm-3.6.15-150000.3.141.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150000.3.141.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-devel-3.6.15-150000.3.141.1.aarch64" }, "product_reference": "python3-devel-3.6.15-150000.3.141.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150000.3.141.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-devel-3.6.15-150000.3.141.1.x86_64" }, "product_reference": "python3-devel-3.6.15-150000.3.141.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150000.3.141.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-idle-3.6.15-150000.3.141.1.aarch64" }, "product_reference": "python3-idle-3.6.15-150000.3.141.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150000.3.141.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-idle-3.6.15-150000.3.141.1.x86_64" }, "product_reference": "python3-idle-3.6.15-150000.3.141.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150000.3.141.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-tk-3.6.15-150000.3.141.1.aarch64" }, "product_reference": "python3-tk-3.6.15-150000.3.141.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150000.3.141.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-tk-3.6.15-150000.3.141.1.x86_64" }, "product_reference": "python3-tk-3.6.15-150000.3.141.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150000.3.141.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-tools-3.6.15-150000.3.141.1.aarch64" }, "product_reference": "python3-tools-3.6.15-150000.3.141.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150000.3.141.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-tools-3.6.15-150000.3.141.1.x86_64" }, "product_reference": "python3-tools-3.6.15-150000.3.141.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150000.3.141.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libpython3_6m1_0-3.6.15-150000.3.141.1.aarch64" }, "product_reference": "libpython3_6m1_0-3.6.15-150000.3.141.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150000.3.141.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libpython3_6m1_0-3.6.15-150000.3.141.1.ppc64le" }, "product_reference": "libpython3_6m1_0-3.6.15-150000.3.141.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150000.3.141.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libpython3_6m1_0-3.6.15-150000.3.141.1.s390x" }, "product_reference": "libpython3_6m1_0-3.6.15-150000.3.141.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150000.3.141.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libpython3_6m1_0-3.6.15-150000.3.141.1.x86_64" }, "product_reference": "libpython3_6m1_0-3.6.15-150000.3.141.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150000.3.141.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-3.6.15-150000.3.141.1.aarch64" }, "product_reference": "python3-3.6.15-150000.3.141.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150000.3.141.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-3.6.15-150000.3.141.1.ppc64le" }, "product_reference": "python3-3.6.15-150000.3.141.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150000.3.141.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-3.6.15-150000.3.141.1.s390x" }, "product_reference": "python3-3.6.15-150000.3.141.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150000.3.141.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-3.6.15-150000.3.141.1.x86_64" }, "product_reference": "python3-3.6.15-150000.3.141.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150000.3.141.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-base-3.6.15-150000.3.141.1.aarch64" }, "product_reference": "python3-base-3.6.15-150000.3.141.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150000.3.141.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-base-3.6.15-150000.3.141.1.ppc64le" }, "product_reference": "python3-base-3.6.15-150000.3.141.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150000.3.141.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-base-3.6.15-150000.3.141.1.s390x" }, "product_reference": "python3-base-3.6.15-150000.3.141.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150000.3.141.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-base-3.6.15-150000.3.141.1.x86_64" }, "product_reference": "python3-base-3.6.15-150000.3.141.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150000.3.141.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-curses-3.6.15-150000.3.141.1.aarch64" }, "product_reference": "python3-curses-3.6.15-150000.3.141.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150000.3.141.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-curses-3.6.15-150000.3.141.1.ppc64le" }, "product_reference": "python3-curses-3.6.15-150000.3.141.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150000.3.141.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-curses-3.6.15-150000.3.141.1.s390x" }, "product_reference": "python3-curses-3.6.15-150000.3.141.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150000.3.141.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-curses-3.6.15-150000.3.141.1.x86_64" }, "product_reference": "python3-curses-3.6.15-150000.3.141.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150000.3.141.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-dbm-3.6.15-150000.3.141.1.aarch64" }, "product_reference": "python3-dbm-3.6.15-150000.3.141.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150000.3.141.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-dbm-3.6.15-150000.3.141.1.ppc64le" }, "product_reference": "python3-dbm-3.6.15-150000.3.141.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150000.3.141.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-dbm-3.6.15-150000.3.141.1.s390x" }, "product_reference": "python3-dbm-3.6.15-150000.3.141.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150000.3.141.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-dbm-3.6.15-150000.3.141.1.x86_64" }, "product_reference": "python3-dbm-3.6.15-150000.3.141.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150000.3.141.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-devel-3.6.15-150000.3.141.1.aarch64" }, "product_reference": "python3-devel-3.6.15-150000.3.141.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150000.3.141.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-devel-3.6.15-150000.3.141.1.ppc64le" }, "product_reference": "python3-devel-3.6.15-150000.3.141.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150000.3.141.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-devel-3.6.15-150000.3.141.1.s390x" }, "product_reference": "python3-devel-3.6.15-150000.3.141.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150000.3.141.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-devel-3.6.15-150000.3.141.1.x86_64" }, "product_reference": "python3-devel-3.6.15-150000.3.141.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150000.3.141.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-idle-3.6.15-150000.3.141.1.aarch64" }, "product_reference": "python3-idle-3.6.15-150000.3.141.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150000.3.141.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-idle-3.6.15-150000.3.141.1.ppc64le" }, "product_reference": "python3-idle-3.6.15-150000.3.141.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150000.3.141.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-idle-3.6.15-150000.3.141.1.s390x" }, "product_reference": "python3-idle-3.6.15-150000.3.141.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150000.3.141.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-idle-3.6.15-150000.3.141.1.x86_64" }, "product_reference": "python3-idle-3.6.15-150000.3.141.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150000.3.141.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-tk-3.6.15-150000.3.141.1.aarch64" }, "product_reference": "python3-tk-3.6.15-150000.3.141.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150000.3.141.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-tk-3.6.15-150000.3.141.1.ppc64le" }, "product_reference": "python3-tk-3.6.15-150000.3.141.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150000.3.141.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-tk-3.6.15-150000.3.141.1.s390x" }, "product_reference": "python3-tk-3.6.15-150000.3.141.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150000.3.141.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-tk-3.6.15-150000.3.141.1.x86_64" }, "product_reference": "python3-tk-3.6.15-150000.3.141.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150000.3.141.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-tools-3.6.15-150000.3.141.1.aarch64" }, "product_reference": "python3-tools-3.6.15-150000.3.141.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150000.3.141.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-tools-3.6.15-150000.3.141.1.ppc64le" }, "product_reference": "python3-tools-3.6.15-150000.3.141.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150000.3.141.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-tools-3.6.15-150000.3.141.1.s390x" }, "product_reference": "python3-tools-3.6.15-150000.3.141.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150000.3.141.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-tools-3.6.15-150000.3.141.1.x86_64" }, "product_reference": "python3-tools-3.6.15-150000.3.141.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150000.3.141.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libpython3_6m1_0-3.6.15-150000.3.141.1.ppc64le" }, "product_reference": "libpython3_6m1_0-3.6.15-150000.3.141.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150000.3.141.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libpython3_6m1_0-3.6.15-150000.3.141.1.x86_64" }, "product_reference": "libpython3_6m1_0-3.6.15-150000.3.141.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150000.3.141.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-3.6.15-150000.3.141.1.ppc64le" }, "product_reference": "python3-3.6.15-150000.3.141.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150000.3.141.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-3.6.15-150000.3.141.1.x86_64" }, "product_reference": "python3-3.6.15-150000.3.141.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150000.3.141.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-base-3.6.15-150000.3.141.1.ppc64le" }, "product_reference": "python3-base-3.6.15-150000.3.141.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150000.3.141.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-base-3.6.15-150000.3.141.1.x86_64" }, "product_reference": "python3-base-3.6.15-150000.3.141.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150000.3.141.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-curses-3.6.15-150000.3.141.1.ppc64le" }, "product_reference": "python3-curses-3.6.15-150000.3.141.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150000.3.141.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-curses-3.6.15-150000.3.141.1.x86_64" }, "product_reference": "python3-curses-3.6.15-150000.3.141.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150000.3.141.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-dbm-3.6.15-150000.3.141.1.ppc64le" }, "product_reference": "python3-dbm-3.6.15-150000.3.141.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150000.3.141.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-dbm-3.6.15-150000.3.141.1.x86_64" }, "product_reference": "python3-dbm-3.6.15-150000.3.141.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150000.3.141.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-devel-3.6.15-150000.3.141.1.ppc64le" }, "product_reference": "python3-devel-3.6.15-150000.3.141.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150000.3.141.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-devel-3.6.15-150000.3.141.1.x86_64" }, "product_reference": "python3-devel-3.6.15-150000.3.141.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150000.3.141.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-idle-3.6.15-150000.3.141.1.ppc64le" }, "product_reference": "python3-idle-3.6.15-150000.3.141.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150000.3.141.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-idle-3.6.15-150000.3.141.1.x86_64" }, "product_reference": "python3-idle-3.6.15-150000.3.141.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150000.3.141.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-tk-3.6.15-150000.3.141.1.ppc64le" }, "product_reference": "python3-tk-3.6.15-150000.3.141.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150000.3.141.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-tk-3.6.15-150000.3.141.1.x86_64" }, "product_reference": "python3-tk-3.6.15-150000.3.141.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150000.3.141.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-tools-3.6.15-150000.3.141.1.ppc64le" }, "product_reference": "python3-tools-3.6.15-150000.3.141.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150000.3.141.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-tools-3.6.15-150000.3.141.1.x86_64" }, "product_reference": "python3-tools-3.6.15-150000.3.141.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150000.3.141.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.141.1.aarch64" }, "product_reference": "libpython3_6m1_0-3.6.15-150000.3.141.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150000.3.141.1.s390x as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.141.1.s390x" }, "product_reference": "libpython3_6m1_0-3.6.15-150000.3.141.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150000.3.141.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.141.1.x86_64" }, "product_reference": "libpython3_6m1_0-3.6.15-150000.3.141.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150000.3.141.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.141.1.aarch64" }, "product_reference": "python3-3.6.15-150000.3.141.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150000.3.141.1.s390x as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.141.1.s390x" }, "product_reference": "python3-3.6.15-150000.3.141.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150000.3.141.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.141.1.x86_64" }, "product_reference": "python3-3.6.15-150000.3.141.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150000.3.141.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.141.1.aarch64" }, "product_reference": "python3-base-3.6.15-150000.3.141.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150000.3.141.1.s390x as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.141.1.s390x" }, "product_reference": "python3-base-3.6.15-150000.3.141.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150000.3.141.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.141.1.x86_64" }, "product_reference": "python3-base-3.6.15-150000.3.141.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-6597", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-6597" } ], "notes": [ { "category": "general", "text": "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", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libpython3_6m1_0-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libpython3_6m1_0-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-base-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-base-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-curses-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-curses-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-dbm-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-dbm-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-devel-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-devel-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-idle-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-idle-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-tk-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-tk-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-tools-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-tools-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.141.1.s390x", "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.141.1.s390x", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.141.1.s390x", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libpython3_6m1_0-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libpython3_6m1_0-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:libpython3_6m1_0-3.6.15-150000.3.141.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:libpython3_6m1_0-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-3.6.15-150000.3.141.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-base-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-base-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-base-3.6.15-150000.3.141.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-base-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-curses-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-curses-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-curses-3.6.15-150000.3.141.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-curses-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-dbm-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-dbm-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-dbm-3.6.15-150000.3.141.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-dbm-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-devel-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-devel-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-devel-3.6.15-150000.3.141.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-devel-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-idle-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-idle-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-idle-3.6.15-150000.3.141.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-idle-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-tk-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-tk-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-tk-3.6.15-150000.3.141.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-tk-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-tools-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-tools-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-tools-3.6.15-150000.3.141.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-tools-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libpython3_6m1_0-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libpython3_6m1_0-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-base-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-base-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-curses-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-curses-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-dbm-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-dbm-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-devel-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-devel-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-idle-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-idle-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-tk-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-tk-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-tools-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-tools-3.6.15-150000.3.141.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-6597", "url": "https://www.suse.com/security/cve/CVE-2023-6597" }, { "category": "external", "summary": "SUSE Bug 1219666 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1219666" }, { "category": "external", "summary": "SUSE Bug 1221854 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1221854" }, { "category": "external", "summary": "SUSE Bug 1224879 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1224879" }, { "category": "external", "summary": "SUSE Bug 1225185 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1225185" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libpython3_6m1_0-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libpython3_6m1_0-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-base-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-base-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-curses-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-curses-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-dbm-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-dbm-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-devel-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-devel-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-idle-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-idle-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-tk-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-tk-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-tools-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-tools-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.141.1.s390x", "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.141.1.s390x", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.141.1.s390x", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libpython3_6m1_0-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libpython3_6m1_0-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:libpython3_6m1_0-3.6.15-150000.3.141.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:libpython3_6m1_0-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-3.6.15-150000.3.141.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-base-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-base-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-base-3.6.15-150000.3.141.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-base-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-curses-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-curses-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-curses-3.6.15-150000.3.141.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-curses-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-dbm-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-dbm-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-dbm-3.6.15-150000.3.141.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-dbm-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-devel-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-devel-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-devel-3.6.15-150000.3.141.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-devel-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-idle-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-idle-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-idle-3.6.15-150000.3.141.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-idle-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-tk-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-tk-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-tk-3.6.15-150000.3.141.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-tk-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-tools-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-tools-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-tools-3.6.15-150000.3.141.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-tools-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libpython3_6m1_0-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libpython3_6m1_0-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-base-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-base-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-curses-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-curses-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-dbm-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-dbm-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-devel-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-devel-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-idle-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-idle-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-tk-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-tk-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-tools-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-tools-3.6.15-150000.3.141.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libpython3_6m1_0-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libpython3_6m1_0-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-base-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-base-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-curses-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-curses-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-dbm-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-dbm-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-devel-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-devel-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-idle-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-idle-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-tk-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-tk-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-tools-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-tools-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.141.1.s390x", "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.141.1.s390x", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.141.1.s390x", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libpython3_6m1_0-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libpython3_6m1_0-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:libpython3_6m1_0-3.6.15-150000.3.141.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:libpython3_6m1_0-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-3.6.15-150000.3.141.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-base-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-base-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-base-3.6.15-150000.3.141.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-base-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-curses-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-curses-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-curses-3.6.15-150000.3.141.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-curses-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-dbm-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-dbm-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-dbm-3.6.15-150000.3.141.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-dbm-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-devel-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-devel-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-devel-3.6.15-150000.3.141.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-devel-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-idle-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-idle-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-idle-3.6.15-150000.3.141.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-idle-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-tk-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-tk-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-tk-3.6.15-150000.3.141.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-tk-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-tools-3.6.15-150000.3.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-tools-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-tools-3.6.15-150000.3.141.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:python3-tools-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libpython3_6m1_0-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libpython3_6m1_0-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-base-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-base-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-curses-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-curses-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-dbm-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-dbm-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-devel-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-devel-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-idle-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-idle-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-tk-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-tk-3.6.15-150000.3.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-tools-3.6.15-150000.3.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-tools-3.6.15-150000.3.141.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-03-12T15:18:05Z", "details": "important" } ], "title": "CVE-2023-6597" } ] }
suse-su-2024:0820-1
Vulnerability from csaf_suse
Published
2024-03-08 11:06
Modified
2024-03-08 11:06
Summary
Security update for python310
Notes
Title of the patch
Security update for python310
Description of the patch
This update for python310 fixes the following issues:
- CVE-2023-6597: Fixed symlink bug in cleanup of tempfile.TemporaryDirectory (bsc#1219666).
Patchnames
SUSE-2024-820,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-820,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-820,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-820,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-820,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-820,openSUSE-SLE-15.5-2024-820
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for python310", "title": "Title of the patch" }, { "category": "description", "text": "This update for python310 fixes the following issues:\n\n- CVE-2023-6597: Fixed symlink bug in cleanup of tempfile.TemporaryDirectory (bsc#1219666).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-820,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-820,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-820,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-820,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-820,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-820,openSUSE-SLE-15.5-2024-820", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_0820-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:0820-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20240820-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:0820-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-March/018123.html" }, { "category": "self", "summary": "SUSE Bug 1219666", "url": "https://bugzilla.suse.com/1219666" }, { "category": "self", "summary": "SUSE CVE CVE-2023-6597 page", "url": "https://www.suse.com/security/cve/CVE-2023-6597/" } ], "title": "Security update for python310", "tracking": { "current_release_date": "2024-03-08T11:06:14Z", "generator": { "date": "2024-03-08T11:06:14Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:0820-1", "initial_release_date": "2024-03-08T11:06:14Z", "revision_history": [ { "date": "2024-03-08T11:06:14Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libpython3_10-1_0-3.10.13-150400.4.42.1.aarch64", "product": { "name": "libpython3_10-1_0-3.10.13-150400.4.42.1.aarch64", "product_id": "libpython3_10-1_0-3.10.13-150400.4.42.1.aarch64" } }, { "category": "product_version", "name": "python310-3.10.13-150400.4.42.1.aarch64", "product": { "name": "python310-3.10.13-150400.4.42.1.aarch64", "product_id": "python310-3.10.13-150400.4.42.1.aarch64" } }, { "category": "product_version", "name": "python310-base-3.10.13-150400.4.42.1.aarch64", "product": { "name": "python310-base-3.10.13-150400.4.42.1.aarch64", "product_id": "python310-base-3.10.13-150400.4.42.1.aarch64" } }, { "category": "product_version", "name": "python310-curses-3.10.13-150400.4.42.1.aarch64", "product": { "name": "python310-curses-3.10.13-150400.4.42.1.aarch64", "product_id": "python310-curses-3.10.13-150400.4.42.1.aarch64" } }, { "category": "product_version", "name": "python310-dbm-3.10.13-150400.4.42.1.aarch64", "product": { "name": "python310-dbm-3.10.13-150400.4.42.1.aarch64", "product_id": "python310-dbm-3.10.13-150400.4.42.1.aarch64" } }, { "category": "product_version", "name": "python310-devel-3.10.13-150400.4.42.1.aarch64", "product": { "name": "python310-devel-3.10.13-150400.4.42.1.aarch64", "product_id": "python310-devel-3.10.13-150400.4.42.1.aarch64" } }, { "category": "product_version", "name": "python310-doc-3.10.13-150400.4.42.1.aarch64", "product": { "name": "python310-doc-3.10.13-150400.4.42.1.aarch64", "product_id": "python310-doc-3.10.13-150400.4.42.1.aarch64" } }, { "category": "product_version", "name": "python310-doc-devhelp-3.10.13-150400.4.42.1.aarch64", "product": { "name": "python310-doc-devhelp-3.10.13-150400.4.42.1.aarch64", "product_id": "python310-doc-devhelp-3.10.13-150400.4.42.1.aarch64" } }, { "category": "product_version", "name": "python310-idle-3.10.13-150400.4.42.1.aarch64", "product": { "name": "python310-idle-3.10.13-150400.4.42.1.aarch64", "product_id": "python310-idle-3.10.13-150400.4.42.1.aarch64" } }, { "category": "product_version", "name": "python310-testsuite-3.10.13-150400.4.42.1.aarch64", "product": { "name": "python310-testsuite-3.10.13-150400.4.42.1.aarch64", "product_id": "python310-testsuite-3.10.13-150400.4.42.1.aarch64" } }, { "category": "product_version", "name": "python310-tk-3.10.13-150400.4.42.1.aarch64", "product": { "name": "python310-tk-3.10.13-150400.4.42.1.aarch64", "product_id": "python310-tk-3.10.13-150400.4.42.1.aarch64" } }, { "category": "product_version", "name": "python310-tools-3.10.13-150400.4.42.1.aarch64", "product": { "name": "python310-tools-3.10.13-150400.4.42.1.aarch64", "product_id": "python310-tools-3.10.13-150400.4.42.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libpython3_10-1_0-64bit-3.10.13-150400.4.42.1.aarch64_ilp32", "product": { "name": "libpython3_10-1_0-64bit-3.10.13-150400.4.42.1.aarch64_ilp32", "product_id": "libpython3_10-1_0-64bit-3.10.13-150400.4.42.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python310-64bit-3.10.13-150400.4.42.1.aarch64_ilp32", "product": { "name": "python310-64bit-3.10.13-150400.4.42.1.aarch64_ilp32", "product_id": "python310-64bit-3.10.13-150400.4.42.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python310-base-64bit-3.10.13-150400.4.42.1.aarch64_ilp32", "product": { "name": "python310-base-64bit-3.10.13-150400.4.42.1.aarch64_ilp32", "product_id": "python310-base-64bit-3.10.13-150400.4.42.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libpython3_10-1_0-3.10.13-150400.4.42.1.i586", "product": { "name": "libpython3_10-1_0-3.10.13-150400.4.42.1.i586", "product_id": "libpython3_10-1_0-3.10.13-150400.4.42.1.i586" } }, { "category": "product_version", "name": "python310-3.10.13-150400.4.42.1.i586", "product": { "name": "python310-3.10.13-150400.4.42.1.i586", "product_id": "python310-3.10.13-150400.4.42.1.i586" } }, { "category": "product_version", "name": "python310-base-3.10.13-150400.4.42.1.i586", "product": { "name": "python310-base-3.10.13-150400.4.42.1.i586", "product_id": "python310-base-3.10.13-150400.4.42.1.i586" } }, { "category": "product_version", "name": "python310-curses-3.10.13-150400.4.42.1.i586", "product": { "name": "python310-curses-3.10.13-150400.4.42.1.i586", "product_id": "python310-curses-3.10.13-150400.4.42.1.i586" } }, { "category": "product_version", "name": "python310-dbm-3.10.13-150400.4.42.1.i586", "product": { "name": "python310-dbm-3.10.13-150400.4.42.1.i586", "product_id": "python310-dbm-3.10.13-150400.4.42.1.i586" } }, { "category": "product_version", "name": "python310-devel-3.10.13-150400.4.42.1.i586", "product": { "name": "python310-devel-3.10.13-150400.4.42.1.i586", "product_id": "python310-devel-3.10.13-150400.4.42.1.i586" } }, { "category": "product_version", "name": "python310-doc-3.10.13-150400.4.42.1.i586", "product": { "name": "python310-doc-3.10.13-150400.4.42.1.i586", "product_id": "python310-doc-3.10.13-150400.4.42.1.i586" } }, { "category": "product_version", "name": "python310-doc-devhelp-3.10.13-150400.4.42.1.i586", "product": { "name": "python310-doc-devhelp-3.10.13-150400.4.42.1.i586", "product_id": "python310-doc-devhelp-3.10.13-150400.4.42.1.i586" } }, { "category": "product_version", "name": "python310-idle-3.10.13-150400.4.42.1.i586", "product": { "name": "python310-idle-3.10.13-150400.4.42.1.i586", "product_id": "python310-idle-3.10.13-150400.4.42.1.i586" } }, { "category": "product_version", "name": "python310-testsuite-3.10.13-150400.4.42.1.i586", "product": { "name": "python310-testsuite-3.10.13-150400.4.42.1.i586", "product_id": "python310-testsuite-3.10.13-150400.4.42.1.i586" } }, { "category": "product_version", "name": "python310-tk-3.10.13-150400.4.42.1.i586", "product": { "name": "python310-tk-3.10.13-150400.4.42.1.i586", "product_id": "python310-tk-3.10.13-150400.4.42.1.i586" } }, { "category": "product_version", "name": "python310-tools-3.10.13-150400.4.42.1.i586", "product": { "name": "python310-tools-3.10.13-150400.4.42.1.i586", "product_id": "python310-tools-3.10.13-150400.4.42.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "libpython3_10-1_0-3.10.13-150400.4.42.1.ppc64le", "product": { "name": "libpython3_10-1_0-3.10.13-150400.4.42.1.ppc64le", "product_id": "libpython3_10-1_0-3.10.13-150400.4.42.1.ppc64le" } }, { "category": "product_version", "name": "python310-3.10.13-150400.4.42.1.ppc64le", "product": { "name": "python310-3.10.13-150400.4.42.1.ppc64le", "product_id": "python310-3.10.13-150400.4.42.1.ppc64le" } }, { "category": "product_version", "name": "python310-base-3.10.13-150400.4.42.1.ppc64le", "product": { "name": "python310-base-3.10.13-150400.4.42.1.ppc64le", "product_id": "python310-base-3.10.13-150400.4.42.1.ppc64le" } }, { "category": "product_version", "name": "python310-curses-3.10.13-150400.4.42.1.ppc64le", "product": { "name": "python310-curses-3.10.13-150400.4.42.1.ppc64le", "product_id": "python310-curses-3.10.13-150400.4.42.1.ppc64le" } }, { "category": "product_version", "name": "python310-dbm-3.10.13-150400.4.42.1.ppc64le", "product": { "name": "python310-dbm-3.10.13-150400.4.42.1.ppc64le", "product_id": "python310-dbm-3.10.13-150400.4.42.1.ppc64le" } }, { "category": "product_version", "name": "python310-devel-3.10.13-150400.4.42.1.ppc64le", "product": { "name": "python310-devel-3.10.13-150400.4.42.1.ppc64le", "product_id": "python310-devel-3.10.13-150400.4.42.1.ppc64le" } }, { "category": "product_version", "name": "python310-doc-3.10.13-150400.4.42.1.ppc64le", "product": { "name": "python310-doc-3.10.13-150400.4.42.1.ppc64le", "product_id": "python310-doc-3.10.13-150400.4.42.1.ppc64le" } }, { "category": "product_version", "name": "python310-doc-devhelp-3.10.13-150400.4.42.1.ppc64le", "product": { "name": "python310-doc-devhelp-3.10.13-150400.4.42.1.ppc64le", "product_id": "python310-doc-devhelp-3.10.13-150400.4.42.1.ppc64le" } }, { "category": "product_version", "name": "python310-idle-3.10.13-150400.4.42.1.ppc64le", "product": { "name": "python310-idle-3.10.13-150400.4.42.1.ppc64le", "product_id": "python310-idle-3.10.13-150400.4.42.1.ppc64le" } }, { "category": "product_version", "name": "python310-testsuite-3.10.13-150400.4.42.1.ppc64le", "product": { "name": "python310-testsuite-3.10.13-150400.4.42.1.ppc64le", "product_id": "python310-testsuite-3.10.13-150400.4.42.1.ppc64le" } }, { "category": "product_version", "name": "python310-tk-3.10.13-150400.4.42.1.ppc64le", "product": { "name": "python310-tk-3.10.13-150400.4.42.1.ppc64le", "product_id": "python310-tk-3.10.13-150400.4.42.1.ppc64le" } }, { "category": "product_version", "name": "python310-tools-3.10.13-150400.4.42.1.ppc64le", "product": { "name": "python310-tools-3.10.13-150400.4.42.1.ppc64le", "product_id": "python310-tools-3.10.13-150400.4.42.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libpython3_10-1_0-3.10.13-150400.4.42.1.s390x", "product": { "name": "libpython3_10-1_0-3.10.13-150400.4.42.1.s390x", "product_id": "libpython3_10-1_0-3.10.13-150400.4.42.1.s390x" } }, { "category": "product_version", "name": "python310-3.10.13-150400.4.42.1.s390x", "product": { "name": "python310-3.10.13-150400.4.42.1.s390x", "product_id": "python310-3.10.13-150400.4.42.1.s390x" } }, { "category": "product_version", "name": "python310-base-3.10.13-150400.4.42.1.s390x", "product": { "name": "python310-base-3.10.13-150400.4.42.1.s390x", "product_id": "python310-base-3.10.13-150400.4.42.1.s390x" } }, { "category": "product_version", "name": "python310-curses-3.10.13-150400.4.42.1.s390x", "product": { "name": "python310-curses-3.10.13-150400.4.42.1.s390x", "product_id": "python310-curses-3.10.13-150400.4.42.1.s390x" } }, { "category": "product_version", "name": "python310-dbm-3.10.13-150400.4.42.1.s390x", "product": { "name": "python310-dbm-3.10.13-150400.4.42.1.s390x", "product_id": "python310-dbm-3.10.13-150400.4.42.1.s390x" } }, { "category": "product_version", "name": "python310-devel-3.10.13-150400.4.42.1.s390x", "product": { "name": "python310-devel-3.10.13-150400.4.42.1.s390x", "product_id": "python310-devel-3.10.13-150400.4.42.1.s390x" } }, { "category": "product_version", "name": "python310-doc-3.10.13-150400.4.42.1.s390x", "product": { "name": "python310-doc-3.10.13-150400.4.42.1.s390x", "product_id": "python310-doc-3.10.13-150400.4.42.1.s390x" } }, { "category": "product_version", "name": "python310-doc-devhelp-3.10.13-150400.4.42.1.s390x", "product": { "name": "python310-doc-devhelp-3.10.13-150400.4.42.1.s390x", "product_id": "python310-doc-devhelp-3.10.13-150400.4.42.1.s390x" } }, { "category": "product_version", "name": "python310-idle-3.10.13-150400.4.42.1.s390x", "product": { "name": "python310-idle-3.10.13-150400.4.42.1.s390x", "product_id": "python310-idle-3.10.13-150400.4.42.1.s390x" } }, { "category": "product_version", "name": "python310-testsuite-3.10.13-150400.4.42.1.s390x", "product": { "name": "python310-testsuite-3.10.13-150400.4.42.1.s390x", "product_id": "python310-testsuite-3.10.13-150400.4.42.1.s390x" } }, { "category": "product_version", "name": "python310-tk-3.10.13-150400.4.42.1.s390x", "product": { "name": "python310-tk-3.10.13-150400.4.42.1.s390x", "product_id": "python310-tk-3.10.13-150400.4.42.1.s390x" } }, { "category": "product_version", "name": "python310-tools-3.10.13-150400.4.42.1.s390x", "product": { "name": "python310-tools-3.10.13-150400.4.42.1.s390x", "product_id": "python310-tools-3.10.13-150400.4.42.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libpython3_10-1_0-3.10.13-150400.4.42.1.x86_64", "product": { "name": "libpython3_10-1_0-3.10.13-150400.4.42.1.x86_64", "product_id": "libpython3_10-1_0-3.10.13-150400.4.42.1.x86_64" } }, { "category": "product_version", "name": "libpython3_10-1_0-32bit-3.10.13-150400.4.42.1.x86_64", "product": { "name": "libpython3_10-1_0-32bit-3.10.13-150400.4.42.1.x86_64", "product_id": "libpython3_10-1_0-32bit-3.10.13-150400.4.42.1.x86_64" } }, { "category": "product_version", "name": "python310-3.10.13-150400.4.42.1.x86_64", "product": { "name": "python310-3.10.13-150400.4.42.1.x86_64", "product_id": "python310-3.10.13-150400.4.42.1.x86_64" } }, { "category": "product_version", "name": "python310-32bit-3.10.13-150400.4.42.1.x86_64", "product": { "name": "python310-32bit-3.10.13-150400.4.42.1.x86_64", "product_id": "python310-32bit-3.10.13-150400.4.42.1.x86_64" } }, { "category": "product_version", "name": "python310-base-3.10.13-150400.4.42.1.x86_64", "product": { "name": "python310-base-3.10.13-150400.4.42.1.x86_64", "product_id": "python310-base-3.10.13-150400.4.42.1.x86_64" } }, { "category": "product_version", "name": "python310-base-32bit-3.10.13-150400.4.42.1.x86_64", "product": { "name": "python310-base-32bit-3.10.13-150400.4.42.1.x86_64", "product_id": "python310-base-32bit-3.10.13-150400.4.42.1.x86_64" } }, { "category": "product_version", "name": "python310-curses-3.10.13-150400.4.42.1.x86_64", "product": { "name": "python310-curses-3.10.13-150400.4.42.1.x86_64", "product_id": "python310-curses-3.10.13-150400.4.42.1.x86_64" } }, { "category": "product_version", "name": "python310-dbm-3.10.13-150400.4.42.1.x86_64", "product": { "name": "python310-dbm-3.10.13-150400.4.42.1.x86_64", "product_id": "python310-dbm-3.10.13-150400.4.42.1.x86_64" } }, { "category": "product_version", "name": "python310-devel-3.10.13-150400.4.42.1.x86_64", "product": { "name": "python310-devel-3.10.13-150400.4.42.1.x86_64", "product_id": "python310-devel-3.10.13-150400.4.42.1.x86_64" } }, { "category": "product_version", "name": "python310-doc-3.10.13-150400.4.42.1.x86_64", "product": { "name": "python310-doc-3.10.13-150400.4.42.1.x86_64", "product_id": "python310-doc-3.10.13-150400.4.42.1.x86_64" } }, { "category": "product_version", "name": "python310-doc-devhelp-3.10.13-150400.4.42.1.x86_64", "product": { "name": "python310-doc-devhelp-3.10.13-150400.4.42.1.x86_64", "product_id": "python310-doc-devhelp-3.10.13-150400.4.42.1.x86_64" } }, { "category": "product_version", "name": "python310-idle-3.10.13-150400.4.42.1.x86_64", "product": { "name": "python310-idle-3.10.13-150400.4.42.1.x86_64", "product_id": "python310-idle-3.10.13-150400.4.42.1.x86_64" } }, { "category": "product_version", "name": "python310-testsuite-3.10.13-150400.4.42.1.x86_64", "product": { "name": "python310-testsuite-3.10.13-150400.4.42.1.x86_64", "product_id": "python310-testsuite-3.10.13-150400.4.42.1.x86_64" } }, { "category": "product_version", "name": "python310-tk-3.10.13-150400.4.42.1.x86_64", "product": { "name": "python310-tk-3.10.13-150400.4.42.1.x86_64", "product_id": "python310-tk-3.10.13-150400.4.42.1.x86_64" } }, { "category": "product_version", "name": "python310-tools-3.10.13-150400.4.42.1.x86_64", "product": { "name": "python310-tools-3.10.13-150400.4.42.1.x86_64", "product_id": "python310-tools-3.10.13-150400.4.42.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp4" } } }, { "category": "product_name", "name": "openSUSE Leap 15.5", "product": { "name": "openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libpython3_10-1_0-3.10.13-150400.4.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.13-150400.4.42.1.aarch64" }, "product_reference": "libpython3_10-1_0-3.10.13-150400.4.42.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_10-1_0-3.10.13-150400.4.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "libpython3_10-1_0-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-3.10.13-150400.4.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.13-150400.4.42.1.aarch64" }, "product_reference": "python310-3.10.13-150400.4.42.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-3.10.13-150400.4.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-base-3.10.13-150400.4.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.13-150400.4.42.1.aarch64" }, "product_reference": "python310-base-3.10.13-150400.4.42.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-base-3.10.13-150400.4.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-base-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-curses-3.10.13-150400.4.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.13-150400.4.42.1.aarch64" }, "product_reference": "python310-curses-3.10.13-150400.4.42.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-curses-3.10.13-150400.4.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-curses-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-dbm-3.10.13-150400.4.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.13-150400.4.42.1.aarch64" }, "product_reference": "python310-dbm-3.10.13-150400.4.42.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-dbm-3.10.13-150400.4.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-dbm-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-devel-3.10.13-150400.4.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.13-150400.4.42.1.aarch64" }, "product_reference": "python310-devel-3.10.13-150400.4.42.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-devel-3.10.13-150400.4.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-devel-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-idle-3.10.13-150400.4.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.13-150400.4.42.1.aarch64" }, "product_reference": "python310-idle-3.10.13-150400.4.42.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-idle-3.10.13-150400.4.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-idle-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tk-3.10.13-150400.4.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.13-150400.4.42.1.aarch64" }, "product_reference": "python310-tk-3.10.13-150400.4.42.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tk-3.10.13-150400.4.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-tk-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tools-3.10.13-150400.4.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.13-150400.4.42.1.aarch64" }, "product_reference": "python310-tools-3.10.13-150400.4.42.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tools-3.10.13-150400.4.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-tools-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_10-1_0-3.10.13-150400.4.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.13-150400.4.42.1.aarch64" }, "product_reference": "libpython3_10-1_0-3.10.13-150400.4.42.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_10-1_0-3.10.13-150400.4.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "libpython3_10-1_0-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-3.10.13-150400.4.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.13-150400.4.42.1.aarch64" }, "product_reference": "python310-3.10.13-150400.4.42.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-3.10.13-150400.4.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-base-3.10.13-150400.4.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.13-150400.4.42.1.aarch64" }, "product_reference": "python310-base-3.10.13-150400.4.42.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-base-3.10.13-150400.4.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-base-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-curses-3.10.13-150400.4.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.13-150400.4.42.1.aarch64" }, "product_reference": "python310-curses-3.10.13-150400.4.42.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-curses-3.10.13-150400.4.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-curses-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-dbm-3.10.13-150400.4.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.13-150400.4.42.1.aarch64" }, "product_reference": "python310-dbm-3.10.13-150400.4.42.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-dbm-3.10.13-150400.4.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-dbm-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-devel-3.10.13-150400.4.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.13-150400.4.42.1.aarch64" }, "product_reference": "python310-devel-3.10.13-150400.4.42.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-devel-3.10.13-150400.4.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-devel-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-idle-3.10.13-150400.4.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.13-150400.4.42.1.aarch64" }, "product_reference": "python310-idle-3.10.13-150400.4.42.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-idle-3.10.13-150400.4.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-idle-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tk-3.10.13-150400.4.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.13-150400.4.42.1.aarch64" }, "product_reference": "python310-tk-3.10.13-150400.4.42.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tk-3.10.13-150400.4.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-tk-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tools-3.10.13-150400.4.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.13-150400.4.42.1.aarch64" }, "product_reference": "python310-tools-3.10.13-150400.4.42.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tools-3.10.13-150400.4.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-tools-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_10-1_0-3.10.13-150400.4.42.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.13-150400.4.42.1.aarch64" }, "product_reference": "libpython3_10-1_0-3.10.13-150400.4.42.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_10-1_0-3.10.13-150400.4.42.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.13-150400.4.42.1.ppc64le" }, "product_reference": "libpython3_10-1_0-3.10.13-150400.4.42.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_10-1_0-3.10.13-150400.4.42.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.13-150400.4.42.1.s390x" }, "product_reference": "libpython3_10-1_0-3.10.13-150400.4.42.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_10-1_0-3.10.13-150400.4.42.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "libpython3_10-1_0-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-3.10.13-150400.4.42.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.13-150400.4.42.1.aarch64" }, "product_reference": "python310-3.10.13-150400.4.42.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-3.10.13-150400.4.42.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.13-150400.4.42.1.ppc64le" }, "product_reference": "python310-3.10.13-150400.4.42.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-3.10.13-150400.4.42.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.13-150400.4.42.1.s390x" }, "product_reference": "python310-3.10.13-150400.4.42.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-3.10.13-150400.4.42.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-base-3.10.13-150400.4.42.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.13-150400.4.42.1.aarch64" }, "product_reference": "python310-base-3.10.13-150400.4.42.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-base-3.10.13-150400.4.42.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.13-150400.4.42.1.ppc64le" }, "product_reference": "python310-base-3.10.13-150400.4.42.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-base-3.10.13-150400.4.42.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.13-150400.4.42.1.s390x" }, "product_reference": "python310-base-3.10.13-150400.4.42.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-base-3.10.13-150400.4.42.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-base-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-curses-3.10.13-150400.4.42.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.13-150400.4.42.1.aarch64" }, "product_reference": "python310-curses-3.10.13-150400.4.42.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-curses-3.10.13-150400.4.42.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.13-150400.4.42.1.ppc64le" }, "product_reference": "python310-curses-3.10.13-150400.4.42.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-curses-3.10.13-150400.4.42.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.13-150400.4.42.1.s390x" }, "product_reference": "python310-curses-3.10.13-150400.4.42.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-curses-3.10.13-150400.4.42.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-curses-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-dbm-3.10.13-150400.4.42.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.13-150400.4.42.1.aarch64" }, "product_reference": "python310-dbm-3.10.13-150400.4.42.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-dbm-3.10.13-150400.4.42.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.13-150400.4.42.1.ppc64le" }, "product_reference": "python310-dbm-3.10.13-150400.4.42.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-dbm-3.10.13-150400.4.42.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.13-150400.4.42.1.s390x" }, "product_reference": "python310-dbm-3.10.13-150400.4.42.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-dbm-3.10.13-150400.4.42.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-dbm-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-devel-3.10.13-150400.4.42.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.13-150400.4.42.1.aarch64" }, "product_reference": "python310-devel-3.10.13-150400.4.42.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-devel-3.10.13-150400.4.42.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.13-150400.4.42.1.ppc64le" }, "product_reference": "python310-devel-3.10.13-150400.4.42.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-devel-3.10.13-150400.4.42.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.13-150400.4.42.1.s390x" }, "product_reference": "python310-devel-3.10.13-150400.4.42.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-devel-3.10.13-150400.4.42.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-devel-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-idle-3.10.13-150400.4.42.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.13-150400.4.42.1.aarch64" }, "product_reference": "python310-idle-3.10.13-150400.4.42.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-idle-3.10.13-150400.4.42.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.13-150400.4.42.1.ppc64le" }, "product_reference": "python310-idle-3.10.13-150400.4.42.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-idle-3.10.13-150400.4.42.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.13-150400.4.42.1.s390x" }, "product_reference": "python310-idle-3.10.13-150400.4.42.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-idle-3.10.13-150400.4.42.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-idle-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tk-3.10.13-150400.4.42.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.13-150400.4.42.1.aarch64" }, "product_reference": "python310-tk-3.10.13-150400.4.42.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tk-3.10.13-150400.4.42.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.13-150400.4.42.1.ppc64le" }, "product_reference": "python310-tk-3.10.13-150400.4.42.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tk-3.10.13-150400.4.42.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.13-150400.4.42.1.s390x" }, "product_reference": "python310-tk-3.10.13-150400.4.42.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tk-3.10.13-150400.4.42.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-tk-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tools-3.10.13-150400.4.42.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.13-150400.4.42.1.aarch64" }, "product_reference": "python310-tools-3.10.13-150400.4.42.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tools-3.10.13-150400.4.42.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.13-150400.4.42.1.ppc64le" }, "product_reference": "python310-tools-3.10.13-150400.4.42.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tools-3.10.13-150400.4.42.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.13-150400.4.42.1.s390x" }, "product_reference": "python310-tools-3.10.13-150400.4.42.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tools-3.10.13-150400.4.42.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-tools-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_10-1_0-3.10.13-150400.4.42.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.13-150400.4.42.1.ppc64le" }, "product_reference": "libpython3_10-1_0-3.10.13-150400.4.42.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_10-1_0-3.10.13-150400.4.42.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "libpython3_10-1_0-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python310-3.10.13-150400.4.42.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.13-150400.4.42.1.ppc64le" }, "product_reference": "python310-3.10.13-150400.4.42.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python310-3.10.13-150400.4.42.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python310-base-3.10.13-150400.4.42.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.13-150400.4.42.1.ppc64le" }, "product_reference": "python310-base-3.10.13-150400.4.42.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python310-base-3.10.13-150400.4.42.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-base-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python310-curses-3.10.13-150400.4.42.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.13-150400.4.42.1.ppc64le" }, "product_reference": "python310-curses-3.10.13-150400.4.42.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python310-curses-3.10.13-150400.4.42.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-curses-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python310-dbm-3.10.13-150400.4.42.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.13-150400.4.42.1.ppc64le" }, "product_reference": "python310-dbm-3.10.13-150400.4.42.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python310-dbm-3.10.13-150400.4.42.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-dbm-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python310-devel-3.10.13-150400.4.42.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.13-150400.4.42.1.ppc64le" }, "product_reference": "python310-devel-3.10.13-150400.4.42.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python310-devel-3.10.13-150400.4.42.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-devel-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python310-idle-3.10.13-150400.4.42.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.13-150400.4.42.1.ppc64le" }, "product_reference": "python310-idle-3.10.13-150400.4.42.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python310-idle-3.10.13-150400.4.42.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-idle-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tk-3.10.13-150400.4.42.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.13-150400.4.42.1.ppc64le" }, "product_reference": "python310-tk-3.10.13-150400.4.42.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tk-3.10.13-150400.4.42.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-tk-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tools-3.10.13-150400.4.42.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.13-150400.4.42.1.ppc64le" }, "product_reference": "python310-tools-3.10.13-150400.4.42.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tools-3.10.13-150400.4.42.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-tools-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_10-1_0-3.10.13-150400.4.42.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpython3_10-1_0-3.10.13-150400.4.42.1.aarch64" }, "product_reference": "libpython3_10-1_0-3.10.13-150400.4.42.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_10-1_0-3.10.13-150400.4.42.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpython3_10-1_0-3.10.13-150400.4.42.1.ppc64le" }, "product_reference": "libpython3_10-1_0-3.10.13-150400.4.42.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_10-1_0-3.10.13-150400.4.42.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpython3_10-1_0-3.10.13-150400.4.42.1.s390x" }, "product_reference": "libpython3_10-1_0-3.10.13-150400.4.42.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_10-1_0-3.10.13-150400.4.42.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpython3_10-1_0-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "libpython3_10-1_0-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_10-1_0-32bit-3.10.13-150400.4.42.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "libpython3_10-1_0-32bit-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-3.10.13-150400.4.42.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-3.10.13-150400.4.42.1.aarch64" }, "product_reference": "python310-3.10.13-150400.4.42.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-3.10.13-150400.4.42.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-3.10.13-150400.4.42.1.ppc64le" }, "product_reference": "python310-3.10.13-150400.4.42.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-3.10.13-150400.4.42.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-3.10.13-150400.4.42.1.s390x" }, "product_reference": "python310-3.10.13-150400.4.42.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-3.10.13-150400.4.42.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-32bit-3.10.13-150400.4.42.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-32bit-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-32bit-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-base-3.10.13-150400.4.42.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-base-3.10.13-150400.4.42.1.aarch64" }, "product_reference": "python310-base-3.10.13-150400.4.42.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-base-3.10.13-150400.4.42.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-base-3.10.13-150400.4.42.1.ppc64le" }, "product_reference": "python310-base-3.10.13-150400.4.42.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-base-3.10.13-150400.4.42.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-base-3.10.13-150400.4.42.1.s390x" }, "product_reference": "python310-base-3.10.13-150400.4.42.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-base-3.10.13-150400.4.42.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-base-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-base-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-base-32bit-3.10.13-150400.4.42.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-base-32bit-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-base-32bit-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-curses-3.10.13-150400.4.42.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-curses-3.10.13-150400.4.42.1.aarch64" }, "product_reference": "python310-curses-3.10.13-150400.4.42.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-curses-3.10.13-150400.4.42.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-curses-3.10.13-150400.4.42.1.ppc64le" }, "product_reference": "python310-curses-3.10.13-150400.4.42.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-curses-3.10.13-150400.4.42.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-curses-3.10.13-150400.4.42.1.s390x" }, "product_reference": "python310-curses-3.10.13-150400.4.42.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-curses-3.10.13-150400.4.42.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-curses-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-curses-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-dbm-3.10.13-150400.4.42.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-dbm-3.10.13-150400.4.42.1.aarch64" }, "product_reference": "python310-dbm-3.10.13-150400.4.42.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-dbm-3.10.13-150400.4.42.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-dbm-3.10.13-150400.4.42.1.ppc64le" }, "product_reference": "python310-dbm-3.10.13-150400.4.42.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-dbm-3.10.13-150400.4.42.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-dbm-3.10.13-150400.4.42.1.s390x" }, "product_reference": "python310-dbm-3.10.13-150400.4.42.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-dbm-3.10.13-150400.4.42.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-dbm-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-dbm-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-devel-3.10.13-150400.4.42.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-devel-3.10.13-150400.4.42.1.aarch64" }, "product_reference": "python310-devel-3.10.13-150400.4.42.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-devel-3.10.13-150400.4.42.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-devel-3.10.13-150400.4.42.1.ppc64le" }, "product_reference": "python310-devel-3.10.13-150400.4.42.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-devel-3.10.13-150400.4.42.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-devel-3.10.13-150400.4.42.1.s390x" }, "product_reference": "python310-devel-3.10.13-150400.4.42.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-devel-3.10.13-150400.4.42.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-devel-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-devel-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-doc-3.10.13-150400.4.42.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-doc-3.10.13-150400.4.42.1.aarch64" }, "product_reference": "python310-doc-3.10.13-150400.4.42.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-doc-3.10.13-150400.4.42.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-doc-3.10.13-150400.4.42.1.ppc64le" }, "product_reference": "python310-doc-3.10.13-150400.4.42.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-doc-3.10.13-150400.4.42.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-doc-3.10.13-150400.4.42.1.s390x" }, "product_reference": "python310-doc-3.10.13-150400.4.42.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-doc-3.10.13-150400.4.42.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-doc-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-doc-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-doc-devhelp-3.10.13-150400.4.42.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-doc-devhelp-3.10.13-150400.4.42.1.aarch64" }, "product_reference": "python310-doc-devhelp-3.10.13-150400.4.42.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-doc-devhelp-3.10.13-150400.4.42.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-doc-devhelp-3.10.13-150400.4.42.1.ppc64le" }, "product_reference": "python310-doc-devhelp-3.10.13-150400.4.42.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-doc-devhelp-3.10.13-150400.4.42.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-doc-devhelp-3.10.13-150400.4.42.1.s390x" }, "product_reference": "python310-doc-devhelp-3.10.13-150400.4.42.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-doc-devhelp-3.10.13-150400.4.42.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-doc-devhelp-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-doc-devhelp-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-idle-3.10.13-150400.4.42.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-idle-3.10.13-150400.4.42.1.aarch64" }, "product_reference": "python310-idle-3.10.13-150400.4.42.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-idle-3.10.13-150400.4.42.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-idle-3.10.13-150400.4.42.1.ppc64le" }, "product_reference": "python310-idle-3.10.13-150400.4.42.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-idle-3.10.13-150400.4.42.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-idle-3.10.13-150400.4.42.1.s390x" }, "product_reference": "python310-idle-3.10.13-150400.4.42.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-idle-3.10.13-150400.4.42.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-idle-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-idle-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-testsuite-3.10.13-150400.4.42.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-testsuite-3.10.13-150400.4.42.1.aarch64" }, "product_reference": "python310-testsuite-3.10.13-150400.4.42.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-testsuite-3.10.13-150400.4.42.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-testsuite-3.10.13-150400.4.42.1.ppc64le" }, "product_reference": "python310-testsuite-3.10.13-150400.4.42.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-testsuite-3.10.13-150400.4.42.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-testsuite-3.10.13-150400.4.42.1.s390x" }, "product_reference": "python310-testsuite-3.10.13-150400.4.42.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-testsuite-3.10.13-150400.4.42.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-testsuite-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-testsuite-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tk-3.10.13-150400.4.42.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-tk-3.10.13-150400.4.42.1.aarch64" }, "product_reference": "python310-tk-3.10.13-150400.4.42.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tk-3.10.13-150400.4.42.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-tk-3.10.13-150400.4.42.1.ppc64le" }, "product_reference": "python310-tk-3.10.13-150400.4.42.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tk-3.10.13-150400.4.42.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-tk-3.10.13-150400.4.42.1.s390x" }, "product_reference": "python310-tk-3.10.13-150400.4.42.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tk-3.10.13-150400.4.42.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-tk-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-tk-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tools-3.10.13-150400.4.42.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-tools-3.10.13-150400.4.42.1.aarch64" }, "product_reference": "python310-tools-3.10.13-150400.4.42.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tools-3.10.13-150400.4.42.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-tools-3.10.13-150400.4.42.1.ppc64le" }, "product_reference": "python310-tools-3.10.13-150400.4.42.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tools-3.10.13-150400.4.42.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-tools-3.10.13-150400.4.42.1.s390x" }, "product_reference": "python310-tools-3.10.13-150400.4.42.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tools-3.10.13-150400.4.42.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:python310-tools-3.10.13-150400.4.42.1.x86_64" }, "product_reference": "python310-tools-3.10.13-150400.4.42.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-6597", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-6597" } ], "notes": [ { "category": "general", "text": "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", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.13-150400.4.42.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.13-150400.4.42.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.13-150400.4.42.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.13-150400.4.42.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.13-150400.4.42.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.13-150400.4.42.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.13-150400.4.42.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.13-150400.4.42.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.13-150400.4.42.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.13-150400.4.42.1.aarch64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.13-150400.4.42.1.ppc64le", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.13-150400.4.42.1.s390x", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:python310-3.10.13-150400.4.42.1.aarch64", "openSUSE Leap 15.5:python310-3.10.13-150400.4.42.1.ppc64le", "openSUSE Leap 15.5:python310-3.10.13-150400.4.42.1.s390x", "openSUSE Leap 15.5:python310-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:python310-32bit-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:python310-base-3.10.13-150400.4.42.1.aarch64", "openSUSE Leap 15.5:python310-base-3.10.13-150400.4.42.1.ppc64le", "openSUSE Leap 15.5:python310-base-3.10.13-150400.4.42.1.s390x", "openSUSE Leap 15.5:python310-base-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:python310-base-32bit-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:python310-curses-3.10.13-150400.4.42.1.aarch64", "openSUSE Leap 15.5:python310-curses-3.10.13-150400.4.42.1.ppc64le", "openSUSE Leap 15.5:python310-curses-3.10.13-150400.4.42.1.s390x", "openSUSE Leap 15.5:python310-curses-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:python310-dbm-3.10.13-150400.4.42.1.aarch64", "openSUSE Leap 15.5:python310-dbm-3.10.13-150400.4.42.1.ppc64le", "openSUSE Leap 15.5:python310-dbm-3.10.13-150400.4.42.1.s390x", "openSUSE Leap 15.5:python310-dbm-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:python310-devel-3.10.13-150400.4.42.1.aarch64", "openSUSE Leap 15.5:python310-devel-3.10.13-150400.4.42.1.ppc64le", "openSUSE Leap 15.5:python310-devel-3.10.13-150400.4.42.1.s390x", "openSUSE Leap 15.5:python310-devel-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:python310-doc-3.10.13-150400.4.42.1.aarch64", "openSUSE Leap 15.5:python310-doc-3.10.13-150400.4.42.1.ppc64le", "openSUSE Leap 15.5:python310-doc-3.10.13-150400.4.42.1.s390x", "openSUSE Leap 15.5:python310-doc-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.13-150400.4.42.1.aarch64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.13-150400.4.42.1.ppc64le", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.13-150400.4.42.1.s390x", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:python310-idle-3.10.13-150400.4.42.1.aarch64", "openSUSE Leap 15.5:python310-idle-3.10.13-150400.4.42.1.ppc64le", "openSUSE Leap 15.5:python310-idle-3.10.13-150400.4.42.1.s390x", "openSUSE Leap 15.5:python310-idle-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:python310-testsuite-3.10.13-150400.4.42.1.aarch64", "openSUSE Leap 15.5:python310-testsuite-3.10.13-150400.4.42.1.ppc64le", "openSUSE Leap 15.5:python310-testsuite-3.10.13-150400.4.42.1.s390x", "openSUSE Leap 15.5:python310-testsuite-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:python310-tk-3.10.13-150400.4.42.1.aarch64", "openSUSE Leap 15.5:python310-tk-3.10.13-150400.4.42.1.ppc64le", "openSUSE Leap 15.5:python310-tk-3.10.13-150400.4.42.1.s390x", "openSUSE Leap 15.5:python310-tk-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:python310-tools-3.10.13-150400.4.42.1.aarch64", "openSUSE Leap 15.5:python310-tools-3.10.13-150400.4.42.1.ppc64le", "openSUSE Leap 15.5:python310-tools-3.10.13-150400.4.42.1.s390x", "openSUSE Leap 15.5:python310-tools-3.10.13-150400.4.42.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-6597", "url": "https://www.suse.com/security/cve/CVE-2023-6597" }, { "category": "external", "summary": "SUSE Bug 1219666 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1219666" }, { "category": "external", "summary": "SUSE Bug 1221854 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1221854" }, { "category": "external", "summary": "SUSE Bug 1224879 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1224879" }, { "category": "external", "summary": "SUSE Bug 1225185 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1225185" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.13-150400.4.42.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.13-150400.4.42.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.13-150400.4.42.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.13-150400.4.42.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.13-150400.4.42.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.13-150400.4.42.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.13-150400.4.42.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.13-150400.4.42.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.13-150400.4.42.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.13-150400.4.42.1.aarch64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.13-150400.4.42.1.ppc64le", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.13-150400.4.42.1.s390x", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:python310-3.10.13-150400.4.42.1.aarch64", "openSUSE Leap 15.5:python310-3.10.13-150400.4.42.1.ppc64le", "openSUSE Leap 15.5:python310-3.10.13-150400.4.42.1.s390x", "openSUSE Leap 15.5:python310-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:python310-32bit-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:python310-base-3.10.13-150400.4.42.1.aarch64", "openSUSE Leap 15.5:python310-base-3.10.13-150400.4.42.1.ppc64le", "openSUSE Leap 15.5:python310-base-3.10.13-150400.4.42.1.s390x", "openSUSE Leap 15.5:python310-base-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:python310-base-32bit-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:python310-curses-3.10.13-150400.4.42.1.aarch64", "openSUSE Leap 15.5:python310-curses-3.10.13-150400.4.42.1.ppc64le", "openSUSE Leap 15.5:python310-curses-3.10.13-150400.4.42.1.s390x", "openSUSE Leap 15.5:python310-curses-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:python310-dbm-3.10.13-150400.4.42.1.aarch64", "openSUSE Leap 15.5:python310-dbm-3.10.13-150400.4.42.1.ppc64le", "openSUSE Leap 15.5:python310-dbm-3.10.13-150400.4.42.1.s390x", "openSUSE Leap 15.5:python310-dbm-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:python310-devel-3.10.13-150400.4.42.1.aarch64", "openSUSE Leap 15.5:python310-devel-3.10.13-150400.4.42.1.ppc64le", "openSUSE Leap 15.5:python310-devel-3.10.13-150400.4.42.1.s390x", "openSUSE Leap 15.5:python310-devel-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:python310-doc-3.10.13-150400.4.42.1.aarch64", "openSUSE Leap 15.5:python310-doc-3.10.13-150400.4.42.1.ppc64le", "openSUSE Leap 15.5:python310-doc-3.10.13-150400.4.42.1.s390x", "openSUSE Leap 15.5:python310-doc-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.13-150400.4.42.1.aarch64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.13-150400.4.42.1.ppc64le", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.13-150400.4.42.1.s390x", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:python310-idle-3.10.13-150400.4.42.1.aarch64", "openSUSE Leap 15.5:python310-idle-3.10.13-150400.4.42.1.ppc64le", "openSUSE Leap 15.5:python310-idle-3.10.13-150400.4.42.1.s390x", "openSUSE Leap 15.5:python310-idle-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:python310-testsuite-3.10.13-150400.4.42.1.aarch64", "openSUSE Leap 15.5:python310-testsuite-3.10.13-150400.4.42.1.ppc64le", "openSUSE Leap 15.5:python310-testsuite-3.10.13-150400.4.42.1.s390x", "openSUSE Leap 15.5:python310-testsuite-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:python310-tk-3.10.13-150400.4.42.1.aarch64", "openSUSE Leap 15.5:python310-tk-3.10.13-150400.4.42.1.ppc64le", "openSUSE Leap 15.5:python310-tk-3.10.13-150400.4.42.1.s390x", "openSUSE Leap 15.5:python310-tk-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:python310-tools-3.10.13-150400.4.42.1.aarch64", "openSUSE Leap 15.5:python310-tools-3.10.13-150400.4.42.1.ppc64le", "openSUSE Leap 15.5:python310-tools-3.10.13-150400.4.42.1.s390x", "openSUSE Leap 15.5:python310-tools-3.10.13-150400.4.42.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.13-150400.4.42.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.13-150400.4.42.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.13-150400.4.42.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.13-150400.4.42.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.13-150400.4.42.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.13-150400.4.42.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.13-150400.4.42.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.13-150400.4.42.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.13-150400.4.42.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.13-150400.4.42.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.13-150400.4.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.13-150400.4.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.13-150400.4.42.1.aarch64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.13-150400.4.42.1.ppc64le", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.13-150400.4.42.1.s390x", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:python310-3.10.13-150400.4.42.1.aarch64", "openSUSE Leap 15.5:python310-3.10.13-150400.4.42.1.ppc64le", "openSUSE Leap 15.5:python310-3.10.13-150400.4.42.1.s390x", "openSUSE Leap 15.5:python310-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:python310-32bit-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:python310-base-3.10.13-150400.4.42.1.aarch64", "openSUSE Leap 15.5:python310-base-3.10.13-150400.4.42.1.ppc64le", "openSUSE Leap 15.5:python310-base-3.10.13-150400.4.42.1.s390x", "openSUSE Leap 15.5:python310-base-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:python310-base-32bit-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:python310-curses-3.10.13-150400.4.42.1.aarch64", "openSUSE Leap 15.5:python310-curses-3.10.13-150400.4.42.1.ppc64le", "openSUSE Leap 15.5:python310-curses-3.10.13-150400.4.42.1.s390x", "openSUSE Leap 15.5:python310-curses-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:python310-dbm-3.10.13-150400.4.42.1.aarch64", "openSUSE Leap 15.5:python310-dbm-3.10.13-150400.4.42.1.ppc64le", "openSUSE Leap 15.5:python310-dbm-3.10.13-150400.4.42.1.s390x", "openSUSE Leap 15.5:python310-dbm-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:python310-devel-3.10.13-150400.4.42.1.aarch64", "openSUSE Leap 15.5:python310-devel-3.10.13-150400.4.42.1.ppc64le", "openSUSE Leap 15.5:python310-devel-3.10.13-150400.4.42.1.s390x", "openSUSE Leap 15.5:python310-devel-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:python310-doc-3.10.13-150400.4.42.1.aarch64", "openSUSE Leap 15.5:python310-doc-3.10.13-150400.4.42.1.ppc64le", "openSUSE Leap 15.5:python310-doc-3.10.13-150400.4.42.1.s390x", "openSUSE Leap 15.5:python310-doc-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.13-150400.4.42.1.aarch64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.13-150400.4.42.1.ppc64le", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.13-150400.4.42.1.s390x", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:python310-idle-3.10.13-150400.4.42.1.aarch64", "openSUSE Leap 15.5:python310-idle-3.10.13-150400.4.42.1.ppc64le", "openSUSE Leap 15.5:python310-idle-3.10.13-150400.4.42.1.s390x", "openSUSE Leap 15.5:python310-idle-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:python310-testsuite-3.10.13-150400.4.42.1.aarch64", "openSUSE Leap 15.5:python310-testsuite-3.10.13-150400.4.42.1.ppc64le", "openSUSE Leap 15.5:python310-testsuite-3.10.13-150400.4.42.1.s390x", "openSUSE Leap 15.5:python310-testsuite-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:python310-tk-3.10.13-150400.4.42.1.aarch64", "openSUSE Leap 15.5:python310-tk-3.10.13-150400.4.42.1.ppc64le", "openSUSE Leap 15.5:python310-tk-3.10.13-150400.4.42.1.s390x", "openSUSE Leap 15.5:python310-tk-3.10.13-150400.4.42.1.x86_64", "openSUSE Leap 15.5:python310-tools-3.10.13-150400.4.42.1.aarch64", "openSUSE Leap 15.5:python310-tools-3.10.13-150400.4.42.1.ppc64le", "openSUSE Leap 15.5:python310-tools-3.10.13-150400.4.42.1.s390x", "openSUSE Leap 15.5:python310-tools-3.10.13-150400.4.42.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-03-08T11:06:14Z", "details": "important" } ], "title": "CVE-2023-6597" } ] }
wid-sec-w-2025-0001
Vulnerability from csaf_certbund
Published
2025-01-01 23:00
Modified
2025-06-23 22:00
Summary
IBM DB2: 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
IBM DB2 ist ein relationales Datenbanksystem (RDBS) von IBM.
Angriff
Ein entfernter oder lokaler Angreifer kann mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen.
Betroffene Betriebssysteme
- Sonstiges
{ "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": "IBM DB2 ist ein relationales Datenbanksystem (RDBS) von IBM.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter oder lokaler Angreifer kann mehrere Schwachstellen in IBM DB2 on Cloud Pak for Data ausnutzen, um seine Privilegien zu erh\u00f6hen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen oder einen Denial-of-Service-Zustand zu erzeugen.", "title": "Angriff" }, { "category": "general", "text": "- Sonstiges", "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-2025-0001 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-0001.json" }, { "category": "self", "summary": "WID-SEC-2025-0001 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-0001" }, { "category": "external", "summary": "IBM Security Bulletin vom 2025-01-01", "url": "https://www.ibm.com/support/pages/node/7180105" }, { "category": "external", "summary": "IBM Security Bulletin 7180361 vom 2025-01-07", "url": "https://www.ibm.com/support/pages/node/7180361" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:1227 vom 2025-02-12", "url": "https://access.redhat.com/errata/RHSA-2025:1227" }, { "category": "external", "summary": "IBM Security Bulletin 7183676 vom 2025-02-27", "url": "https://www.ibm.com/support/pages/node/7183676" }, { "category": "external", "summary": "IBM Security Bulletin 7229443 vom 2025-03-28", "url": "https://www.ibm.com/support/pages/node/7229443" }, { "category": "external", "summary": "IBM Security Bulletin 7237702 vom 2025-06-24", "url": "https://www.ibm.com/support/pages/node/7237702" } ], "source_lang": "en-US", "title": "IBM DB2: Mehrere Schwachstellen", "tracking": { "current_release_date": "2025-06-23T22:00:00.000+00:00", "generator": { "date": "2025-06-24T07:49:56.255+00:00", "engine": { "name": "BSI-WID", "version": "1.3.12" } }, "id": "WID-SEC-W-2025-0001", "initial_release_date": "2025-01-01T23:00:00.000+00:00", "revision_history": [ { "date": "2025-01-01T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2025-01-06T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2025-02-12T23:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-02-27T23:00:00.000+00:00", "number": "4", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2025-03-30T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2025-06-23T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von IBM aufgenommen" } ], "status": "final", "version": "6" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c12.0.4 IF2", "product": { "name": "IBM Cognos Analytics \u003c12.0.4 IF2", "product_id": "T041469" } }, { "category": "product_version", "name": "12.0.4 IF2", "product": { "name": "IBM Cognos Analytics 12.0.4 IF2", "product_id": "T041469-fixed", "product_identification_helper": { "cpe": "cpe:/a:ibm:cognos_analytics:12.0.4_if2" } } }, { "category": "product_version_range", "name": "\u003c11.2.4 IF4", "product": { "name": "IBM Cognos Analytics \u003c11.2.4 IF4", "product_id": "T041470" } }, { "category": "product_version", "name": "11.2.4 IF4", "product": { "name": "IBM Cognos Analytics 11.2.4 IF4", "product_id": "T041470-fixed", "product_identification_helper": { "cpe": "cpe:/a:ibm:cognos_analytics:11.2.4_if4" } } } ], "category": "product_name", "name": "Cognos Analytics" }, { "branches": [ { "category": "product_version_range", "name": "\u003c5.1.0", "product": { "name": "IBM DB2 \u003c5.1.0", "product_id": "T039987" } }, { "category": "product_version", "name": "5.1.0", "product": { "name": "IBM DB2 5.1.0", "product_id": "T039987-fixed", "product_identification_helper": { "cpe": "cpe:/a:ibm:db2:5.1.0" } } }, { "category": "product_version_range", "name": "Warehouse \u003c5.1.0", "product": { "name": "IBM DB2 Warehouse \u003c5.1.0", "product_id": "T039988" } }, { "category": "product_version", "name": "Warehouse 5.1.0", "product": { "name": "IBM DB2 Warehouse 5.1.0", "product_id": "T039988-fixed", "product_identification_helper": { "cpe": "cpe:/a:ibm:db2:warehouse__5.1.0" } } }, { "category": "product_version", "name": "on Cloud Pak for Data", "product": { "name": "IBM DB2 on Cloud Pak for Data", "product_id": "T042208", "product_identification_helper": { "cpe": "cpe:/a:ibm:db2:on_cloud_pak_for_data" } } } ], "category": "product_name", "name": "DB2" }, { "branches": [ { "category": "product_version_range", "name": "\u003c10.1.6.4", "product": { "name": "IBM Spectrum Protect Plus \u003c10.1.6.4", "product_id": "T040030" } }, { "category": "product_version", "name": "10.1.6.4", "product": { "name": "IBM Spectrum Protect Plus 10.1.6.4", "product_id": "T040030-fixed", "product_identification_helper": { "cpe": "cpe:/a:ibm:spectrum_protect_plus:10.1.6.4" } } }, { "category": "product_version_range", "name": "\u003c10.1.17.1", "product": { "name": "IBM Spectrum Protect Plus \u003c10.1.17.1", "product_id": "T044782" } }, { "category": "product_version", "name": "10.1.17.1", "product": { "name": "IBM Spectrum Protect Plus 10.1.17.1", "product_id": "T044782-fixed", "product_identification_helper": { "cpe": "cpe:/a:ibm:spectrum_protect_plus:10.1.17.1" } } } ], "category": "product_name", "name": "Spectrum Protect Plus" } ], "category": "vendor", "name": "IBM" }, { "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" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-32740", "product_status": { "known_affected": [ "T040030", "T041470", "67646", "T042208", "T041469", "T039988", "T039987", "T044782" ] }, "release_date": "2025-01-01T23:00:00.000+00:00", "title": "CVE-2021-32740" }, { "cve": "CVE-2021-41186", "product_status": { "known_affected": [ "T040030", "T041470", "67646", "T042208", "T041469", "T039988", "T039987", "T044782" ] }, "release_date": "2025-01-01T23:00:00.000+00:00", "title": "CVE-2021-41186" }, { "cve": "CVE-2022-0759", "product_status": { "known_affected": [ "T040030", "T041470", "67646", "T042208", "T041469", "T039988", "T039987", "T044782" ] }, "release_date": "2025-01-01T23:00:00.000+00:00", "title": "CVE-2022-0759" }, { "cve": "CVE-2022-24795", "product_status": { "known_affected": [ "T040030", "T041470", "67646", "T042208", "T041469", "T039988", "T039987", "T044782" ] }, "release_date": "2025-01-01T23:00:00.000+00:00", "title": "CVE-2022-24795" }, { "cve": "CVE-2022-31163", "product_status": { "known_affected": [ "T040030", "T041470", "67646", "T042208", "T041469", "T039988", "T039987", "T044782" ] }, "release_date": "2025-01-01T23:00:00.000+00:00", "title": "CVE-2022-31163" }, { "cve": "CVE-2023-39325", "product_status": { "known_affected": [ "T040030", "T041470", "67646", "T042208", "T041469", "T039988", "T039987", "T044782" ] }, "release_date": "2025-01-01T23:00:00.000+00:00", "title": "CVE-2023-39325" }, { "cve": "CVE-2023-41993", "product_status": { "known_affected": [ "T040030", "T041470", "67646", "T042208", "T041469", "T039988", "T039987", "T044782" ] }, "release_date": "2025-01-01T23:00:00.000+00:00", "title": "CVE-2023-41993" }, { "cve": "CVE-2023-45283", "product_status": { "known_affected": [ "T040030", "T041470", "67646", "T042208", "T041469", "T039988", "T039987", "T044782" ] }, "release_date": "2025-01-01T23:00:00.000+00:00", "title": "CVE-2023-45283" }, { "cve": "CVE-2023-45288", "product_status": { "known_affected": [ "T040030", "T041470", "67646", "T042208", "T041469", "T039988", "T039987", "T044782" ] }, "release_date": "2025-01-01T23:00:00.000+00:00", "title": "CVE-2023-45288" }, { "cve": "CVE-2023-6597", "product_status": { "known_affected": [ "T040030", "T041470", "67646", "T042208", "T041469", "T039988", "T039987", "T044782" ] }, "release_date": "2025-01-01T23:00:00.000+00:00", "title": "CVE-2023-6597" }, { "cve": "CVE-2024-0406", "product_status": { "known_affected": [ "T040030", "T041470", "67646", "T042208", "T041469", "T039988", "T039987", "T044782" ] }, "release_date": "2025-01-01T23:00:00.000+00:00", "title": "CVE-2024-0406" }, { "cve": "CVE-2024-20918", "product_status": { "known_affected": [ "T040030", "T041470", "67646", "T042208", "T041469", "T039988", "T039987", "T044782" ] }, "release_date": "2025-01-01T23:00:00.000+00:00", "title": "CVE-2024-20918" }, { "cve": "CVE-2024-20952", "product_status": { "known_affected": [ "T040030", "T041470", "67646", "T042208", "T041469", "T039988", "T039987", "T044782" ] }, "release_date": "2025-01-01T23:00:00.000+00:00", "title": "CVE-2024-20952" }, { "cve": "CVE-2024-2398", "product_status": { "known_affected": [ "T040030", "T041470", "67646", "T042208", "T041469", "T039988", "T039987", "T044782" ] }, "release_date": "2025-01-01T23:00:00.000+00:00", "title": "CVE-2024-2398" }, { "cve": "CVE-2024-24786", "product_status": { "known_affected": [ "T040030", "T041470", "67646", "T042208", "T041469", "T039988", "T039987", "T044782" ] }, "release_date": "2025-01-01T23:00:00.000+00:00", "title": "CVE-2024-24786" }, { "cve": "CVE-2024-27281", "product_status": { "known_affected": [ "T040030", "T041470", "67646", "T042208", "T041469", "T039988", "T039987", "T044782" ] }, "release_date": "2025-01-01T23:00:00.000+00:00", "title": "CVE-2024-27281" }, { "cve": "CVE-2024-2961", "product_status": { "known_affected": [ "T040030", "T041470", "67646", "T042208", "T041469", "T039988", "T039987", "T044782" ] }, "release_date": "2025-01-01T23:00:00.000+00:00", "title": "CVE-2024-2961" }, { "cve": "CVE-2024-29857", "product_status": { "known_affected": [ "T040030", "T041470", "67646", "T042208", "T041469", "T039988", "T039987", "T044782" ] }, "release_date": "2025-01-01T23:00:00.000+00:00", "title": "CVE-2024-29857" }, { "cve": "CVE-2024-33599", "product_status": { "known_affected": [ "T040030", "T041470", "67646", "T042208", "T041469", "T039988", "T039987", "T044782" ] }, "release_date": "2025-01-01T23:00:00.000+00:00", "title": "CVE-2024-33599" }, { "cve": "CVE-2024-33883", "product_status": { "known_affected": [ "T040030", "T041470", "67646", "T042208", "T041469", "T039988", "T039987", "T044782" ] }, "release_date": "2025-01-01T23:00:00.000+00:00", "title": "CVE-2024-33883" }, { "cve": "CVE-2024-37370", "product_status": { "known_affected": [ "T040030", "T041470", "67646", "T042208", "T041469", "T039988", "T039987", "T044782" ] }, "release_date": "2025-01-01T23:00:00.000+00:00", "title": "CVE-2024-37370" }, { "cve": "CVE-2024-37371", "product_status": { "known_affected": [ "T040030", "T041470", "67646", "T042208", "T041469", "T039988", "T039987", "T044782" ] }, "release_date": "2025-01-01T23:00:00.000+00:00", "title": "CVE-2024-37371" }, { "cve": "CVE-2024-37890", "product_status": { "known_affected": [ "T040030", "T041470", "67646", "T042208", "T041469", "T039988", "T039987", "T044782" ] }, "release_date": "2025-01-01T23:00:00.000+00:00", "title": "CVE-2024-37890" }, { "cve": "CVE-2024-39338", "product_status": { "known_affected": [ "T040030", "T041470", "67646", "T042208", "T041469", "T039988", "T039987", "T044782" ] }, "release_date": "2025-01-01T23:00:00.000+00:00", "title": "CVE-2024-39338" }, { "cve": "CVE-2024-4068", "product_status": { "known_affected": [ "T040030", "T041470", "67646", "T042208", "T041469", "T039988", "T039987", "T044782" ] }, "release_date": "2025-01-01T23:00:00.000+00:00", "title": "CVE-2024-4068" }, { "cve": "CVE-2024-41110", "product_status": { "known_affected": [ "T040030", "T041470", "67646", "T042208", "T041469", "T039988", "T039987", "T044782" ] }, "release_date": "2025-01-01T23:00:00.000+00:00", "title": "CVE-2024-41110" }, { "cve": "CVE-2024-41123", "product_status": { "known_affected": [ "T040030", "T041470", "67646", "T042208", "T041469", "T039988", "T039987", "T044782" ] }, "release_date": "2025-01-01T23:00:00.000+00:00", "title": "CVE-2024-41123" }, { "cve": "CVE-2024-41946", "product_status": { "known_affected": [ "T040030", "T041470", "67646", "T042208", "T041469", "T039988", "T039987", "T044782" ] }, "release_date": "2025-01-01T23:00:00.000+00:00", "title": "CVE-2024-41946" }, { "cve": "CVE-2024-45296", "product_status": { "known_affected": [ "T040030", "T041470", "67646", "T042208", "T041469", "T039988", "T039987", "T044782" ] }, "release_date": "2025-01-01T23:00:00.000+00:00", "title": "CVE-2024-45296" }, { "cve": "CVE-2024-45491", "product_status": { "known_affected": [ "T040030", "T041470", "67646", "T042208", "T041469", "T039988", "T039987", "T044782" ] }, "release_date": "2025-01-01T23:00:00.000+00:00", "title": "CVE-2024-45491" }, { "cve": "CVE-2024-45590", "product_status": { "known_affected": [ "T040030", "T041470", "67646", "T042208", "T041469", "T039988", "T039987", "T044782" ] }, "release_date": "2025-01-01T23:00:00.000+00:00", "title": "CVE-2024-45590" }, { "cve": "CVE-2024-47220", "product_status": { "known_affected": [ "T040030", "T041470", "67646", "T042208", "T041469", "T039988", "T039987", "T044782" ] }, "release_date": "2025-01-01T23:00:00.000+00:00", "title": "CVE-2024-47220" }, { "cve": "CVE-2024-47554", "product_status": { "known_affected": [ "T040030", "T041470", "67646", "T042208", "T041469", "T039988", "T039987", "T044782" ] }, "release_date": "2025-01-01T23:00:00.000+00:00", "title": "CVE-2024-47554" }, { "cve": "CVE-2024-6119", "product_status": { "known_affected": [ "T040030", "T041470", "67646", "T042208", "T041469", "T039988", "T039987", "T044782" ] }, "release_date": "2025-01-01T23:00:00.000+00:00", "title": "CVE-2024-6119" }, { "cve": "CVE-2024-6345", "product_status": { "known_affected": [ "T040030", "T041470", "67646", "T042208", "T041469", "T039988", "T039987", "T044782" ] }, "release_date": "2025-01-01T23:00:00.000+00:00", "title": "CVE-2024-6345" } ] }
wid-sec-w-2024-3377
Vulnerability from csaf_certbund
Published
2024-11-07 23:00
Modified
2025-08-04 22:00
Summary
Dell PowerProtect Data Domain: 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
Dell PowerProtect Data Domain Appliances sind speziell für Backup und Daten-Deduplizierung ausgelegte Systeme.
Angriff
Ein lokaler Angreifer kann mehrere Schwachstellen in Dell PowerProtect Data Domain ausnutzen, um seine Privilegien zu erhöhen, Informationen offenzulegen und um nicht näher beschriebene Auswirkungen zu erzielen.
Betroffene Betriebssysteme
- Sonstiges
{ "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": "Dell PowerProtect Data Domain Appliances sind speziell f\u00fcr Backup und Daten-Deduplizierung ausgelegte Systeme.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein lokaler Angreifer kann mehrere Schwachstellen in Dell PowerProtect Data Domain ausnutzen, um seine Privilegien zu erh\u00f6hen, Informationen offenzulegen und um nicht n\u00e4her beschriebene Auswirkungen zu erzielen.", "title": "Angriff" }, { "category": "general", "text": "- Sonstiges", "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-3377 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-3377.json" }, { "category": "self", "summary": "WID-SEC-2024-3377 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-3377" }, { "category": "external", "summary": "Dell Security Update", "url": "https://www.dell.com/support/kbdoc/de-de/000245360/dsa-2024-424-security-update-for-dell-pdsa-2024-424-security-update-for-dell-powerprotect-dd-vulnerabilityowerprotect-dd-vulnerability" }, { "category": "external", "summary": "Security Update for Dell PowerProtect Data Domain", "url": "https://www.dell.com/support/kbdoc/en-us/000348708/dsa-2025-159-security-update-for-dell-powerprotect-data-domain-multiple-vulnerabilities" } ], "source_lang": "en-US", "title": "Dell PowerProtect Data Domain: Mehrere Schwachstellen", "tracking": { "current_release_date": "2025-08-04T22:00:00.000+00:00", "generator": { "date": "2025-08-05T07:21:01.974+00:00", "engine": { "name": "BSI-WID", "version": "1.4.0" } }, "id": "WID-SEC-W-2024-3377", "initial_release_date": "2024-11-07T23:00:00.000+00:00", "revision_history": [ { "date": "2024-11-07T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2025-08-04T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Dell aufgenommen" } ], "status": "final", "version": "2" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c8.1.0.0", "product": { "name": "Dell PowerProtect Data Domain \u003c8.1.0.0", "product_id": "T038861" } }, { "category": "product_version", "name": "8.1.0.0", "product": { "name": "Dell PowerProtect Data Domain 8.1.0.0", "product_id": "T038861-fixed", "product_identification_helper": { "cpe": "cpe:/a:dell:powerprotect_data_domain:8.1.0.0" } } }, { "category": "product_version_range", "name": "\u003c7.13.1.10", "product": { "name": "Dell PowerProtect Data Domain \u003c7.13.1.10", "product_id": "T038862" } }, { "category": "product_version", "name": "7.13.1.10", "product": { "name": "Dell PowerProtect Data Domain 7.13.1.10", "product_id": "T038862-fixed", "product_identification_helper": { "cpe": "cpe:/a:dell:powerprotect_data_domain:7.13.1.10" } } }, { "category": "product_version_range", "name": "\u003c7.10.1.40", "product": { "name": "Dell PowerProtect Data Domain \u003c7.10.1.40", "product_id": "T038863" } }, { "category": "product_version", "name": "7.10.1.40", "product": { "name": "Dell PowerProtect Data Domain 7.10.1.40", "product_id": "T038863-fixed", "product_identification_helper": { "cpe": "cpe:/a:dell:powerprotect_data_domain:7.10.1.40" } } }, { "category": "product_version_range", "name": "\u003c7.7.5.50", "product": { "name": "Dell PowerProtect Data Domain \u003c7.7.5.50", "product_id": "T038864" } }, { "category": "product_version", "name": "7.7.5.50", "product": { "name": "Dell PowerProtect Data Domain 7.7.5.50", "product_id": "T038864-fixed", "product_identification_helper": { "cpe": "cpe:/a:dell:powerprotect_data_domain:7.7.5.50" } } }, { "category": "product_name", "name": "Dell PowerProtect Data Domain", "product": { "name": "Dell PowerProtect Data Domain", "product_id": "T045852", "product_identification_helper": { "cpe": "cpe:/a:dell:powerprotect_data_domain:-" } } } ], "category": "product_name", "name": "PowerProtect Data Domain" }, { "category": "product_name", "name": "Dell PowerProtect Data Domain Management Center", "product": { "name": "Dell PowerProtect Data Domain Management Center", "product_id": "T045853", "product_identification_helper": { "cpe": "cpe:/a:dell:powerprotect_data_domain_management_center:-" } } }, { "category": "product_name", "name": "Dell PowerProtect Data Domain OS", "product": { "name": "Dell PowerProtect Data Domain OS", "product_id": "T045854", "product_identification_helper": { "cpe": "cpe:/o:dell:powerprotect_data_domain_os:-" } } } ], "category": "vendor", "name": "Dell" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45759", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-45759" }, { "cve": "CVE-2024-48010", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-48010" }, { "cve": "CVE-2024-48011", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-48011" }, { "cve": "CVE-2017-16829", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2017-16829" }, { "cve": "CVE-2017-5849", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2017-5849" }, { "cve": "CVE-2018-7208", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2018-7208" }, { "cve": "CVE-2019-14889", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2019-14889" }, { "cve": "CVE-2020-12912", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2020-12912" }, { "cve": "CVE-2020-16135", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2020-16135" }, { "cve": "CVE-2020-1730", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2020-1730" }, { "cve": "CVE-2020-24455", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2020-24455" }, { "cve": "CVE-2020-8694", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2020-8694" }, { "cve": "CVE-2020-8695", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2020-8695" }, { "cve": "CVE-2021-27219", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2021-27219" }, { "cve": "CVE-2021-3565", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2021-3565" }, { "cve": "CVE-2021-3634", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2021-3634" }, { "cve": "CVE-2022-1210", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-1210" }, { "cve": "CVE-2022-1622", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-1622" }, { "cve": "CVE-2022-1996", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-1996" }, { "cve": "CVE-2022-22576", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-22576" }, { "cve": "CVE-2022-25313", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-25313" }, { "cve": "CVE-2022-27774", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-27774" }, { "cve": "CVE-2022-27775", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-27775" }, { "cve": "CVE-2022-27776", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-27776" }, { "cve": "CVE-2022-27781", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-27781" }, { "cve": "CVE-2022-27782", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-27782" }, { "cve": "CVE-2022-29361", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-29361" }, { "cve": "CVE-2022-32205", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-32205" }, { "cve": "CVE-2022-32206", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-32206" }, { "cve": "CVE-2022-32207", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-32207" }, { "cve": "CVE-2022-32208", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-32208" }, { "cve": "CVE-2022-32221", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-32221" }, { "cve": "CVE-2022-35252", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-35252" }, { "cve": "CVE-2022-40023", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-40023" }, { "cve": "CVE-2022-40090", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-40090" }, { "cve": "CVE-2022-42915", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-42915" }, { "cve": "CVE-2022-42916", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-42916" }, { "cve": "CVE-2022-43551", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-43551" }, { "cve": "CVE-2022-43552", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-43552" }, { "cve": "CVE-2022-4603", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-4603" }, { "cve": "CVE-2022-48064", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-48064" }, { "cve": "CVE-2022-48624", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-48624" }, { "cve": "CVE-2023-0461", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-0461" }, { "cve": "CVE-2023-1667", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-1667" }, { "cve": "CVE-2023-1916", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-1916" }, { "cve": "CVE-2023-20592", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-20592" }, { "cve": "CVE-2023-2137", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-2137" }, { "cve": "CVE-2023-22745", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-22745" }, { "cve": "CVE-2023-2283", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-2283" }, { "cve": "CVE-2023-23914", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-23914" }, { "cve": "CVE-2023-23915", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-23915" }, { "cve": "CVE-2023-23916", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-23916" }, { "cve": "CVE-2023-23934", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-23934" }, { "cve": "CVE-2023-25577", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-25577" }, { "cve": "CVE-2023-26965", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-26965" }, { "cve": "CVE-2023-27043", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-27043" }, { "cve": "CVE-2023-2731", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-2731" }, { "cve": "CVE-2023-27533", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-27533" }, { "cve": "CVE-2023-27534", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-27534" }, { "cve": "CVE-2023-27535", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-27535" }, { "cve": "CVE-2023-27536", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-27536" }, { "cve": "CVE-2023-27538", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-27538" }, { "cve": "CVE-2023-28319", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-28319" }, { "cve": "CVE-2023-28320", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-28320" }, { "cve": "CVE-2023-28321", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-28321" }, { "cve": "CVE-2023-28322", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-28322" }, { "cve": "CVE-2023-31083", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-31083" }, { "cve": "CVE-2023-34055", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-34055" }, { "cve": "CVE-2023-35116", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-35116" }, { "cve": "CVE-2023-38286", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-38286" }, { "cve": "CVE-2023-38469", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-38469" }, { "cve": "CVE-2023-38471", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-38471" }, { "cve": "CVE-2023-38472", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-38472" }, { "cve": "CVE-2023-38545", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-38545" }, { "cve": "CVE-2023-38546", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-38546" }, { "cve": "CVE-2023-39197", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-39197" }, { "cve": "CVE-2023-39198", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-39198" }, { "cve": "CVE-2023-39804", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-39804" }, { "cve": "CVE-2023-40217", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-40217" }, { "cve": "CVE-2023-42465", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-42465" }, { "cve": "CVE-2023-4255", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-4255" }, { "cve": "CVE-2023-45139", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-45139" }, { "cve": "CVE-2023-45322", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-45322" }, { "cve": "CVE-2023-45863", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-45863" }, { "cve": "CVE-2023-45871", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-45871" }, { "cve": "CVE-2023-46136", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-46136" }, { "cve": "CVE-2023-46218", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-46218" }, { "cve": "CVE-2023-46219", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-46219" }, { "cve": "CVE-2023-46751", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-46751" }, { "cve": "CVE-2023-48795", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-48795" }, { "cve": "CVE-2023-49083", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-49083" }, { "cve": "CVE-2023-50447", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-50447" }, { "cve": "CVE-2023-5049", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-5049" }, { "cve": "CVE-2023-50495", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-50495" }, { "cve": "CVE-2023-50782", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-50782" }, { "cve": "CVE-2023-51257", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-51257" }, { "cve": "CVE-2023-52425", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-52425" }, { "cve": "CVE-2023-52426", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-52426" }, { "cve": "CVE-2023-5678", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-5678" }, { "cve": "CVE-2023-5717", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-5717" }, { "cve": "CVE-2023-5752", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-5752" }, { "cve": "CVE-2023-6004", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-6004" }, { "cve": "CVE-2023-6597", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-6597" }, { "cve": "CVE-2023-6918", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-6918" }, { "cve": "CVE-2023-7207", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-7207" }, { "cve": "CVE-2024-0450", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-0450" }, { "cve": "CVE-2024-0727", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-0727" }, { "cve": "CVE-2024-0985", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-0985" }, { "cve": "CVE-2024-21626", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-21626" }, { "cve": "CVE-2024-22195", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-22195" }, { "cve": "CVE-2024-22365", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-22365" }, { "cve": "CVE-2024-23651", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-23651" }, { "cve": "CVE-2024-23652", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-23652" }, { "cve": "CVE-2024-23653", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-23653" }, { "cve": "CVE-2024-23672", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-23672" }, { "cve": "CVE-2024-24549", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-24549" }, { "cve": "CVE-2024-25062", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-25062" }, { "cve": "CVE-2024-26130", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-26130" }, { "cve": "CVE-2024-26458", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-26458" }, { "cve": "CVE-2024-26461", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-26461" }, { "cve": "CVE-2024-28085", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-28085" }, { "cve": "CVE-2024-28182", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-28182" }, { "cve": "CVE-2024-28219", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-28219" }, { "cve": "CVE-2024-28757", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-28757" } ] }
wid-sec-w-2024-1307
Vulnerability from csaf_certbund
Published
2024-06-06 22:00
Modified
2025-02-05 23: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" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:7184 vom 2024-10-03", "url": "https://access.redhat.com/errata/RHSA-2024:7184" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:8688 vom 2024-11-06", "url": "https://access.redhat.com/errata/RHSA-2024:8688" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:8692 vom 2024-11-07", "url": "https://access.redhat.com/errata/RHSA-2024:8692" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:9088 vom 2024-11-12", "url": "https://access.redhat.com/errata/RHSA-2024:9088" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0832 vom 2025-02-06", "url": "https://access.redhat.com/errata/RHSA-2025:0832" } ], "source_lang": "en-US", "title": "Red Hat OpenShift Service Mesh Containers: Mehrere Schwachstellen", "tracking": { "current_release_date": "2025-02-05T23:00:00.000+00:00", "generator": { "date": "2025-02-06T09:06:07.488+00:00", "engine": { "name": "BSI-WID", "version": "1.3.10" } }, "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" }, { "date": "2024-10-03T22:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-11-06T23:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-11-11T23:00:00.000+00:00", "number": "9", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-02-05T23:00:00.000+00:00", "number": "10", "summary": "Neue Updates von Red Hat aufgenommen" } ], "status": "final", "version": "10" } }, "product_tree": { "branches": [ { "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:-" } } }, { "category": "product_version", "name": "9", "product": { "name": "Red Hat Enterprise Linux 9", "product_id": "T038901", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:9" } } } ], "category": "product_name", "name": "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", "name": "Service Mesh Containers 2.5.2", "product": { "name": "Red Hat OpenShift Service Mesh Containers 2.5.2", "product_id": "T035259-fixed", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:service_mesh_containers__2.5.2" } } }, { "category": "product_version_range", "name": "Service Mesh Containers \u003c2.4.8", "product": { "name": "Red Hat OpenShift Service Mesh Containers \u003c2.4.8", "product_id": "T035260" } }, { "category": "product_version", "name": "Service Mesh Containers 2.4.8", "product": { "name": "Red Hat OpenShift Service Mesh Containers 2.4.8", "product_id": "T035260-fixed", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:service_mesh_containers__2.4.8" } } }, { "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_version_range", "name": "Container Platform \u003c4.14.38", "product": { "name": "Red Hat OpenShift Container Platform \u003c4.14.38", "product_id": "T037940" } }, { "category": "product_version", "name": "Container Platform 4.14.38", "product": { "name": "Red Hat OpenShift Container Platform 4.14.38", "product_id": "T037940-fixed", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:container_platform__4.14.38" } } }, { "category": "product_version_range", "name": "Container Platform \u003c4.12.72", "product": { "name": "Red Hat OpenShift Container Platform \u003c4.12.72", "product_id": "T040822" } }, { "category": "product_version", "name": "Container Platform 4.12.72", "product": { "name": "Red Hat OpenShift Container Platform 4.12.72", "product_id": "T040822-fixed", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:container_platform__4.12.72" } } } ], "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "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": [ "T035259", "T038901", "67646", "T035260", "T040822", "T037940", "T035698" ] }, "release_date": "2024-06-06T22:00:00.000+00:00", "title": "CVE-2024-33602" } ] }
wid-sec-w-2025-0794
Vulnerability from csaf_certbund
Published
2025-04-13 22:00
Modified
2025-06-04 22:00
Summary
Juniper Junos Space: 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
Junos Space ist eine Software-Plattform, die eine Reihe von Applikationen für das Netzwerkmanagement beinhaltet.
Angriff
Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Juniper Junos Space ausnutzen, um seine Privilegien zu erhöhen, um einen Denial of Service Zustand herbeizuführen und um andere, nicht näher spezifizierte Auswirkungen zu erzielen.
Betroffene Betriebssysteme
- Juniper Appliance
{ "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": "Junos Space ist eine Software-Plattform, die eine Reihe von Applikationen f\u00fcr das Netzwerkmanagement beinhaltet.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Juniper Junos Space ausnutzen, um seine Privilegien zu erh\u00f6hen, um einen Denial of Service Zustand herbeizuf\u00fchren und um andere, nicht n\u00e4her spezifizierte Auswirkungen zu erzielen.", "title": "Angriff" }, { "category": "general", "text": "- Juniper Appliance", "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-2025-0794 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-0794.json" }, { "category": "self", "summary": "WID-SEC-2025-0794 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-0794" }, { "category": "external", "summary": "Juniper Security Bulletin JSA96447 vom 2025-04-09", "url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-Space-Multiple-vulnerabilities-resolved-in-24-1R3-release?language=en_US" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:20047-1 vom 2025-06-04", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021306.html" } ], "source_lang": "en-US", "title": "Juniper Junos Space: Mehrere Schwachstellen", "tracking": { "current_release_date": "2025-06-04T22:00:00.000+00:00", "generator": { "date": "2025-06-05T06:16:59.318+00:00", "engine": { "name": "BSI-WID", "version": "1.3.12" } }, "id": "WID-SEC-W-2025-0794", "initial_release_date": "2025-04-13T22:00:00.000+00:00", "revision_history": [ { "date": "2025-04-13T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2025-06-04T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von SUSE aufgenommen" } ], "status": "final", "version": "2" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c24.1R3", "product": { "name": "Juniper Junos Space \u003c24.1R3", "product_id": "T042758" } }, { "category": "product_version", "name": "24.1R3", "product": { "name": "Juniper Junos Space 24.1R3", "product_id": "T042758-fixed", "product_identification_helper": { "cpe": "cpe:/a:juniper:junos_space:24.1r3" } } } ], "category": "product_name", "name": "Junos Space" } ], "category": "vendor", "name": "Juniper" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux", "product": { "name": "SUSE Linux", "product_id": "T002207", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_linux:-" } } } ], "category": "vendor", "name": "SUSE" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-47596", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2021-47596" }, { "cve": "CVE-2022-24808", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2022-24808" }, { "cve": "CVE-2022-39253", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2022-39253" }, { "cve": "CVE-2023-28746", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2023-28746" }, { "cve": "CVE-2023-48161", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2023-48161" }, { "cve": "CVE-2023-6597", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2023-6597" }, { "cve": "CVE-2024-0450", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-0450" }, { "cve": "CVE-2024-1737", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-1737" }, { "cve": "CVE-2024-1975", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-1975" }, { "cve": "CVE-2024-21208", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-21208" }, { "cve": "CVE-2024-21210", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-21210" }, { "cve": "CVE-2024-21217", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-21217" }, { "cve": "CVE-2024-21235", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-21235" }, { "cve": "CVE-2024-21823", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-21823" }, { "cve": "CVE-2024-23271", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-23271" }, { "cve": "CVE-2024-26735", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-26735" }, { "cve": "CVE-2024-26852", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-26852" }, { "cve": "CVE-2024-26993", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-26993" }, { "cve": "CVE-2024-27052", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-27052" }, { "cve": "CVE-2024-27820", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-27820" }, { "cve": "CVE-2024-27838", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-27838" }, { "cve": "CVE-2024-27851", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-27851" }, { "cve": "CVE-2024-28182", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-28182" }, { "cve": "CVE-2024-2961", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-2961" }, { "cve": "CVE-2024-32002", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-32002" }, { "cve": "CVE-2024-32004", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-32004" }, { "cve": "CVE-2024-32020", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-32020" }, { "cve": "CVE-2024-32021", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-32021" }, { "cve": "CVE-2024-32465", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-32465" }, { "cve": "CVE-2024-33599", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-33599" }, { "cve": "CVE-2024-33600", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-33600" }, { "cve": "CVE-2024-33601", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-33601" }, { "cve": "CVE-2024-33602", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-33602" }, { "cve": "CVE-2024-35845", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-35845" }, { "cve": "CVE-2024-35899", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-35899" }, { "cve": "CVE-2024-3651", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-3651" }, { "cve": "CVE-2024-3652", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-3652" }, { "cve": "CVE-2024-36971", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-36971" }, { "cve": "CVE-2024-39487", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-39487" }, { "cve": "CVE-2024-4076", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-4076" }, { "cve": "CVE-2024-40782", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-40782" }, { "cve": "CVE-2024-40789", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-40789" }, { "cve": "CVE-2024-40866", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-40866" }, { "cve": "CVE-2024-40954", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-40954" }, { "cve": "CVE-2024-40958", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-40958" }, { "cve": "CVE-2024-42284", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-42284" }, { "cve": "CVE-2024-42472", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-42472" }, { "cve": "CVE-2024-44187", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-44187" }, { "cve": "CVE-2024-6232", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-6232" }, { "cve": "CVE-2024-7006", "product_status": { "known_affected": [ "T002207", "T042758" ] }, "release_date": "2025-04-13T22:00:00.000+00:00", "title": "CVE-2024-7006" } ] }
wid-sec-w-2024-0687
Vulnerability from csaf_certbund
Published
2024-03-20 23:00
Modified
2025-08-04 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" }, { "category": "external", "summary": "Dell Security Advisory DSA-2024-412 vom 2024-09-30", "url": "https://www.dell.com/support/kbdoc/de-de/000230678/dsa-2024-412-security-update-for-dell-ecs-3-8-1-2-multiple-third-party-component-vulnerabilities" }, { "category": "external", "summary": "Dell Security Advisory DSA-2024-422 vom 2024-10-10", "url": "https://www.dell.com/support/kbdoc/de-de/000234730/dsa-2024-422-security-update-for-dell-networker-vproxy-multiple-component-vulnerabilities" }, { "category": "external", "summary": "IBM Security Bulletin", "url": "https://www.ibm.com/support/pages/node/7174634" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:9190 vom 2024-11-12", "url": "https://access.redhat.com/errata/RHSA-2024:9190" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:9192 vom 2024-11-12", "url": "https://access.redhat.com/errata/RHSA-2024:9192" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASPYTHON3.8-2024-016 vom 2024-11-13", "url": "https://alas.aws.amazon.com/AL2/ALASPYTHON3.8-2024-016.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-9190 vom 2024-11-19", "url": "https://linux.oracle.com/errata/ELSA-2024-9190.html" }, { "category": "external", "summary": "Debian Security Advisory DLA-3980 vom 2024-12-02", "url": "https://lists.debian.org/debian-lts-announce/2024/12/msg00000.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7212-1 vom 2025-01-16", "url": "https://ubuntu.com/security/notices/USN-7212-1" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0364 vom 2025-01-22", "url": "https://access.redhat.com/errata/RHSA-2025:0364" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0650 vom 2025-01-29", "url": "https://access.redhat.com/errata/RHSA-2025:0650" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0646 vom 2025-01-29", "url": "https://access.redhat.com/errata/RHSA-2025:0646" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:1120 vom 2025-02-11", "url": "https://access.redhat.com/errata/RHSA-2025:1120" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:1116 vom 2025-02-13", "url": "https://access.redhat.com/errata/RHSA-2025:1116" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2025-2797 vom 2025-03-25", "url": "https://alas.aws.amazon.com/AL2/ALAS-2025-2797.html" }, { "category": "external", "summary": "NetApp Security Advisory NTAP-20250411-0005 vom 2025-04-11", "url": "https://security.netapp.com/advisory/ntap-20250411-0005/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:20154-1 vom 2025-06-04", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021184.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:20374-1 vom 2025-06-04", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021414.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:20025-1 vom 2025-06-04", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021358.html" }, { "category": "external", "summary": "Security Update for Dell PowerProtect Data Domain", "url": "https://www.dell.com/support/kbdoc/en-us/000348708/dsa-2025-159-security-update-for-dell-powerprotect-data-domain-multiple-vulnerabilities" } ], "source_lang": "en-US", "title": "Python: Mehrere Schwachstellen erm\u00f6glichen Codeausf\u00fchrung und DoS", "tracking": { "current_release_date": "2025-08-04T22:00:00.000+00:00", "generator": { "date": "2025-08-05T07:19:29.368+00:00", "engine": { "name": "BSI-WID", "version": "1.4.0" } }, "id": "WID-SEC-W-2024-0687", "initial_release_date": "2024-03-20T23:00:00.000+00:00", "revision_history": [ { "date": "2024-03-20T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2024-03-24T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Debian aufgenommen" }, { "date": "2024-03-27T23:00:00.000+00:00", "number": "3", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-04-08T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-04-11T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2024-05-01T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-05-05T22:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Gentoo aufgenommen" }, { "date": "2024-05-07T22:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Dell aufgenommen" }, { "date": "2024-05-09T22:00:00.000+00:00", "number": "9", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-05-13T22:00:00.000+00:00", "number": "10", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2024-05-15T22:00:00.000+00:00", "number": "11", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2024-05-20T22:00:00.000+00:00", "number": "12", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-05-22T22:00:00.000+00:00", "number": "13", "summary": "Neue Updates von Fedora aufgenommen" }, { "date": "2024-05-23T22:00:00.000+00:00", "number": "14", "summary": "Neue Updates von Red Hat und Fedora aufgenommen" }, { "date": "2024-05-26T22:00:00.000+00:00", "number": "15", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-05-28T22:00:00.000+00:00", "number": "16", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-05-30T22:00:00.000+00:00", "number": "17", "summary": "Neue Updates von SUSE, Red Hat und Oracle Linux aufgenommen" }, { "date": "2024-06-02T22:00:00.000+00:00", "number": "18", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "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" }, { "date": "2024-09-30T22:00:00.000+00:00", "number": "42", "summary": "Neue Updates von Dell aufgenommen" }, { "date": "2024-10-09T22:00:00.000+00:00", "number": "43", "summary": "Neue Updates von Dell aufgenommen" }, { "date": "2024-10-31T23:00:00.000+00:00", "number": "44", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2024-11-11T23:00:00.000+00:00", "number": "45", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-11-13T23:00:00.000+00:00", "number": "46", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2024-11-18T23:00:00.000+00:00", "number": "47", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2024-12-01T23:00:00.000+00:00", "number": "48", "summary": "Neue Updates von Debian aufgenommen" }, { "date": "2025-01-16T23:00:00.000+00:00", "number": "49", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2025-01-21T23:00:00.000+00:00", "number": "50", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-01-28T23:00:00.000+00:00", "number": "51", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-01-29T23:00:00.000+00:00", "number": "52", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-02-11T23:00:00.000+00:00", "number": "53", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-02-12T23:00:00.000+00:00", "number": "54", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-03-25T23:00:00.000+00:00", "number": "55", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2025-04-13T22:00:00.000+00:00", "number": "56", "summary": "Neue Updates von NetApp aufgenommen" }, { "date": "2025-06-03T22:00:00.000+00:00", "number": "57", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-06-04T22:00:00.000+00:00", "number": "58", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-08-04T22:00:00.000+00:00", "number": "59", "summary": "Neue Updates von Dell aufgenommen" } ], "status": "final", "version": "59" } }, "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_version_range", "name": "\u003c3.8.1.2", "product": { "name": "Dell ECS \u003c3.8.1.2", "product_id": "T037906" } }, { "category": "product_version", "name": "3.8.1.2", "product": { "name": "Dell ECS 3.8.1.2", "product_id": "T037906-fixed", "product_identification_helper": { "cpe": "cpe:/h:dell:ecs:3.8.1.2" } } } ], "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 PowerProtect Data Domain", "product": { "name": "Dell PowerProtect Data Domain", "product_id": "T045852", "product_identification_helper": { "cpe": "cpe:/a:dell:powerprotect_data_domain:-" } } }, { "category": "product_name", "name": "Dell PowerProtect Data Domain Management Center", "product": { "name": "Dell PowerProtect Data Domain Management Center", "product_id": "T045853", "product_identification_helper": { "cpe": "cpe:/a:dell:powerprotect_data_domain_management_center:-" } } }, { "category": "product_name", "name": "Dell PowerProtect Data Domain OS", "product": { "name": "Dell PowerProtect Data Domain OS", "product_id": "T045854", "product_identification_helper": { "cpe": "cpe:/o:dell:powerprotect_data_domain_os:-" } } }, { "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_version_range", "name": "\u003c7.5.0 UP10 IF01", "product": { "name": "IBM QRadar SIEM \u003c7.5.0 UP10 IF01", "product_id": "T038741" } }, { "category": "product_version", "name": "7.5.0 UP10 IF01", "product": { "name": "IBM QRadar SIEM 7.5.0 UP10 IF01", "product_id": "T038741-fixed", "product_identification_helper": { "cpe": "cpe:/a:ibm:qradar_siem:7.5.0_up10_if01" } } } ], "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", "name": "for VMware vSphere", "product": { "name": "NetApp ActiveIQ Unified Manager for VMware vSphere", "product_id": "T025152", "product_identification_helper": { "cpe": "cpe:/a:netapp:active_iq_unified_manager:for_vmware_vsphere" } } }, { "category": "product_version", "name": "for Microsoft Windows", "product": { "name": "NetApp ActiveIQ Unified Manager for Microsoft Windows", "product_id": "T025631", "product_identification_helper": { "cpe": "cpe:/a:netapp:active_iq_unified_manager:for_microsoft_windows" } } } ], "category": "product_name", "name": "ActiveIQ Unified Manager" }, { "branches": [ { "category": "product_version", "name": "9", "product": { "name": "NetApp Data ONTAP 9", "product_id": "T039981", "product_identification_helper": { "cpe": "cpe:/a:netapp:data_ontap:9" } } } ], "category": "product_name", "name": "Data ONTAP" } ], "category": "vendor", "name": "NetApp" }, { "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:-" } } }, { "branches": [ { "category": "product_version_range", "name": "Container Platform \u003c4.17.16", "product": { "name": "Red Hat OpenShift Container Platform \u003c4.17.16", "product_id": "T041007" } }, { "category": "product_version", "name": "Container Platform 4.17.16", "product": { "name": "Red Hat OpenShift Container Platform 4.17.16", "product_id": "T041007-fixed", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:container_platform__4.17.16" } } } ], "category": "product_name", "name": "OpenShift" } ], "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", "product_status": { "known_affected": [ "T025152", "T033615", "67646", "T033616", "T033614", "T034583", "T036366", "T036127", "T004914", "T038741", "1139691", "T024663", "T025631", "T041007", "398363", "T034610", "T037906", "1522854", "T012167", "T032255", "T035785", "T039981", "74185", "T032495", "T045853", "T045852", "T014381", "T045854", "2951", "T002207", "T000126" ] }, "release_date": "2024-03-20T23:00:00.000+00:00", "title": "CVE-2023-6597" }, { "cve": "CVE-2024-0450", "product_status": { "known_affected": [ "T025152", "T033615", "67646", "T033616", "T033614", "T034583", "T036366", "T036127", "T004914", "T038741", "1139691", "T024663", "T025631", "T041007", "398363", "T034610", "T037906", "1522854", "T012167", "T032255", "T035785", "T039981", "74185", "T032495", "T045853", "T045852", "T014381", "T045854", "2951", "T002207", "T000126" ] }, "release_date": "2024-03-20T23:00:00.000+00:00", "title": "CVE-2024-0450" }, { "cve": "CVE-2023-52425", "product_status": { "known_affected": [ "T025152", "T033615", "67646", "T033616", "T033614", "T034583", "T036366", "T036127", "T004914", "T038741", "1139691", "T024663", "T025631", "T041007", "398363", "T034610", "T037906", "1522854", "T012167", "T032255", "T035785", "T039981", "74185", "T032495", "T045853", "T045852", "T014381", "T045854", "2951", "T002207", "T000126" ] }, "release_date": "2024-03-20T23:00:00.000+00:00", "title": "CVE-2023-52425" } ] }
wid-sec-w-2025-0225
Vulnerability from csaf_certbund
Published
2025-01-30 23:00
Modified
2025-08-04 22:00
Summary
Dell PowerProtect Data Domain: 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
Dell PowerProtect Data Domain Appliances sind speziell für Backup und Daten-Deduplizierung ausgelegte Systeme.
Angriff
Ein Angreifer kann mehrere Schwachstellen in Dell PowerProtect Data Domain ausnutzen, um erhöhte Rechte zu erlangen, einen Denial-of-Service-Zustand herbeizuführen und einen nicht näher spezifizierten Angriff durchzuführen.
Betroffene Betriebssysteme
- Sonstiges
{ "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": "Dell PowerProtect Data Domain Appliances sind speziell f\u00fcr Backup und Daten-Deduplizierung ausgelegte Systeme.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein Angreifer kann mehrere Schwachstellen in Dell PowerProtect Data Domain ausnutzen, um erh\u00f6hte Rechte zu erlangen, einen Denial-of-Service-Zustand herbeizuf\u00fchren und einen nicht n\u00e4her spezifizierten Angriff durchzuf\u00fchren.", "title": "Angriff" }, { "category": "general", "text": "- Sonstiges", "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-2025-0225 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-0225.json" }, { "category": "self", "summary": "WID-SEC-2025-0225 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-0225" }, { "category": "external", "summary": "Dell Security Advisory DSA-2025-022 vom 2025-01-30", "url": "https://www.dell.com/support/kbdoc/de-de/000279157/dsa-2025-022-security-update-for-dell-powerprotect-dd-multiple-vulnerabilities" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2025-2804 vom 2025-04-02", "url": "https://alas.aws.amazon.com/AL2/ALAS-2025-2804.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7429-2 vom 2025-04-09", "url": "https://ubuntu.com/security/notices/USN-7429-2" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7429-1 vom 2025-04-09", "url": "https://ubuntu.com/security/notices/USN-7429-1" }, { "category": "external", "summary": "Security Update for Dell PowerProtect Data Domain", "url": "https://www.dell.com/support/kbdoc/en-us/000348708/dsa-2025-159-security-update-for-dell-powerprotect-data-domain-multiple-vulnerabilities" } ], "source_lang": "en-US", "title": "Dell PowerProtect Data Domain: Mehrere Schwachstellen", "tracking": { "current_release_date": "2025-08-04T22:00:00.000+00:00", "generator": { "date": "2025-08-05T07:21:04.568+00:00", "engine": { "name": "BSI-WID", "version": "1.4.0" } }, "id": "WID-SEC-W-2025-0225", "initial_release_date": "2025-01-30T23:00:00.000+00:00", "revision_history": [ { "date": "2025-01-30T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2025-04-01T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2025-04-09T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2025-08-04T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von Dell aufgenommen" } ], "status": "final", "version": "4" } }, "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": [ { "branches": [ { "category": "product_version_range", "name": "\u003c8.3.0.0", "product": { "name": "Dell PowerProtect Data Domain \u003c8.3.0.0", "product_id": "T040718" } }, { "category": "product_version", "name": "8.3.0.0", "product": { "name": "Dell PowerProtect Data Domain 8.3.0.0", "product_id": "T040718-fixed", "product_identification_helper": { "cpe": "cpe:/a:dell:powerprotect_data_domain:8.3.0.0" } } }, { "category": "product_version_range", "name": "\u003c7.13.1.20", "product": { "name": "Dell PowerProtect Data Domain \u003c7.13.1.20", "product_id": "T040719" } }, { "category": "product_version", "name": "7.13.1.20", "product": { "name": "Dell PowerProtect Data Domain 7.13.1.20", "product_id": "T040719-fixed", "product_identification_helper": { "cpe": "cpe:/a:dell:powerprotect_data_domain:7.13.1.20" } } }, { "category": "product_version_range", "name": "\u003c7.10.1.50", "product": { "name": "Dell PowerProtect Data Domain \u003c7.10.1.50", "product_id": "T040721" } }, { "category": "product_version", "name": "7.10.1.50", "product": { "name": "Dell PowerProtect Data Domain 7.10.1.50", "product_id": "T040721-fixed", "product_identification_helper": { "cpe": "cpe:/a:dell:powerprotect_data_domain:7.10.1.50" } } }, { "category": "product_name", "name": "Dell PowerProtect Data Domain", "product": { "name": "Dell PowerProtect Data Domain", "product_id": "T045852", "product_identification_helper": { "cpe": "cpe:/a:dell:powerprotect_data_domain:-" } } } ], "category": "product_name", "name": "PowerProtect Data Domain" }, { "category": "product_name", "name": "Dell PowerProtect Data Domain Management Center", "product": { "name": "Dell PowerProtect Data Domain Management Center", "product_id": "T045853", "product_identification_helper": { "cpe": "cpe:/a:dell:powerprotect_data_domain_management_center:-" } } }, { "category": "product_name", "name": "Dell PowerProtect Data Domain OS", "product": { "name": "Dell PowerProtect Data Domain OS", "product_id": "T045854", "product_identification_helper": { "cpe": "cpe:/o:dell:powerprotect_data_domain_os:-" } } } ], "category": "vendor", "name": "Dell" }, { "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-2013-4235", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2013-4235" }, { "cve": "CVE-2015-8100", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2015-8100" }, { "cve": "CVE-2017-9271", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2017-9271" }, { "cve": "CVE-2018-6798", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2018-6798" }, { "cve": "CVE-2018-6913", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2018-6913" }, { "cve": "CVE-2019-20633", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2019-20633" }, { "cve": "CVE-2019-20892", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2019-20892" }, { "cve": "CVE-2020-12762", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2020-12762" }, { "cve": "CVE-2020-15861", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2020-15861" }, { "cve": "CVE-2020-15862", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2020-15862" }, { "cve": "CVE-2021-3521", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2021-3521" }, { "cve": "CVE-2021-37750", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2021-37750" }, { "cve": "CVE-2021-46933", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2021-46933" }, { "cve": "CVE-2021-46955", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2021-46955" }, { "cve": "CVE-2021-47074", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2021-47074" }, { "cve": "CVE-2021-47113", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2021-47113" }, { "cve": "CVE-2021-47131", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2021-47131" }, { "cve": "CVE-2021-47162", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2021-47162" }, { "cve": "CVE-2021-47171", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2021-47171" }, { "cve": "CVE-2021-47188", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2021-47188" }, { "cve": "CVE-2021-47206", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2021-47206" }, { "cve": "CVE-2021-47220", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2021-47220" }, { "cve": "CVE-2021-47229", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2021-47229" }, { "cve": "CVE-2021-47231", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2021-47231" }, { "cve": "CVE-2021-47235", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2021-47235" }, { "cve": "CVE-2022-2601", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2022-2601" }, { "cve": "CVE-2022-3775", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2022-3775" }, { "cve": "CVE-2022-44792", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2022-44792" }, { "cve": "CVE-2022-44793", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2022-44793" }, { "cve": "CVE-2022-48566", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2022-48566" }, { "cve": "CVE-2023-27043", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-27043" }, { "cve": "CVE-2023-28074", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-28074" }, { "cve": "CVE-2023-3164", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-3164" }, { "cve": "CVE-2023-36632", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-36632" }, { "cve": "CVE-2023-4421", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-4421" }, { "cve": "CVE-2023-44487", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-44487" }, { "cve": "CVE-2023-45288", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-45288" }, { "cve": "CVE-2023-45733", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-45733" }, { "cve": "CVE-2023-45745", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-45745" }, { "cve": "CVE-2023-45918", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-45918" }, { "cve": "CVE-2023-46103", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-46103" }, { "cve": "CVE-2023-4692", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-4692" }, { "cve": "CVE-2023-47233", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-47233" }, { "cve": "CVE-2023-47855", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-47855" }, { "cve": "CVE-2023-49083", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-49083" }, { "cve": "CVE-2023-50782", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-50782" }, { "cve": "CVE-2023-52425", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-52425" }, { "cve": "CVE-2023-52426", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-52426" }, { "cve": "CVE-2023-52428", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-52428" }, { "cve": "CVE-2023-52527", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-52527" }, { "cve": "CVE-2023-52586", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-52586" }, { "cve": "CVE-2023-52591", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-52591" }, { "cve": "CVE-2023-52646", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-52646" }, { "cve": "CVE-2023-52653", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-52653" }, { "cve": "CVE-2023-52655", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-52655" }, { "cve": "CVE-2023-52664", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-52664" }, { "cve": "CVE-2023-52685", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-52685" }, { "cve": "CVE-2023-52686", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-52686" }, { "cve": "CVE-2023-52691", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-52691" }, { "cve": "CVE-2023-52696", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-52696" }, { "cve": "CVE-2023-52698", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-52698" }, { "cve": "CVE-2023-52703", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-52703" }, { "cve": "CVE-2023-52730", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-52730" }, { "cve": "CVE-2023-52732", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-52732" }, { "cve": "CVE-2023-52741", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-52741" }, { "cve": "CVE-2023-52742", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-52742" }, { "cve": "CVE-2023-52747", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-52747" }, { "cve": "CVE-2023-52759", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-52759" }, { "cve": "CVE-2023-52774", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-52774" }, { "cve": "CVE-2023-52781", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-52781" }, { "cve": "CVE-2023-52796", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-52796" }, { "cve": "CVE-2023-52803", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-52803" }, { "cve": "CVE-2023-52821", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-52821" }, { "cve": "CVE-2023-52864", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-52864" }, { "cve": "CVE-2023-52865", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-52865" }, { "cve": "CVE-2023-52867", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-52867" }, { "cve": "CVE-2023-52875", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-52875" }, { "cve": "CVE-2023-52880", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-52880" }, { "cve": "CVE-2023-5388", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-5388" }, { "cve": "CVE-2023-5752", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-5752" }, { "cve": "CVE-2023-5992", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-5992" }, { "cve": "CVE-2023-6597", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2023-6597" }, { "cve": "CVE-2024-0397", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-0397" }, { "cve": "CVE-2024-0450", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-0450" }, { "cve": "CVE-2024-0639", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-0639" }, { "cve": "CVE-2024-0727", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-0727" }, { "cve": "CVE-2024-1737", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-1737" }, { "cve": "CVE-2024-1975", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-1975" }, { "cve": "CVE-2024-2004", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-2004" }, { "cve": "CVE-2024-20696", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-20696" }, { "cve": "CVE-2024-22195", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-22195" }, { "cve": "CVE-2024-2398", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-2398" }, { "cve": "CVE-2024-24577", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-24577" }, { "cve": "CVE-2024-24790", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-24790" }, { "cve": "CVE-2024-2511", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-2511" }, { "cve": "CVE-2024-25710", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-25710" }, { "cve": "CVE-2024-26130", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-26130" }, { "cve": "CVE-2024-26458", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-26458" }, { "cve": "CVE-2024-26461", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-26461" }, { "cve": "CVE-2024-26625", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-26625" }, { "cve": "CVE-2024-26739", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-26739" }, { "cve": "CVE-2024-26752", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-26752" }, { "cve": "CVE-2024-26775", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-26775" }, { "cve": "CVE-2024-26791", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-26791" }, { "cve": "CVE-2024-26828", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-26828" }, { "cve": "CVE-2024-26846", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-26846" }, { "cve": "CVE-2024-26874", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-26874" }, { "cve": "CVE-2024-26876", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-26876" }, { "cve": "CVE-2024-26900", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-26900" }, { "cve": "CVE-2024-26915", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-26915" }, { "cve": "CVE-2024-26920", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-26920" }, { "cve": "CVE-2024-26921", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-26921" }, { "cve": "CVE-2024-26929", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-26929" }, { "cve": "CVE-2024-26930", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-26930" }, { "cve": "CVE-2024-26931", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-26931" }, { "cve": "CVE-2024-26934", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-26934" }, { "cve": "CVE-2024-26957", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-26957" }, { "cve": "CVE-2024-26958", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-26958" }, { "cve": "CVE-2024-26984", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-26984" }, { "cve": "CVE-2024-26996", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-26996" }, { "cve": "CVE-2024-27008", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-27008" }, { "cve": "CVE-2024-27054", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-27054" }, { "cve": "CVE-2024-27059", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-27059" }, { "cve": "CVE-2024-27062", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-27062" }, { "cve": "CVE-2024-27388", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-27388" }, { "cve": "CVE-2024-27396", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-27396" }, { "cve": "CVE-2024-27398", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-27398" }, { "cve": "CVE-2024-27401", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-27401" }, { "cve": "CVE-2024-27419", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-27419" }, { "cve": "CVE-2024-27436", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-27436" }, { "cve": "CVE-2024-28085", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-28085" }, { "cve": "CVE-2024-28182", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-28182" }, { "cve": "CVE-2024-2961", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-2961" }, { "cve": "CVE-2024-32487", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-32487" }, { "cve": "CVE-2024-33599", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-33599" }, { "cve": "CVE-2024-33600", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-33600" }, { "cve": "CVE-2024-33601", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-33601" }, { "cve": "CVE-2024-33602", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-33602" }, { "cve": "CVE-2024-33871", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-33871" }, { "cve": "CVE-2024-34062", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-34062" }, { "cve": "CVE-2024-34064", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-34064" }, { "cve": "CVE-2024-34459", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-34459" }, { "cve": "CVE-2024-35195", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-35195" }, { "cve": "CVE-2024-35235", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-35235" }, { "cve": "CVE-2024-35789", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-35789" }, { "cve": "CVE-2024-35791", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-35791" }, { "cve": "CVE-2024-35809", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-35809" }, { "cve": "CVE-2024-35811", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-35811" }, { "cve": "CVE-2024-35830", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-35830" }, { "cve": "CVE-2024-35849", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-35849" }, { "cve": "CVE-2024-35877", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-35877" }, { "cve": "CVE-2024-35878", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-35878" }, { "cve": "CVE-2024-35887", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-35887" }, { "cve": "CVE-2024-35895", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-35895" }, { "cve": "CVE-2024-35914", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-35914" }, { "cve": "CVE-2024-35932", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-35932" }, { "cve": "CVE-2024-35935", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-35935" }, { "cve": "CVE-2024-35936", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-35936" }, { "cve": "CVE-2024-35944", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-35944" }, { "cve": "CVE-2024-35955", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-35955" }, { "cve": "CVE-2024-35969", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-35969" }, { "cve": "CVE-2024-35982", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-35982" }, { "cve": "CVE-2024-36015", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-36015" }, { "cve": "CVE-2024-36029", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-36029" }, { "cve": "CVE-2024-3651", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-3651" }, { "cve": "CVE-2024-36954", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-36954" }, { "cve": "CVE-2024-37370", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-37370" }, { "cve": "CVE-2024-37371", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-37371" }, { "cve": "CVE-2024-37891", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-37891" }, { "cve": "CVE-2024-38428", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-38428" }, { "cve": "CVE-2024-39689", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-39689" }, { "cve": "CVE-2024-4032", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-4032" }, { "cve": "CVE-2024-41110", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-41110" }, { "cve": "CVE-2024-4317", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-4317" }, { "cve": "CVE-2024-4741", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-4741" }, { "cve": "CVE-2024-5206", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-5206" }, { "cve": "CVE-2024-5535", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-5535" }, { "cve": "CVE-2024-6232", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-6232" }, { "cve": "CVE-2024-6345", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-6345" }, { "cve": "CVE-2024-6655", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-6655" }, { "cve": "CVE-2024-7264", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-7264" }, { "cve": "CVE-2024-7592", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-7592" }, { "cve": "CVE-2024-53295", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-53295" }, { "cve": "CVE-2024-51534", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-51534" }, { "cve": "CVE-2024-53296", "product_status": { "known_affected": [ "T045853", "T040719", "T045852", "T040718", "T045854", "T000126", "T040721", "398363" ] }, "release_date": "2025-01-30T23:00:00.000+00:00", "title": "CVE-2024-53296" } ] }
wid-sec-w-2024-3195
Vulnerability from csaf_certbund
Published
2024-10-15 22:00
Modified
2024-10-15 22:00
Summary
Oracle Communications: 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
Oracle Communications umfasst branchenspezifische Lösungen für die Telekommunikationsbranche.
Angriff
Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Communications ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.
Betroffene Betriebssysteme
- Sonstiges
{ "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": "Oracle Communications umfasst branchenspezifische L\u00f6sungen f\u00fcr die Telekommunikationsbranche.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Communications ausnutzen, um die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit zu gef\u00e4hrden.", "title": "Angriff" }, { "category": "general", "text": "- Sonstiges", "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-3195 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-3195.json" }, { "category": "self", "summary": "WID-SEC-2024-3195 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-3195" }, { "category": "external", "summary": "Oracle Critical Patch Update Advisory - October 2024 - Appendix Oracle Communications vom 2024-10-15", "url": "https://www.oracle.com/security-alerts/cpuoct2024.html#AppendixCGBU" } ], "source_lang": "en-US", "title": "Oracle Communications: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-10-15T22:00:00.000+00:00", "generator": { "date": "2024-10-16T10:12:35.400+00:00", "engine": { "name": "BSI-WID", "version": "1.3.8" } }, "id": "WID-SEC-W-2024-3195", "initial_release_date": "2024-10-15T22:00:00.000+00:00", "revision_history": [ { "date": "2024-10-15T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "9.1.1.3.0", "product": { "name": "Oracle Communications 9.1.1.3.0", "product_id": "T027333", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:9.1.1.3.0" } } }, { "category": "product_version", "name": "12.6.1.0.0", "product": { "name": "Oracle Communications 12.6.1.0.0", "product_id": "T027338", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:12.6.1.0.0" } } }, { "category": "product_version", "name": "5.1", "product": { "name": "Oracle Communications 5.1", "product_id": "T028684", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:5.1" } } }, { "category": "product_version", "name": "15.0.0.0.0", "product": { "name": "Oracle Communications 15.0.0.0.0", "product_id": "T032090", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:15.0.0.0.0" } } }, { "category": "product_version", "name": "23.4.0", "product": { "name": "Oracle Communications 23.4.0", "product_id": "T032091", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.4.0" } } }, { "category": "product_version", "name": "23.4.2", "product": { "name": "Oracle Communications 23.4.2", "product_id": "T034144", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.4.2" } } }, { "category": "product_version", "name": "24.1.0", "product": { "name": "Oracle Communications 24.1.0", "product_id": "T034145", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:24.1.0" } } }, { "category": "product_version", "name": "5.2", "product": { "name": "Oracle Communications 5.2", "product_id": "T034146", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:5.2" } } }, { "category": "product_version", "name": "24.1.0.0.0", "product": { "name": "Oracle Communications 24.1.0.0.0", "product_id": "T034147", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:24.1.0.0.0" } } }, { "category": "product_version", "name": "23.4.3", "product": { "name": "Oracle Communications 23.4.3", "product_id": "T036195", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.4.3" } } }, { "category": "product_version", "name": "23.4.4", "product": { "name": "Oracle Communications 23.4.4", "product_id": "T036196", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.4.4" } } }, { "category": "product_version_range", "name": "\u003c=24.2.0", "product": { "name": "Oracle Communications \u003c=24.2.0", "product_id": "T036197" } }, { "category": "product_version_range", "name": "\u003c=24.2.0", "product": { "name": "Oracle Communications \u003c=24.2.0", "product_id": "T036197-fixed" } }, { "category": "product_version", "name": "4.1.0", "product": { "name": "Oracle Communications 4.1.0", "product_id": "T036205", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:4.1.0" } } }, { "category": "product_version", "name": "4.2.0", "product": { "name": "Oracle Communications 4.2.0", "product_id": "T036206", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:4.2.0" } } }, { "category": "product_version", "name": "9.2.0", "product": { "name": "Oracle Communications 9.2.0", "product_id": "T036207", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:9.2.0" } } }, { "category": "product_version", "name": "9.3.0", "product": { "name": "Oracle Communications 9.3.0", "product_id": "T036208", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:9.3.0" } } }, { "category": "product_version", "name": "12.11.0", "product": { "name": "Oracle Communications 12.11.0", "product_id": "T036209", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:12.11.0" } } }, { "category": "product_version", "name": "9.0.1.10.0", "product": { "name": "Oracle Communications 9.0.1.10.0", "product_id": "T038373", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:9.0.1.10.0" } } }, { "category": "product_version_range", "name": "\u003c=23.4.5", "product": { "name": "Oracle Communications \u003c=23.4.5", "product_id": "T038375" } }, { "category": "product_version_range", "name": "\u003c=23.4.5", "product": { "name": "Oracle Communications \u003c=23.4.5", "product_id": "T038375-fixed" } }, { "category": "product_version", "name": "24.2.1", "product": { "name": "Oracle Communications 24.2.1", "product_id": "T038376", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:24.2.1" } } }, { "category": "product_version_range", "name": "\u003c=23.4.6", "product": { "name": "Oracle Communications \u003c=23.4.6", "product_id": "T038377" } }, { "category": "product_version_range", "name": "\u003c=23.4.6", "product": { "name": "Oracle Communications \u003c=23.4.6", "product_id": "T038377-fixed" } }, { "category": "product_version", "name": "24.1.1", "product": { "name": "Oracle Communications 24.1.1", "product_id": "T038378", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:24.1.1" } } }, { "category": "product_version", "name": "24.2.2", "product": { "name": "Oracle Communications 24.2.2", "product_id": "T038379", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:24.2.2" } } }, { "category": "product_version", "name": "9.1.5", "product": { "name": "Oracle Communications 9.1.5", "product_id": "T038380", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:9.1.5" } } }, { "category": "product_version", "name": "9.1.0", "product": { "name": "Oracle Communications 9.1.0", "product_id": "T038381", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:9.1.0" } } }, { "category": "product_version", "name": "14", "product": { "name": "Oracle Communications 14.0", "product_id": "T038382", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:14.0" } } }, { "category": "product_version", "name": "9.1.1.9.0", "product": { "name": "Oracle Communications 9.1.1.9.0", "product_id": "T038383", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:9.1.1.9.0" } } }, { "category": "product_version", "name": "14.0.0.1", "product": { "name": "Oracle Communications 14.0.0.1", "product_id": "T038384", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:14.0.0.1" } } }, { "category": "product_version", "name": "17.0.1", "product": { "name": "Oracle Communications 17.0.1", "product_id": "T038385", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:17.0.1" } } }, { "category": "product_version_range", "name": "\u003c10.4.0.4", "product": { "name": "Oracle Communications \u003c10.4.0.4", "product_id": "T038386" } }, { "category": "product_version", "name": "10.4.0.4", "product": { "name": "Oracle Communications 10.4.0.4", "product_id": "T038386-fixed", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:10.4.0.4" } } }, { "category": "product_version_range", "name": "\u003c=9.1.1.8.0", "product": { "name": "Oracle Communications \u003c=9.1.1.8.0", "product_id": "T038426" } }, { "category": "product_version_range", "name": "\u003c=9.1.1.8.0", "product": { "name": "Oracle Communications \u003c=9.1.1.8.0", "product_id": "T038426-fixed" } } ], "category": "product_name", "name": "Communications" } ], "category": "vendor", "name": "Oracle" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-2068", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2022-2068" }, { "cve": "CVE-2022-23437", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2022-23437" }, { "cve": "CVE-2022-2601", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2022-2601" }, { "cve": "CVE-2022-36760", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2022-36760" }, { "cve": "CVE-2023-2953", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2023-2953" }, { "cve": "CVE-2023-3635", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2023-3635" }, { "cve": "CVE-2023-38408", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2023-38408" }, { "cve": "CVE-2023-4043", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2023-4043" }, { "cve": "CVE-2023-46136", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2023-46136" }, { "cve": "CVE-2023-48795", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2023-48795" }, { "cve": "CVE-2023-51775", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2023-51775" }, { "cve": "CVE-2023-5685", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2023-5685" }, { "cve": "CVE-2023-6597", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2023-6597" }, { "cve": "CVE-2023-6816", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2023-6816" }, { "cve": "CVE-2024-0450", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2024-0450" }, { "cve": "CVE-2024-22020", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2024-22020" }, { "cve": "CVE-2024-22257", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2024-22257" }, { "cve": "CVE-2024-22262", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2024-22262" }, { "cve": "CVE-2024-23672", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2024-23672" }, { "cve": "CVE-2024-2398", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2024-2398" }, { "cve": "CVE-2024-25062", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2024-25062" }, { "cve": "CVE-2024-25638", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2024-25638" }, { "cve": "CVE-2024-26308", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2024-26308" }, { "cve": "CVE-2024-28182", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2024-28182" }, { "cve": "CVE-2024-28849", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2024-28849" }, { "cve": "CVE-2024-29025", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2024-29025" }, { "cve": "CVE-2024-29736", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2024-29736" }, { "cve": "CVE-2024-29857", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2024-29857" }, { "cve": "CVE-2024-30251", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2024-30251" }, { "cve": "CVE-2024-31080", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2024-31080" }, { "cve": "CVE-2024-31744", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2024-31744" }, { "cve": "CVE-2024-32760", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2024-32760" }, { "cve": "CVE-2024-33602", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2024-33602" }, { "cve": "CVE-2024-34750", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2024-34750" }, { "cve": "CVE-2024-37371", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2024-37371" }, { "cve": "CVE-2024-37891", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2024-37891" }, { "cve": "CVE-2024-38816", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2024-38816" }, { "cve": "CVE-2024-40898", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2024-40898" }, { "cve": "CVE-2024-43044", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2024-43044" }, { "cve": "CVE-2024-45492", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2024-45492" }, { "cve": "CVE-2024-4577", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2024-4577" }, { "cve": "CVE-2024-4603", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2024-4603" }, { "cve": "CVE-2024-5971", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2024-5971" }, { "cve": "CVE-2024-6162", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2024-6162" }, { "cve": "CVE-2024-6387", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2024-6387" }, { "cve": "CVE-2024-7254", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T036209", "T036205", "T036206", "T036207", "T036208", "T034147", "T038386", "T034146", "T034145", "T034144", "T038382", "T038383", "T038384", "T038385", "T038380", "T038381", "T027338", "T027333", "T028684", "T038379", "T038376", "T038378", "T036195", "T038373", "T036196", "T032090", "T032091" ], "last_affected": [ "T038426", "T036197", "T038375", "T038377" ] }, "release_date": "2024-10-15T22:00:00.000+00:00", "title": "CVE-2024-7254" } ] }
opensuse-su-2024:13741-1
Vulnerability from csaf_opensuse
Published
2024-06-15 00:00
Modified
2024-06-15 00:00
Summary
python39-3.9.18-5.1 on GA media
Notes
Title of the patch
python39-3.9.18-5.1 on GA media
Description of the patch
These are all security issues fixed in the python39-3.9.18-5.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-13741
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "python39-3.9.18-5.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the python39-3.9.18-5.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-13741", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_13741-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2023-6597 page", "url": "https://www.suse.com/security/cve/CVE-2023-6597/" } ], "title": "python39-3.9.18-5.1 on GA media", "tracking": { "current_release_date": "2024-06-15T00:00:00Z", "generator": { "date": "2024-06-15T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:13741-1", "initial_release_date": "2024-06-15T00:00:00Z", "revision_history": [ { "date": "2024-06-15T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "python39-3.9.18-5.1.aarch64", "product": { "name": "python39-3.9.18-5.1.aarch64", "product_id": "python39-3.9.18-5.1.aarch64" } }, { "category": "product_version", "name": "python39-32bit-3.9.18-5.1.aarch64", "product": { "name": "python39-32bit-3.9.18-5.1.aarch64", "product_id": "python39-32bit-3.9.18-5.1.aarch64" } }, { "category": "product_version", "name": "python39-curses-3.9.18-5.1.aarch64", "product": { "name": "python39-curses-3.9.18-5.1.aarch64", "product_id": "python39-curses-3.9.18-5.1.aarch64" } }, { "category": "product_version", "name": "python39-dbm-3.9.18-5.1.aarch64", "product": { "name": "python39-dbm-3.9.18-5.1.aarch64", "product_id": "python39-dbm-3.9.18-5.1.aarch64" } }, { "category": "product_version", "name": "python39-idle-3.9.18-5.1.aarch64", "product": { "name": "python39-idle-3.9.18-5.1.aarch64", "product_id": "python39-idle-3.9.18-5.1.aarch64" } }, { "category": "product_version", "name": "python39-tk-3.9.18-5.1.aarch64", "product": { "name": "python39-tk-3.9.18-5.1.aarch64", "product_id": "python39-tk-3.9.18-5.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python39-3.9.18-5.1.ppc64le", "product": { "name": "python39-3.9.18-5.1.ppc64le", "product_id": "python39-3.9.18-5.1.ppc64le" } }, { "category": "product_version", "name": "python39-32bit-3.9.18-5.1.ppc64le", "product": { "name": "python39-32bit-3.9.18-5.1.ppc64le", "product_id": "python39-32bit-3.9.18-5.1.ppc64le" } }, { "category": "product_version", "name": "python39-curses-3.9.18-5.1.ppc64le", "product": { "name": "python39-curses-3.9.18-5.1.ppc64le", "product_id": "python39-curses-3.9.18-5.1.ppc64le" } }, { "category": "product_version", "name": "python39-dbm-3.9.18-5.1.ppc64le", "product": { "name": "python39-dbm-3.9.18-5.1.ppc64le", "product_id": "python39-dbm-3.9.18-5.1.ppc64le" } }, { "category": "product_version", "name": "python39-idle-3.9.18-5.1.ppc64le", "product": { "name": "python39-idle-3.9.18-5.1.ppc64le", "product_id": "python39-idle-3.9.18-5.1.ppc64le" } }, { "category": "product_version", "name": "python39-tk-3.9.18-5.1.ppc64le", "product": { "name": "python39-tk-3.9.18-5.1.ppc64le", "product_id": "python39-tk-3.9.18-5.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python39-3.9.18-5.1.s390x", "product": { "name": "python39-3.9.18-5.1.s390x", "product_id": "python39-3.9.18-5.1.s390x" } }, { "category": "product_version", "name": "python39-32bit-3.9.18-5.1.s390x", "product": { "name": "python39-32bit-3.9.18-5.1.s390x", "product_id": "python39-32bit-3.9.18-5.1.s390x" } }, { "category": "product_version", "name": "python39-curses-3.9.18-5.1.s390x", "product": { "name": "python39-curses-3.9.18-5.1.s390x", "product_id": "python39-curses-3.9.18-5.1.s390x" } }, { "category": "product_version", "name": "python39-dbm-3.9.18-5.1.s390x", "product": { "name": "python39-dbm-3.9.18-5.1.s390x", "product_id": "python39-dbm-3.9.18-5.1.s390x" } }, { "category": "product_version", "name": "python39-idle-3.9.18-5.1.s390x", "product": { "name": "python39-idle-3.9.18-5.1.s390x", "product_id": "python39-idle-3.9.18-5.1.s390x" } }, { "category": "product_version", "name": "python39-tk-3.9.18-5.1.s390x", "product": { "name": "python39-tk-3.9.18-5.1.s390x", "product_id": "python39-tk-3.9.18-5.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python39-3.9.18-5.1.x86_64", "product": { "name": "python39-3.9.18-5.1.x86_64", "product_id": "python39-3.9.18-5.1.x86_64" } }, { "category": "product_version", "name": "python39-32bit-3.9.18-5.1.x86_64", "product": { "name": "python39-32bit-3.9.18-5.1.x86_64", "product_id": "python39-32bit-3.9.18-5.1.x86_64" } }, { "category": "product_version", "name": "python39-curses-3.9.18-5.1.x86_64", "product": { "name": "python39-curses-3.9.18-5.1.x86_64", "product_id": "python39-curses-3.9.18-5.1.x86_64" } }, { "category": "product_version", "name": "python39-dbm-3.9.18-5.1.x86_64", "product": { "name": "python39-dbm-3.9.18-5.1.x86_64", "product_id": "python39-dbm-3.9.18-5.1.x86_64" } }, { "category": "product_version", "name": "python39-idle-3.9.18-5.1.x86_64", "product": { "name": "python39-idle-3.9.18-5.1.x86_64", "product_id": "python39-idle-3.9.18-5.1.x86_64" } }, { "category": "product_version", "name": "python39-tk-3.9.18-5.1.x86_64", "product": { "name": "python39-tk-3.9.18-5.1.x86_64", "product_id": "python39-tk-3.9.18-5.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python39-3.9.18-5.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-3.9.18-5.1.aarch64" }, "product_reference": "python39-3.9.18-5.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-3.9.18-5.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-3.9.18-5.1.ppc64le" }, "product_reference": "python39-3.9.18-5.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-3.9.18-5.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-3.9.18-5.1.s390x" }, "product_reference": "python39-3.9.18-5.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-3.9.18-5.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-3.9.18-5.1.x86_64" }, "product_reference": "python39-3.9.18-5.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-32bit-3.9.18-5.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-32bit-3.9.18-5.1.aarch64" }, "product_reference": "python39-32bit-3.9.18-5.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-32bit-3.9.18-5.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-32bit-3.9.18-5.1.ppc64le" }, "product_reference": "python39-32bit-3.9.18-5.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-32bit-3.9.18-5.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-32bit-3.9.18-5.1.s390x" }, "product_reference": "python39-32bit-3.9.18-5.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-32bit-3.9.18-5.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-32bit-3.9.18-5.1.x86_64" }, "product_reference": "python39-32bit-3.9.18-5.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-curses-3.9.18-5.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-curses-3.9.18-5.1.aarch64" }, "product_reference": "python39-curses-3.9.18-5.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-curses-3.9.18-5.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-curses-3.9.18-5.1.ppc64le" }, "product_reference": "python39-curses-3.9.18-5.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-curses-3.9.18-5.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-curses-3.9.18-5.1.s390x" }, "product_reference": "python39-curses-3.9.18-5.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-curses-3.9.18-5.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-curses-3.9.18-5.1.x86_64" }, "product_reference": "python39-curses-3.9.18-5.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-dbm-3.9.18-5.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-dbm-3.9.18-5.1.aarch64" }, "product_reference": "python39-dbm-3.9.18-5.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-dbm-3.9.18-5.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-dbm-3.9.18-5.1.ppc64le" }, "product_reference": "python39-dbm-3.9.18-5.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-dbm-3.9.18-5.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-dbm-3.9.18-5.1.s390x" }, "product_reference": "python39-dbm-3.9.18-5.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-dbm-3.9.18-5.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-dbm-3.9.18-5.1.x86_64" }, "product_reference": "python39-dbm-3.9.18-5.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-3.9.18-5.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-idle-3.9.18-5.1.aarch64" }, "product_reference": "python39-idle-3.9.18-5.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-3.9.18-5.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-idle-3.9.18-5.1.ppc64le" }, "product_reference": "python39-idle-3.9.18-5.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-3.9.18-5.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-idle-3.9.18-5.1.s390x" }, "product_reference": "python39-idle-3.9.18-5.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-3.9.18-5.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-idle-3.9.18-5.1.x86_64" }, "product_reference": "python39-idle-3.9.18-5.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tk-3.9.18-5.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-tk-3.9.18-5.1.aarch64" }, "product_reference": "python39-tk-3.9.18-5.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tk-3.9.18-5.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-tk-3.9.18-5.1.ppc64le" }, "product_reference": "python39-tk-3.9.18-5.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tk-3.9.18-5.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-tk-3.9.18-5.1.s390x" }, "product_reference": "python39-tk-3.9.18-5.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tk-3.9.18-5.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-tk-3.9.18-5.1.x86_64" }, "product_reference": "python39-tk-3.9.18-5.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-6597", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-6597" } ], "notes": [ { "category": "general", "text": "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", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python39-3.9.18-5.1.aarch64", "openSUSE Tumbleweed:python39-3.9.18-5.1.ppc64le", "openSUSE Tumbleweed:python39-3.9.18-5.1.s390x", "openSUSE Tumbleweed:python39-3.9.18-5.1.x86_64", "openSUSE Tumbleweed:python39-32bit-3.9.18-5.1.aarch64", "openSUSE Tumbleweed:python39-32bit-3.9.18-5.1.ppc64le", "openSUSE Tumbleweed:python39-32bit-3.9.18-5.1.s390x", "openSUSE Tumbleweed:python39-32bit-3.9.18-5.1.x86_64", "openSUSE Tumbleweed:python39-curses-3.9.18-5.1.aarch64", "openSUSE Tumbleweed:python39-curses-3.9.18-5.1.ppc64le", "openSUSE Tumbleweed:python39-curses-3.9.18-5.1.s390x", "openSUSE Tumbleweed:python39-curses-3.9.18-5.1.x86_64", "openSUSE Tumbleweed:python39-dbm-3.9.18-5.1.aarch64", "openSUSE Tumbleweed:python39-dbm-3.9.18-5.1.ppc64le", "openSUSE Tumbleweed:python39-dbm-3.9.18-5.1.s390x", "openSUSE Tumbleweed:python39-dbm-3.9.18-5.1.x86_64", "openSUSE Tumbleweed:python39-idle-3.9.18-5.1.aarch64", "openSUSE Tumbleweed:python39-idle-3.9.18-5.1.ppc64le", "openSUSE Tumbleweed:python39-idle-3.9.18-5.1.s390x", "openSUSE Tumbleweed:python39-idle-3.9.18-5.1.x86_64", "openSUSE Tumbleweed:python39-tk-3.9.18-5.1.aarch64", "openSUSE Tumbleweed:python39-tk-3.9.18-5.1.ppc64le", "openSUSE Tumbleweed:python39-tk-3.9.18-5.1.s390x", "openSUSE Tumbleweed:python39-tk-3.9.18-5.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-6597", "url": "https://www.suse.com/security/cve/CVE-2023-6597" }, { "category": "external", "summary": "SUSE Bug 1219666 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1219666" }, { "category": "external", "summary": "SUSE Bug 1221854 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1221854" }, { "category": "external", "summary": "SUSE Bug 1224879 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1224879" }, { "category": "external", "summary": "SUSE Bug 1225185 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1225185" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:python39-3.9.18-5.1.aarch64", "openSUSE Tumbleweed:python39-3.9.18-5.1.ppc64le", "openSUSE Tumbleweed:python39-3.9.18-5.1.s390x", "openSUSE Tumbleweed:python39-3.9.18-5.1.x86_64", "openSUSE Tumbleweed:python39-32bit-3.9.18-5.1.aarch64", "openSUSE Tumbleweed:python39-32bit-3.9.18-5.1.ppc64le", "openSUSE Tumbleweed:python39-32bit-3.9.18-5.1.s390x", "openSUSE Tumbleweed:python39-32bit-3.9.18-5.1.x86_64", "openSUSE Tumbleweed:python39-curses-3.9.18-5.1.aarch64", "openSUSE Tumbleweed:python39-curses-3.9.18-5.1.ppc64le", "openSUSE Tumbleweed:python39-curses-3.9.18-5.1.s390x", "openSUSE Tumbleweed:python39-curses-3.9.18-5.1.x86_64", "openSUSE Tumbleweed:python39-dbm-3.9.18-5.1.aarch64", "openSUSE Tumbleweed:python39-dbm-3.9.18-5.1.ppc64le", "openSUSE Tumbleweed:python39-dbm-3.9.18-5.1.s390x", "openSUSE Tumbleweed:python39-dbm-3.9.18-5.1.x86_64", "openSUSE Tumbleweed:python39-idle-3.9.18-5.1.aarch64", "openSUSE Tumbleweed:python39-idle-3.9.18-5.1.ppc64le", "openSUSE Tumbleweed:python39-idle-3.9.18-5.1.s390x", "openSUSE Tumbleweed:python39-idle-3.9.18-5.1.x86_64", "openSUSE Tumbleweed:python39-tk-3.9.18-5.1.aarch64", "openSUSE Tumbleweed:python39-tk-3.9.18-5.1.ppc64le", "openSUSE Tumbleweed:python39-tk-3.9.18-5.1.s390x", "openSUSE Tumbleweed:python39-tk-3.9.18-5.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python39-3.9.18-5.1.aarch64", "openSUSE Tumbleweed:python39-3.9.18-5.1.ppc64le", "openSUSE Tumbleweed:python39-3.9.18-5.1.s390x", "openSUSE Tumbleweed:python39-3.9.18-5.1.x86_64", "openSUSE Tumbleweed:python39-32bit-3.9.18-5.1.aarch64", "openSUSE Tumbleweed:python39-32bit-3.9.18-5.1.ppc64le", "openSUSE Tumbleweed:python39-32bit-3.9.18-5.1.s390x", "openSUSE Tumbleweed:python39-32bit-3.9.18-5.1.x86_64", "openSUSE Tumbleweed:python39-curses-3.9.18-5.1.aarch64", "openSUSE Tumbleweed:python39-curses-3.9.18-5.1.ppc64le", "openSUSE Tumbleweed:python39-curses-3.9.18-5.1.s390x", "openSUSE Tumbleweed:python39-curses-3.9.18-5.1.x86_64", "openSUSE Tumbleweed:python39-dbm-3.9.18-5.1.aarch64", "openSUSE Tumbleweed:python39-dbm-3.9.18-5.1.ppc64le", "openSUSE Tumbleweed:python39-dbm-3.9.18-5.1.s390x", "openSUSE Tumbleweed:python39-dbm-3.9.18-5.1.x86_64", "openSUSE Tumbleweed:python39-idle-3.9.18-5.1.aarch64", "openSUSE Tumbleweed:python39-idle-3.9.18-5.1.ppc64le", "openSUSE Tumbleweed:python39-idle-3.9.18-5.1.s390x", "openSUSE Tumbleweed:python39-idle-3.9.18-5.1.x86_64", "openSUSE Tumbleweed:python39-tk-3.9.18-5.1.aarch64", "openSUSE Tumbleweed:python39-tk-3.9.18-5.1.ppc64le", "openSUSE Tumbleweed:python39-tk-3.9.18-5.1.s390x", "openSUSE Tumbleweed:python39-tk-3.9.18-5.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2023-6597" } ] }
opensuse-su-2024:13744-1
Vulnerability from csaf_opensuse
Published
2024-06-15 00:00
Modified
2024-06-15 00:00
Summary
python312-3.12.2-4.1 on GA media
Notes
Title of the patch
python312-3.12.2-4.1 on GA media
Description of the patch
These are all security issues fixed in the python312-3.12.2-4.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-13744
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "python312-3.12.2-4.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the python312-3.12.2-4.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-13744", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_13744-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2023-6597 page", "url": "https://www.suse.com/security/cve/CVE-2023-6597/" } ], "title": "python312-3.12.2-4.1 on GA media", "tracking": { "current_release_date": "2024-06-15T00:00:00Z", "generator": { "date": "2024-06-15T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:13744-1", "initial_release_date": "2024-06-15T00:00:00Z", "revision_history": [ { "date": "2024-06-15T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "python312-3.12.2-4.1.aarch64", "product": { "name": "python312-3.12.2-4.1.aarch64", "product_id": "python312-3.12.2-4.1.aarch64" } }, { "category": "product_version", "name": "python312-32bit-3.12.2-4.1.aarch64", "product": { "name": "python312-32bit-3.12.2-4.1.aarch64", "product_id": "python312-32bit-3.12.2-4.1.aarch64" } }, { "category": "product_version", "name": "python312-curses-3.12.2-4.1.aarch64", "product": { "name": "python312-curses-3.12.2-4.1.aarch64", "product_id": "python312-curses-3.12.2-4.1.aarch64" } }, { "category": "product_version", "name": "python312-dbm-3.12.2-4.1.aarch64", "product": { "name": "python312-dbm-3.12.2-4.1.aarch64", "product_id": "python312-dbm-3.12.2-4.1.aarch64" } }, { "category": "product_version", "name": "python312-idle-3.12.2-4.1.aarch64", "product": { "name": "python312-idle-3.12.2-4.1.aarch64", "product_id": "python312-idle-3.12.2-4.1.aarch64" } }, { "category": "product_version", "name": "python312-tk-3.12.2-4.1.aarch64", "product": { "name": "python312-tk-3.12.2-4.1.aarch64", "product_id": "python312-tk-3.12.2-4.1.aarch64" } }, { "category": "product_version", "name": "python312-x86-64-v3-3.12.2-4.1.aarch64", "product": { "name": "python312-x86-64-v3-3.12.2-4.1.aarch64", "product_id": "python312-x86-64-v3-3.12.2-4.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python312-3.12.2-4.1.ppc64le", "product": { "name": "python312-3.12.2-4.1.ppc64le", "product_id": "python312-3.12.2-4.1.ppc64le" } }, { "category": "product_version", "name": "python312-32bit-3.12.2-4.1.ppc64le", "product": { "name": "python312-32bit-3.12.2-4.1.ppc64le", "product_id": "python312-32bit-3.12.2-4.1.ppc64le" } }, { "category": "product_version", "name": "python312-curses-3.12.2-4.1.ppc64le", "product": { "name": "python312-curses-3.12.2-4.1.ppc64le", "product_id": "python312-curses-3.12.2-4.1.ppc64le" } }, { "category": "product_version", "name": "python312-dbm-3.12.2-4.1.ppc64le", "product": { "name": "python312-dbm-3.12.2-4.1.ppc64le", "product_id": "python312-dbm-3.12.2-4.1.ppc64le" } }, { "category": "product_version", "name": "python312-idle-3.12.2-4.1.ppc64le", "product": { "name": "python312-idle-3.12.2-4.1.ppc64le", "product_id": "python312-idle-3.12.2-4.1.ppc64le" } }, { "category": "product_version", "name": "python312-tk-3.12.2-4.1.ppc64le", "product": { "name": "python312-tk-3.12.2-4.1.ppc64le", "product_id": "python312-tk-3.12.2-4.1.ppc64le" } }, { "category": "product_version", "name": "python312-x86-64-v3-3.12.2-4.1.ppc64le", "product": { "name": "python312-x86-64-v3-3.12.2-4.1.ppc64le", "product_id": "python312-x86-64-v3-3.12.2-4.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python312-3.12.2-4.1.s390x", "product": { "name": "python312-3.12.2-4.1.s390x", "product_id": "python312-3.12.2-4.1.s390x" } }, { "category": "product_version", "name": "python312-32bit-3.12.2-4.1.s390x", "product": { "name": "python312-32bit-3.12.2-4.1.s390x", "product_id": "python312-32bit-3.12.2-4.1.s390x" } }, { "category": "product_version", "name": "python312-curses-3.12.2-4.1.s390x", "product": { "name": "python312-curses-3.12.2-4.1.s390x", "product_id": "python312-curses-3.12.2-4.1.s390x" } }, { "category": "product_version", "name": "python312-dbm-3.12.2-4.1.s390x", "product": { "name": "python312-dbm-3.12.2-4.1.s390x", "product_id": "python312-dbm-3.12.2-4.1.s390x" } }, { "category": "product_version", "name": "python312-idle-3.12.2-4.1.s390x", "product": { "name": "python312-idle-3.12.2-4.1.s390x", "product_id": "python312-idle-3.12.2-4.1.s390x" } }, { "category": "product_version", "name": "python312-tk-3.12.2-4.1.s390x", "product": { "name": "python312-tk-3.12.2-4.1.s390x", "product_id": "python312-tk-3.12.2-4.1.s390x" } }, { "category": "product_version", "name": "python312-x86-64-v3-3.12.2-4.1.s390x", "product": { "name": "python312-x86-64-v3-3.12.2-4.1.s390x", "product_id": "python312-x86-64-v3-3.12.2-4.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python312-3.12.2-4.1.x86_64", "product": { "name": "python312-3.12.2-4.1.x86_64", "product_id": "python312-3.12.2-4.1.x86_64" } }, { "category": "product_version", "name": "python312-32bit-3.12.2-4.1.x86_64", "product": { "name": "python312-32bit-3.12.2-4.1.x86_64", "product_id": "python312-32bit-3.12.2-4.1.x86_64" } }, { "category": "product_version", "name": "python312-curses-3.12.2-4.1.x86_64", "product": { "name": "python312-curses-3.12.2-4.1.x86_64", "product_id": "python312-curses-3.12.2-4.1.x86_64" } }, { "category": "product_version", "name": "python312-dbm-3.12.2-4.1.x86_64", "product": { "name": "python312-dbm-3.12.2-4.1.x86_64", "product_id": "python312-dbm-3.12.2-4.1.x86_64" } }, { "category": "product_version", "name": "python312-idle-3.12.2-4.1.x86_64", "product": { "name": "python312-idle-3.12.2-4.1.x86_64", "product_id": "python312-idle-3.12.2-4.1.x86_64" } }, { "category": "product_version", "name": "python312-tk-3.12.2-4.1.x86_64", "product": { "name": "python312-tk-3.12.2-4.1.x86_64", "product_id": "python312-tk-3.12.2-4.1.x86_64" } }, { "category": "product_version", "name": "python312-x86-64-v3-3.12.2-4.1.x86_64", "product": { "name": "python312-x86-64-v3-3.12.2-4.1.x86_64", "product_id": "python312-x86-64-v3-3.12.2-4.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python312-3.12.2-4.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-3.12.2-4.1.aarch64" }, "product_reference": "python312-3.12.2-4.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-3.12.2-4.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-3.12.2-4.1.ppc64le" }, "product_reference": "python312-3.12.2-4.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-3.12.2-4.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-3.12.2-4.1.s390x" }, "product_reference": "python312-3.12.2-4.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-3.12.2-4.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-3.12.2-4.1.x86_64" }, "product_reference": "python312-3.12.2-4.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-32bit-3.12.2-4.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-32bit-3.12.2-4.1.aarch64" }, "product_reference": "python312-32bit-3.12.2-4.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-32bit-3.12.2-4.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-32bit-3.12.2-4.1.ppc64le" }, "product_reference": "python312-32bit-3.12.2-4.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-32bit-3.12.2-4.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-32bit-3.12.2-4.1.s390x" }, "product_reference": "python312-32bit-3.12.2-4.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-32bit-3.12.2-4.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-32bit-3.12.2-4.1.x86_64" }, "product_reference": "python312-32bit-3.12.2-4.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-curses-3.12.2-4.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-curses-3.12.2-4.1.aarch64" }, "product_reference": "python312-curses-3.12.2-4.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-curses-3.12.2-4.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-curses-3.12.2-4.1.ppc64le" }, "product_reference": "python312-curses-3.12.2-4.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-curses-3.12.2-4.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-curses-3.12.2-4.1.s390x" }, "product_reference": "python312-curses-3.12.2-4.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-curses-3.12.2-4.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-curses-3.12.2-4.1.x86_64" }, "product_reference": "python312-curses-3.12.2-4.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-dbm-3.12.2-4.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-dbm-3.12.2-4.1.aarch64" }, "product_reference": "python312-dbm-3.12.2-4.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-dbm-3.12.2-4.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-dbm-3.12.2-4.1.ppc64le" }, "product_reference": "python312-dbm-3.12.2-4.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-dbm-3.12.2-4.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-dbm-3.12.2-4.1.s390x" }, "product_reference": "python312-dbm-3.12.2-4.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-dbm-3.12.2-4.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-dbm-3.12.2-4.1.x86_64" }, "product_reference": "python312-dbm-3.12.2-4.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-idle-3.12.2-4.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-idle-3.12.2-4.1.aarch64" }, "product_reference": "python312-idle-3.12.2-4.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-idle-3.12.2-4.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-idle-3.12.2-4.1.ppc64le" }, "product_reference": "python312-idle-3.12.2-4.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-idle-3.12.2-4.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-idle-3.12.2-4.1.s390x" }, "product_reference": "python312-idle-3.12.2-4.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-idle-3.12.2-4.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-idle-3.12.2-4.1.x86_64" }, "product_reference": "python312-idle-3.12.2-4.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-tk-3.12.2-4.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-tk-3.12.2-4.1.aarch64" }, "product_reference": "python312-tk-3.12.2-4.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-tk-3.12.2-4.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-tk-3.12.2-4.1.ppc64le" }, "product_reference": "python312-tk-3.12.2-4.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-tk-3.12.2-4.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-tk-3.12.2-4.1.s390x" }, "product_reference": "python312-tk-3.12.2-4.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-tk-3.12.2-4.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-tk-3.12.2-4.1.x86_64" }, "product_reference": "python312-tk-3.12.2-4.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-x86-64-v3-3.12.2-4.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-x86-64-v3-3.12.2-4.1.aarch64" }, "product_reference": "python312-x86-64-v3-3.12.2-4.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-x86-64-v3-3.12.2-4.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-x86-64-v3-3.12.2-4.1.ppc64le" }, "product_reference": "python312-x86-64-v3-3.12.2-4.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-x86-64-v3-3.12.2-4.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-x86-64-v3-3.12.2-4.1.s390x" }, "product_reference": "python312-x86-64-v3-3.12.2-4.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-x86-64-v3-3.12.2-4.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-x86-64-v3-3.12.2-4.1.x86_64" }, "product_reference": "python312-x86-64-v3-3.12.2-4.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-6597", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-6597" } ], "notes": [ { "category": "general", "text": "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", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python312-3.12.2-4.1.aarch64", "openSUSE Tumbleweed:python312-3.12.2-4.1.ppc64le", "openSUSE Tumbleweed:python312-3.12.2-4.1.s390x", "openSUSE Tumbleweed:python312-3.12.2-4.1.x86_64", "openSUSE Tumbleweed:python312-32bit-3.12.2-4.1.aarch64", "openSUSE Tumbleweed:python312-32bit-3.12.2-4.1.ppc64le", "openSUSE Tumbleweed:python312-32bit-3.12.2-4.1.s390x", "openSUSE Tumbleweed:python312-32bit-3.12.2-4.1.x86_64", "openSUSE Tumbleweed:python312-curses-3.12.2-4.1.aarch64", "openSUSE Tumbleweed:python312-curses-3.12.2-4.1.ppc64le", "openSUSE Tumbleweed:python312-curses-3.12.2-4.1.s390x", "openSUSE Tumbleweed:python312-curses-3.12.2-4.1.x86_64", "openSUSE Tumbleweed:python312-dbm-3.12.2-4.1.aarch64", "openSUSE Tumbleweed:python312-dbm-3.12.2-4.1.ppc64le", "openSUSE Tumbleweed:python312-dbm-3.12.2-4.1.s390x", "openSUSE Tumbleweed:python312-dbm-3.12.2-4.1.x86_64", "openSUSE Tumbleweed:python312-idle-3.12.2-4.1.aarch64", "openSUSE Tumbleweed:python312-idle-3.12.2-4.1.ppc64le", "openSUSE Tumbleweed:python312-idle-3.12.2-4.1.s390x", "openSUSE Tumbleweed:python312-idle-3.12.2-4.1.x86_64", "openSUSE Tumbleweed:python312-tk-3.12.2-4.1.aarch64", "openSUSE Tumbleweed:python312-tk-3.12.2-4.1.ppc64le", "openSUSE Tumbleweed:python312-tk-3.12.2-4.1.s390x", "openSUSE Tumbleweed:python312-tk-3.12.2-4.1.x86_64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.2-4.1.aarch64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.2-4.1.ppc64le", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.2-4.1.s390x", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.2-4.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-6597", "url": "https://www.suse.com/security/cve/CVE-2023-6597" }, { "category": "external", "summary": "SUSE Bug 1219666 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1219666" }, { "category": "external", "summary": "SUSE Bug 1221854 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1221854" }, { "category": "external", "summary": "SUSE Bug 1224879 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1224879" }, { "category": "external", "summary": "SUSE Bug 1225185 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1225185" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:python312-3.12.2-4.1.aarch64", "openSUSE Tumbleweed:python312-3.12.2-4.1.ppc64le", "openSUSE Tumbleweed:python312-3.12.2-4.1.s390x", "openSUSE Tumbleweed:python312-3.12.2-4.1.x86_64", "openSUSE Tumbleweed:python312-32bit-3.12.2-4.1.aarch64", "openSUSE Tumbleweed:python312-32bit-3.12.2-4.1.ppc64le", "openSUSE Tumbleweed:python312-32bit-3.12.2-4.1.s390x", "openSUSE Tumbleweed:python312-32bit-3.12.2-4.1.x86_64", "openSUSE Tumbleweed:python312-curses-3.12.2-4.1.aarch64", "openSUSE Tumbleweed:python312-curses-3.12.2-4.1.ppc64le", "openSUSE Tumbleweed:python312-curses-3.12.2-4.1.s390x", "openSUSE Tumbleweed:python312-curses-3.12.2-4.1.x86_64", "openSUSE Tumbleweed:python312-dbm-3.12.2-4.1.aarch64", "openSUSE Tumbleweed:python312-dbm-3.12.2-4.1.ppc64le", "openSUSE Tumbleweed:python312-dbm-3.12.2-4.1.s390x", "openSUSE Tumbleweed:python312-dbm-3.12.2-4.1.x86_64", "openSUSE Tumbleweed:python312-idle-3.12.2-4.1.aarch64", "openSUSE Tumbleweed:python312-idle-3.12.2-4.1.ppc64le", "openSUSE Tumbleweed:python312-idle-3.12.2-4.1.s390x", "openSUSE Tumbleweed:python312-idle-3.12.2-4.1.x86_64", "openSUSE Tumbleweed:python312-tk-3.12.2-4.1.aarch64", "openSUSE Tumbleweed:python312-tk-3.12.2-4.1.ppc64le", "openSUSE Tumbleweed:python312-tk-3.12.2-4.1.s390x", "openSUSE Tumbleweed:python312-tk-3.12.2-4.1.x86_64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.2-4.1.aarch64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.2-4.1.ppc64le", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.2-4.1.s390x", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.2-4.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python312-3.12.2-4.1.aarch64", "openSUSE Tumbleweed:python312-3.12.2-4.1.ppc64le", "openSUSE Tumbleweed:python312-3.12.2-4.1.s390x", "openSUSE Tumbleweed:python312-3.12.2-4.1.x86_64", "openSUSE Tumbleweed:python312-32bit-3.12.2-4.1.aarch64", "openSUSE Tumbleweed:python312-32bit-3.12.2-4.1.ppc64le", "openSUSE Tumbleweed:python312-32bit-3.12.2-4.1.s390x", "openSUSE Tumbleweed:python312-32bit-3.12.2-4.1.x86_64", "openSUSE Tumbleweed:python312-curses-3.12.2-4.1.aarch64", "openSUSE Tumbleweed:python312-curses-3.12.2-4.1.ppc64le", "openSUSE Tumbleweed:python312-curses-3.12.2-4.1.s390x", "openSUSE Tumbleweed:python312-curses-3.12.2-4.1.x86_64", "openSUSE Tumbleweed:python312-dbm-3.12.2-4.1.aarch64", "openSUSE Tumbleweed:python312-dbm-3.12.2-4.1.ppc64le", "openSUSE Tumbleweed:python312-dbm-3.12.2-4.1.s390x", "openSUSE Tumbleweed:python312-dbm-3.12.2-4.1.x86_64", "openSUSE Tumbleweed:python312-idle-3.12.2-4.1.aarch64", "openSUSE Tumbleweed:python312-idle-3.12.2-4.1.ppc64le", "openSUSE Tumbleweed:python312-idle-3.12.2-4.1.s390x", "openSUSE Tumbleweed:python312-idle-3.12.2-4.1.x86_64", "openSUSE Tumbleweed:python312-tk-3.12.2-4.1.aarch64", "openSUSE Tumbleweed:python312-tk-3.12.2-4.1.ppc64le", "openSUSE Tumbleweed:python312-tk-3.12.2-4.1.s390x", "openSUSE Tumbleweed:python312-tk-3.12.2-4.1.x86_64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.2-4.1.aarch64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.2-4.1.ppc64le", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.2-4.1.s390x", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.2-4.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2023-6597" } ] }
opensuse-su-2024:13740-1
Vulnerability from csaf_opensuse
Published
2024-06-15 00:00
Modified
2024-06-15 00:00
Summary
python311-3.11.8-3.1 on GA media
Notes
Title of the patch
python311-3.11.8-3.1 on GA media
Description of the patch
These are all security issues fixed in the python311-3.11.8-3.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-13740
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "python311-3.11.8-3.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the python311-3.11.8-3.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-13740", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_13740-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2023-6597 page", "url": "https://www.suse.com/security/cve/CVE-2023-6597/" } ], "title": "python311-3.11.8-3.1 on GA media", "tracking": { "current_release_date": "2024-06-15T00:00:00Z", "generator": { "date": "2024-06-15T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:13740-1", "initial_release_date": "2024-06-15T00:00:00Z", "revision_history": [ { "date": "2024-06-15T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "python311-3.11.8-3.1.aarch64", "product": { "name": "python311-3.11.8-3.1.aarch64", "product_id": "python311-3.11.8-3.1.aarch64" } }, { "category": "product_version", "name": "python311-32bit-3.11.8-3.1.aarch64", "product": { "name": "python311-32bit-3.11.8-3.1.aarch64", "product_id": "python311-32bit-3.11.8-3.1.aarch64" } }, { "category": "product_version", "name": "python311-curses-3.11.8-3.1.aarch64", "product": { "name": "python311-curses-3.11.8-3.1.aarch64", "product_id": "python311-curses-3.11.8-3.1.aarch64" } }, { "category": "product_version", "name": "python311-dbm-3.11.8-3.1.aarch64", "product": { "name": "python311-dbm-3.11.8-3.1.aarch64", "product_id": "python311-dbm-3.11.8-3.1.aarch64" } }, { "category": "product_version", "name": "python311-idle-3.11.8-3.1.aarch64", "product": { "name": "python311-idle-3.11.8-3.1.aarch64", "product_id": "python311-idle-3.11.8-3.1.aarch64" } }, { "category": "product_version", "name": "python311-tk-3.11.8-3.1.aarch64", "product": { "name": "python311-tk-3.11.8-3.1.aarch64", "product_id": "python311-tk-3.11.8-3.1.aarch64" } }, { "category": "product_version", "name": "python311-x86-64-v3-3.11.8-3.1.aarch64", "product": { "name": "python311-x86-64-v3-3.11.8-3.1.aarch64", "product_id": "python311-x86-64-v3-3.11.8-3.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python311-3.11.8-3.1.ppc64le", "product": { "name": "python311-3.11.8-3.1.ppc64le", "product_id": "python311-3.11.8-3.1.ppc64le" } }, { "category": "product_version", "name": "python311-32bit-3.11.8-3.1.ppc64le", "product": { "name": "python311-32bit-3.11.8-3.1.ppc64le", "product_id": "python311-32bit-3.11.8-3.1.ppc64le" } }, { "category": "product_version", "name": "python311-curses-3.11.8-3.1.ppc64le", "product": { "name": "python311-curses-3.11.8-3.1.ppc64le", "product_id": "python311-curses-3.11.8-3.1.ppc64le" } }, { "category": "product_version", "name": "python311-dbm-3.11.8-3.1.ppc64le", "product": { "name": "python311-dbm-3.11.8-3.1.ppc64le", "product_id": "python311-dbm-3.11.8-3.1.ppc64le" } }, { "category": "product_version", "name": "python311-idle-3.11.8-3.1.ppc64le", "product": { "name": "python311-idle-3.11.8-3.1.ppc64le", "product_id": "python311-idle-3.11.8-3.1.ppc64le" } }, { "category": "product_version", "name": "python311-tk-3.11.8-3.1.ppc64le", "product": { "name": "python311-tk-3.11.8-3.1.ppc64le", "product_id": "python311-tk-3.11.8-3.1.ppc64le" } }, { "category": "product_version", "name": "python311-x86-64-v3-3.11.8-3.1.ppc64le", "product": { "name": "python311-x86-64-v3-3.11.8-3.1.ppc64le", "product_id": "python311-x86-64-v3-3.11.8-3.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python311-3.11.8-3.1.s390x", "product": { "name": "python311-3.11.8-3.1.s390x", "product_id": "python311-3.11.8-3.1.s390x" } }, { "category": "product_version", "name": "python311-32bit-3.11.8-3.1.s390x", "product": { "name": "python311-32bit-3.11.8-3.1.s390x", "product_id": "python311-32bit-3.11.8-3.1.s390x" } }, { "category": "product_version", "name": "python311-curses-3.11.8-3.1.s390x", "product": { "name": "python311-curses-3.11.8-3.1.s390x", "product_id": "python311-curses-3.11.8-3.1.s390x" } }, { "category": "product_version", "name": "python311-dbm-3.11.8-3.1.s390x", "product": { "name": "python311-dbm-3.11.8-3.1.s390x", "product_id": "python311-dbm-3.11.8-3.1.s390x" } }, { "category": "product_version", "name": "python311-idle-3.11.8-3.1.s390x", "product": { "name": "python311-idle-3.11.8-3.1.s390x", "product_id": "python311-idle-3.11.8-3.1.s390x" } }, { "category": "product_version", "name": "python311-tk-3.11.8-3.1.s390x", "product": { "name": "python311-tk-3.11.8-3.1.s390x", "product_id": "python311-tk-3.11.8-3.1.s390x" } }, { "category": "product_version", "name": "python311-x86-64-v3-3.11.8-3.1.s390x", "product": { "name": "python311-x86-64-v3-3.11.8-3.1.s390x", "product_id": "python311-x86-64-v3-3.11.8-3.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python311-3.11.8-3.1.x86_64", "product": { "name": "python311-3.11.8-3.1.x86_64", "product_id": "python311-3.11.8-3.1.x86_64" } }, { "category": "product_version", "name": "python311-32bit-3.11.8-3.1.x86_64", "product": { "name": "python311-32bit-3.11.8-3.1.x86_64", "product_id": "python311-32bit-3.11.8-3.1.x86_64" } }, { "category": "product_version", "name": "python311-curses-3.11.8-3.1.x86_64", "product": { "name": "python311-curses-3.11.8-3.1.x86_64", "product_id": "python311-curses-3.11.8-3.1.x86_64" } }, { "category": "product_version", "name": "python311-dbm-3.11.8-3.1.x86_64", "product": { "name": "python311-dbm-3.11.8-3.1.x86_64", "product_id": "python311-dbm-3.11.8-3.1.x86_64" } }, { "category": "product_version", "name": "python311-idle-3.11.8-3.1.x86_64", "product": { "name": "python311-idle-3.11.8-3.1.x86_64", "product_id": "python311-idle-3.11.8-3.1.x86_64" } }, { "category": "product_version", "name": "python311-tk-3.11.8-3.1.x86_64", "product": { "name": "python311-tk-3.11.8-3.1.x86_64", "product_id": "python311-tk-3.11.8-3.1.x86_64" } }, { "category": "product_version", "name": "python311-x86-64-v3-3.11.8-3.1.x86_64", "product": { "name": "python311-x86-64-v3-3.11.8-3.1.x86_64", "product_id": "python311-x86-64-v3-3.11.8-3.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.8-3.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-3.11.8-3.1.aarch64" }, "product_reference": "python311-3.11.8-3.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.8-3.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-3.11.8-3.1.ppc64le" }, "product_reference": "python311-3.11.8-3.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.8-3.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-3.11.8-3.1.s390x" }, "product_reference": "python311-3.11.8-3.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.8-3.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-3.11.8-3.1.x86_64" }, "product_reference": "python311-3.11.8-3.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-32bit-3.11.8-3.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-32bit-3.11.8-3.1.aarch64" }, "product_reference": "python311-32bit-3.11.8-3.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-32bit-3.11.8-3.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-32bit-3.11.8-3.1.ppc64le" }, "product_reference": "python311-32bit-3.11.8-3.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-32bit-3.11.8-3.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-32bit-3.11.8-3.1.s390x" }, "product_reference": "python311-32bit-3.11.8-3.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-32bit-3.11.8-3.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-32bit-3.11.8-3.1.x86_64" }, "product_reference": "python311-32bit-3.11.8-3.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.8-3.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-curses-3.11.8-3.1.aarch64" }, "product_reference": "python311-curses-3.11.8-3.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.8-3.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-curses-3.11.8-3.1.ppc64le" }, "product_reference": "python311-curses-3.11.8-3.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.8-3.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-curses-3.11.8-3.1.s390x" }, "product_reference": "python311-curses-3.11.8-3.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.8-3.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-curses-3.11.8-3.1.x86_64" }, "product_reference": "python311-curses-3.11.8-3.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.8-3.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-dbm-3.11.8-3.1.aarch64" }, "product_reference": "python311-dbm-3.11.8-3.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.8-3.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-dbm-3.11.8-3.1.ppc64le" }, "product_reference": "python311-dbm-3.11.8-3.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.8-3.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-dbm-3.11.8-3.1.s390x" }, "product_reference": "python311-dbm-3.11.8-3.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.8-3.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-dbm-3.11.8-3.1.x86_64" }, "product_reference": "python311-dbm-3.11.8-3.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.8-3.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-idle-3.11.8-3.1.aarch64" }, "product_reference": "python311-idle-3.11.8-3.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.8-3.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-idle-3.11.8-3.1.ppc64le" }, "product_reference": "python311-idle-3.11.8-3.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.8-3.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-idle-3.11.8-3.1.s390x" }, "product_reference": "python311-idle-3.11.8-3.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.8-3.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-idle-3.11.8-3.1.x86_64" }, "product_reference": "python311-idle-3.11.8-3.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.8-3.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-tk-3.11.8-3.1.aarch64" }, "product_reference": "python311-tk-3.11.8-3.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.8-3.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-tk-3.11.8-3.1.ppc64le" }, "product_reference": "python311-tk-3.11.8-3.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.8-3.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-tk-3.11.8-3.1.s390x" }, "product_reference": "python311-tk-3.11.8-3.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.8-3.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-tk-3.11.8-3.1.x86_64" }, "product_reference": "python311-tk-3.11.8-3.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-x86-64-v3-3.11.8-3.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-x86-64-v3-3.11.8-3.1.aarch64" }, "product_reference": "python311-x86-64-v3-3.11.8-3.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-x86-64-v3-3.11.8-3.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-x86-64-v3-3.11.8-3.1.ppc64le" }, "product_reference": "python311-x86-64-v3-3.11.8-3.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-x86-64-v3-3.11.8-3.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-x86-64-v3-3.11.8-3.1.s390x" }, "product_reference": "python311-x86-64-v3-3.11.8-3.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-x86-64-v3-3.11.8-3.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-x86-64-v3-3.11.8-3.1.x86_64" }, "product_reference": "python311-x86-64-v3-3.11.8-3.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-6597", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-6597" } ], "notes": [ { "category": "general", "text": "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", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python311-3.11.8-3.1.aarch64", "openSUSE Tumbleweed:python311-3.11.8-3.1.ppc64le", "openSUSE Tumbleweed:python311-3.11.8-3.1.s390x", "openSUSE Tumbleweed:python311-3.11.8-3.1.x86_64", "openSUSE Tumbleweed:python311-32bit-3.11.8-3.1.aarch64", "openSUSE Tumbleweed:python311-32bit-3.11.8-3.1.ppc64le", "openSUSE Tumbleweed:python311-32bit-3.11.8-3.1.s390x", "openSUSE Tumbleweed:python311-32bit-3.11.8-3.1.x86_64", "openSUSE Tumbleweed:python311-curses-3.11.8-3.1.aarch64", "openSUSE Tumbleweed:python311-curses-3.11.8-3.1.ppc64le", "openSUSE Tumbleweed:python311-curses-3.11.8-3.1.s390x", "openSUSE Tumbleweed:python311-curses-3.11.8-3.1.x86_64", "openSUSE Tumbleweed:python311-dbm-3.11.8-3.1.aarch64", "openSUSE Tumbleweed:python311-dbm-3.11.8-3.1.ppc64le", "openSUSE Tumbleweed:python311-dbm-3.11.8-3.1.s390x", "openSUSE Tumbleweed:python311-dbm-3.11.8-3.1.x86_64", "openSUSE Tumbleweed:python311-idle-3.11.8-3.1.aarch64", "openSUSE Tumbleweed:python311-idle-3.11.8-3.1.ppc64le", "openSUSE Tumbleweed:python311-idle-3.11.8-3.1.s390x", "openSUSE Tumbleweed:python311-idle-3.11.8-3.1.x86_64", "openSUSE Tumbleweed:python311-tk-3.11.8-3.1.aarch64", "openSUSE Tumbleweed:python311-tk-3.11.8-3.1.ppc64le", "openSUSE Tumbleweed:python311-tk-3.11.8-3.1.s390x", "openSUSE Tumbleweed:python311-tk-3.11.8-3.1.x86_64", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.8-3.1.aarch64", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.8-3.1.ppc64le", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.8-3.1.s390x", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.8-3.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-6597", "url": "https://www.suse.com/security/cve/CVE-2023-6597" }, { "category": "external", "summary": "SUSE Bug 1219666 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1219666" }, { "category": "external", "summary": "SUSE Bug 1221854 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1221854" }, { "category": "external", "summary": "SUSE Bug 1224879 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1224879" }, { "category": "external", "summary": "SUSE Bug 1225185 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1225185" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:python311-3.11.8-3.1.aarch64", "openSUSE Tumbleweed:python311-3.11.8-3.1.ppc64le", "openSUSE Tumbleweed:python311-3.11.8-3.1.s390x", "openSUSE Tumbleweed:python311-3.11.8-3.1.x86_64", "openSUSE Tumbleweed:python311-32bit-3.11.8-3.1.aarch64", "openSUSE Tumbleweed:python311-32bit-3.11.8-3.1.ppc64le", "openSUSE Tumbleweed:python311-32bit-3.11.8-3.1.s390x", "openSUSE Tumbleweed:python311-32bit-3.11.8-3.1.x86_64", "openSUSE Tumbleweed:python311-curses-3.11.8-3.1.aarch64", "openSUSE Tumbleweed:python311-curses-3.11.8-3.1.ppc64le", "openSUSE Tumbleweed:python311-curses-3.11.8-3.1.s390x", "openSUSE Tumbleweed:python311-curses-3.11.8-3.1.x86_64", "openSUSE Tumbleweed:python311-dbm-3.11.8-3.1.aarch64", "openSUSE Tumbleweed:python311-dbm-3.11.8-3.1.ppc64le", "openSUSE Tumbleweed:python311-dbm-3.11.8-3.1.s390x", "openSUSE Tumbleweed:python311-dbm-3.11.8-3.1.x86_64", "openSUSE Tumbleweed:python311-idle-3.11.8-3.1.aarch64", "openSUSE Tumbleweed:python311-idle-3.11.8-3.1.ppc64le", "openSUSE Tumbleweed:python311-idle-3.11.8-3.1.s390x", "openSUSE Tumbleweed:python311-idle-3.11.8-3.1.x86_64", "openSUSE Tumbleweed:python311-tk-3.11.8-3.1.aarch64", "openSUSE Tumbleweed:python311-tk-3.11.8-3.1.ppc64le", "openSUSE Tumbleweed:python311-tk-3.11.8-3.1.s390x", "openSUSE Tumbleweed:python311-tk-3.11.8-3.1.x86_64", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.8-3.1.aarch64", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.8-3.1.ppc64le", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.8-3.1.s390x", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.8-3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python311-3.11.8-3.1.aarch64", "openSUSE Tumbleweed:python311-3.11.8-3.1.ppc64le", "openSUSE Tumbleweed:python311-3.11.8-3.1.s390x", "openSUSE Tumbleweed:python311-3.11.8-3.1.x86_64", "openSUSE Tumbleweed:python311-32bit-3.11.8-3.1.aarch64", "openSUSE Tumbleweed:python311-32bit-3.11.8-3.1.ppc64le", "openSUSE Tumbleweed:python311-32bit-3.11.8-3.1.s390x", "openSUSE Tumbleweed:python311-32bit-3.11.8-3.1.x86_64", "openSUSE Tumbleweed:python311-curses-3.11.8-3.1.aarch64", "openSUSE Tumbleweed:python311-curses-3.11.8-3.1.ppc64le", "openSUSE Tumbleweed:python311-curses-3.11.8-3.1.s390x", "openSUSE Tumbleweed:python311-curses-3.11.8-3.1.x86_64", "openSUSE Tumbleweed:python311-dbm-3.11.8-3.1.aarch64", "openSUSE Tumbleweed:python311-dbm-3.11.8-3.1.ppc64le", "openSUSE Tumbleweed:python311-dbm-3.11.8-3.1.s390x", "openSUSE Tumbleweed:python311-dbm-3.11.8-3.1.x86_64", "openSUSE Tumbleweed:python311-idle-3.11.8-3.1.aarch64", "openSUSE Tumbleweed:python311-idle-3.11.8-3.1.ppc64le", "openSUSE Tumbleweed:python311-idle-3.11.8-3.1.s390x", "openSUSE Tumbleweed:python311-idle-3.11.8-3.1.x86_64", "openSUSE Tumbleweed:python311-tk-3.11.8-3.1.aarch64", "openSUSE Tumbleweed:python311-tk-3.11.8-3.1.ppc64le", "openSUSE Tumbleweed:python311-tk-3.11.8-3.1.s390x", "openSUSE Tumbleweed:python311-tk-3.11.8-3.1.x86_64", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.8-3.1.aarch64", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.8-3.1.ppc64le", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.8-3.1.s390x", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.8-3.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2023-6597" } ] }
opensuse-su-2024:13736-1
Vulnerability from csaf_opensuse
Published
2024-06-15 00:00
Modified
2024-06-15 00:00
Summary
python38-3.8.18-5.1 on GA media
Notes
Title of the patch
python38-3.8.18-5.1 on GA media
Description of the patch
These are all security issues fixed in the python38-3.8.18-5.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-13736
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "python38-3.8.18-5.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the python38-3.8.18-5.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-13736", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_13736-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2023-6597 page", "url": "https://www.suse.com/security/cve/CVE-2023-6597/" } ], "title": "python38-3.8.18-5.1 on GA media", "tracking": { "current_release_date": "2024-06-15T00:00:00Z", "generator": { "date": "2024-06-15T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:13736-1", "initial_release_date": "2024-06-15T00:00:00Z", "revision_history": [ { "date": "2024-06-15T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "python38-3.8.18-5.1.aarch64", "product": { "name": "python38-3.8.18-5.1.aarch64", "product_id": "python38-3.8.18-5.1.aarch64" } }, { "category": "product_version", "name": "python38-curses-3.8.18-5.1.aarch64", "product": { "name": "python38-curses-3.8.18-5.1.aarch64", "product_id": "python38-curses-3.8.18-5.1.aarch64" } }, { "category": "product_version", "name": "python38-dbm-3.8.18-5.1.aarch64", "product": { "name": "python38-dbm-3.8.18-5.1.aarch64", "product_id": "python38-dbm-3.8.18-5.1.aarch64" } }, { "category": "product_version", "name": "python38-idle-3.8.18-5.1.aarch64", "product": { "name": "python38-idle-3.8.18-5.1.aarch64", "product_id": "python38-idle-3.8.18-5.1.aarch64" } }, { "category": "product_version", "name": "python38-tk-3.8.18-5.1.aarch64", "product": { "name": "python38-tk-3.8.18-5.1.aarch64", "product_id": "python38-tk-3.8.18-5.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python38-3.8.18-5.1.ppc64le", "product": { "name": "python38-3.8.18-5.1.ppc64le", "product_id": "python38-3.8.18-5.1.ppc64le" } }, { "category": "product_version", "name": "python38-curses-3.8.18-5.1.ppc64le", "product": { "name": "python38-curses-3.8.18-5.1.ppc64le", "product_id": "python38-curses-3.8.18-5.1.ppc64le" } }, { "category": "product_version", "name": "python38-dbm-3.8.18-5.1.ppc64le", "product": { "name": "python38-dbm-3.8.18-5.1.ppc64le", "product_id": "python38-dbm-3.8.18-5.1.ppc64le" } }, { "category": "product_version", "name": "python38-idle-3.8.18-5.1.ppc64le", "product": { "name": "python38-idle-3.8.18-5.1.ppc64le", "product_id": "python38-idle-3.8.18-5.1.ppc64le" } }, { "category": "product_version", "name": "python38-tk-3.8.18-5.1.ppc64le", "product": { "name": "python38-tk-3.8.18-5.1.ppc64le", "product_id": "python38-tk-3.8.18-5.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python38-3.8.18-5.1.s390x", "product": { "name": "python38-3.8.18-5.1.s390x", "product_id": "python38-3.8.18-5.1.s390x" } }, { "category": "product_version", "name": "python38-curses-3.8.18-5.1.s390x", "product": { "name": "python38-curses-3.8.18-5.1.s390x", "product_id": "python38-curses-3.8.18-5.1.s390x" } }, { "category": "product_version", "name": "python38-dbm-3.8.18-5.1.s390x", "product": { "name": "python38-dbm-3.8.18-5.1.s390x", "product_id": "python38-dbm-3.8.18-5.1.s390x" } }, { "category": "product_version", "name": "python38-idle-3.8.18-5.1.s390x", "product": { "name": "python38-idle-3.8.18-5.1.s390x", "product_id": "python38-idle-3.8.18-5.1.s390x" } }, { "category": "product_version", "name": "python38-tk-3.8.18-5.1.s390x", "product": { "name": "python38-tk-3.8.18-5.1.s390x", "product_id": "python38-tk-3.8.18-5.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python38-3.8.18-5.1.x86_64", "product": { "name": "python38-3.8.18-5.1.x86_64", "product_id": "python38-3.8.18-5.1.x86_64" } }, { "category": "product_version", "name": "python38-curses-3.8.18-5.1.x86_64", "product": { "name": "python38-curses-3.8.18-5.1.x86_64", "product_id": "python38-curses-3.8.18-5.1.x86_64" } }, { "category": "product_version", "name": "python38-dbm-3.8.18-5.1.x86_64", "product": { "name": "python38-dbm-3.8.18-5.1.x86_64", "product_id": "python38-dbm-3.8.18-5.1.x86_64" } }, { "category": "product_version", "name": "python38-idle-3.8.18-5.1.x86_64", "product": { "name": "python38-idle-3.8.18-5.1.x86_64", "product_id": "python38-idle-3.8.18-5.1.x86_64" } }, { "category": "product_version", "name": "python38-tk-3.8.18-5.1.x86_64", "product": { "name": "python38-tk-3.8.18-5.1.x86_64", "product_id": "python38-tk-3.8.18-5.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python38-3.8.18-5.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python38-3.8.18-5.1.aarch64" }, "product_reference": "python38-3.8.18-5.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python38-3.8.18-5.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python38-3.8.18-5.1.ppc64le" }, "product_reference": "python38-3.8.18-5.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python38-3.8.18-5.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python38-3.8.18-5.1.s390x" }, "product_reference": "python38-3.8.18-5.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python38-3.8.18-5.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python38-3.8.18-5.1.x86_64" }, "product_reference": "python38-3.8.18-5.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python38-curses-3.8.18-5.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python38-curses-3.8.18-5.1.aarch64" }, "product_reference": "python38-curses-3.8.18-5.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python38-curses-3.8.18-5.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python38-curses-3.8.18-5.1.ppc64le" }, "product_reference": "python38-curses-3.8.18-5.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python38-curses-3.8.18-5.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python38-curses-3.8.18-5.1.s390x" }, "product_reference": "python38-curses-3.8.18-5.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python38-curses-3.8.18-5.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python38-curses-3.8.18-5.1.x86_64" }, "product_reference": "python38-curses-3.8.18-5.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python38-dbm-3.8.18-5.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python38-dbm-3.8.18-5.1.aarch64" }, "product_reference": "python38-dbm-3.8.18-5.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python38-dbm-3.8.18-5.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python38-dbm-3.8.18-5.1.ppc64le" }, "product_reference": "python38-dbm-3.8.18-5.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python38-dbm-3.8.18-5.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python38-dbm-3.8.18-5.1.s390x" }, "product_reference": "python38-dbm-3.8.18-5.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python38-dbm-3.8.18-5.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python38-dbm-3.8.18-5.1.x86_64" }, "product_reference": "python38-dbm-3.8.18-5.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python38-idle-3.8.18-5.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python38-idle-3.8.18-5.1.aarch64" }, "product_reference": "python38-idle-3.8.18-5.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python38-idle-3.8.18-5.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python38-idle-3.8.18-5.1.ppc64le" }, "product_reference": "python38-idle-3.8.18-5.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python38-idle-3.8.18-5.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python38-idle-3.8.18-5.1.s390x" }, "product_reference": "python38-idle-3.8.18-5.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python38-idle-3.8.18-5.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python38-idle-3.8.18-5.1.x86_64" }, "product_reference": "python38-idle-3.8.18-5.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python38-tk-3.8.18-5.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python38-tk-3.8.18-5.1.aarch64" }, "product_reference": "python38-tk-3.8.18-5.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python38-tk-3.8.18-5.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python38-tk-3.8.18-5.1.ppc64le" }, "product_reference": "python38-tk-3.8.18-5.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python38-tk-3.8.18-5.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python38-tk-3.8.18-5.1.s390x" }, "product_reference": "python38-tk-3.8.18-5.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python38-tk-3.8.18-5.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python38-tk-3.8.18-5.1.x86_64" }, "product_reference": "python38-tk-3.8.18-5.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-6597", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-6597" } ], "notes": [ { "category": "general", "text": "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", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python38-3.8.18-5.1.aarch64", "openSUSE Tumbleweed:python38-3.8.18-5.1.ppc64le", "openSUSE Tumbleweed:python38-3.8.18-5.1.s390x", "openSUSE Tumbleweed:python38-3.8.18-5.1.x86_64", "openSUSE Tumbleweed:python38-curses-3.8.18-5.1.aarch64", "openSUSE Tumbleweed:python38-curses-3.8.18-5.1.ppc64le", "openSUSE Tumbleweed:python38-curses-3.8.18-5.1.s390x", "openSUSE Tumbleweed:python38-curses-3.8.18-5.1.x86_64", "openSUSE Tumbleweed:python38-dbm-3.8.18-5.1.aarch64", "openSUSE Tumbleweed:python38-dbm-3.8.18-5.1.ppc64le", "openSUSE Tumbleweed:python38-dbm-3.8.18-5.1.s390x", "openSUSE Tumbleweed:python38-dbm-3.8.18-5.1.x86_64", "openSUSE Tumbleweed:python38-idle-3.8.18-5.1.aarch64", "openSUSE Tumbleweed:python38-idle-3.8.18-5.1.ppc64le", "openSUSE Tumbleweed:python38-idle-3.8.18-5.1.s390x", "openSUSE Tumbleweed:python38-idle-3.8.18-5.1.x86_64", "openSUSE Tumbleweed:python38-tk-3.8.18-5.1.aarch64", "openSUSE Tumbleweed:python38-tk-3.8.18-5.1.ppc64le", "openSUSE Tumbleweed:python38-tk-3.8.18-5.1.s390x", "openSUSE Tumbleweed:python38-tk-3.8.18-5.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-6597", "url": "https://www.suse.com/security/cve/CVE-2023-6597" }, { "category": "external", "summary": "SUSE Bug 1219666 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1219666" }, { "category": "external", "summary": "SUSE Bug 1221854 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1221854" }, { "category": "external", "summary": "SUSE Bug 1224879 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1224879" }, { "category": "external", "summary": "SUSE Bug 1225185 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1225185" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:python38-3.8.18-5.1.aarch64", "openSUSE Tumbleweed:python38-3.8.18-5.1.ppc64le", "openSUSE Tumbleweed:python38-3.8.18-5.1.s390x", "openSUSE Tumbleweed:python38-3.8.18-5.1.x86_64", "openSUSE Tumbleweed:python38-curses-3.8.18-5.1.aarch64", "openSUSE Tumbleweed:python38-curses-3.8.18-5.1.ppc64le", "openSUSE Tumbleweed:python38-curses-3.8.18-5.1.s390x", "openSUSE Tumbleweed:python38-curses-3.8.18-5.1.x86_64", "openSUSE Tumbleweed:python38-dbm-3.8.18-5.1.aarch64", "openSUSE Tumbleweed:python38-dbm-3.8.18-5.1.ppc64le", "openSUSE Tumbleweed:python38-dbm-3.8.18-5.1.s390x", "openSUSE Tumbleweed:python38-dbm-3.8.18-5.1.x86_64", "openSUSE Tumbleweed:python38-idle-3.8.18-5.1.aarch64", "openSUSE Tumbleweed:python38-idle-3.8.18-5.1.ppc64le", "openSUSE Tumbleweed:python38-idle-3.8.18-5.1.s390x", "openSUSE Tumbleweed:python38-idle-3.8.18-5.1.x86_64", "openSUSE Tumbleweed:python38-tk-3.8.18-5.1.aarch64", "openSUSE Tumbleweed:python38-tk-3.8.18-5.1.ppc64le", "openSUSE Tumbleweed:python38-tk-3.8.18-5.1.s390x", "openSUSE Tumbleweed:python38-tk-3.8.18-5.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python38-3.8.18-5.1.aarch64", "openSUSE Tumbleweed:python38-3.8.18-5.1.ppc64le", "openSUSE Tumbleweed:python38-3.8.18-5.1.s390x", "openSUSE Tumbleweed:python38-3.8.18-5.1.x86_64", "openSUSE Tumbleweed:python38-curses-3.8.18-5.1.aarch64", "openSUSE Tumbleweed:python38-curses-3.8.18-5.1.ppc64le", "openSUSE Tumbleweed:python38-curses-3.8.18-5.1.s390x", "openSUSE Tumbleweed:python38-curses-3.8.18-5.1.x86_64", "openSUSE Tumbleweed:python38-dbm-3.8.18-5.1.aarch64", "openSUSE Tumbleweed:python38-dbm-3.8.18-5.1.ppc64le", "openSUSE Tumbleweed:python38-dbm-3.8.18-5.1.s390x", "openSUSE Tumbleweed:python38-dbm-3.8.18-5.1.x86_64", "openSUSE Tumbleweed:python38-idle-3.8.18-5.1.aarch64", "openSUSE Tumbleweed:python38-idle-3.8.18-5.1.ppc64le", "openSUSE Tumbleweed:python38-idle-3.8.18-5.1.s390x", "openSUSE Tumbleweed:python38-idle-3.8.18-5.1.x86_64", "openSUSE Tumbleweed:python38-tk-3.8.18-5.1.aarch64", "openSUSE Tumbleweed:python38-tk-3.8.18-5.1.ppc64le", "openSUSE Tumbleweed:python38-tk-3.8.18-5.1.s390x", "openSUSE Tumbleweed:python38-tk-3.8.18-5.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2023-6597" } ] }
opensuse-su-2024:13739-1
Vulnerability from csaf_opensuse
Published
2024-06-15 00:00
Modified
2024-06-15 00:00
Summary
python310-3.10.13-5.1 on GA media
Notes
Title of the patch
python310-3.10.13-5.1 on GA media
Description of the patch
These are all security issues fixed in the python310-3.10.13-5.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-13739
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "python310-3.10.13-5.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the python310-3.10.13-5.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-13739", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_13739-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2023-6597 page", "url": "https://www.suse.com/security/cve/CVE-2023-6597/" } ], "title": "python310-3.10.13-5.1 on GA media", "tracking": { "current_release_date": "2024-06-15T00:00:00Z", "generator": { "date": "2024-06-15T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:13739-1", "initial_release_date": "2024-06-15T00:00:00Z", "revision_history": [ { "date": "2024-06-15T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "python310-3.10.13-5.1.aarch64", "product": { "name": "python310-3.10.13-5.1.aarch64", "product_id": "python310-3.10.13-5.1.aarch64" } }, { "category": "product_version", "name": "python310-32bit-3.10.13-5.1.aarch64", "product": { "name": "python310-32bit-3.10.13-5.1.aarch64", "product_id": "python310-32bit-3.10.13-5.1.aarch64" } }, { "category": "product_version", "name": "python310-curses-3.10.13-5.1.aarch64", "product": { "name": "python310-curses-3.10.13-5.1.aarch64", "product_id": "python310-curses-3.10.13-5.1.aarch64" } }, { "category": "product_version", "name": "python310-dbm-3.10.13-5.1.aarch64", "product": { "name": "python310-dbm-3.10.13-5.1.aarch64", "product_id": "python310-dbm-3.10.13-5.1.aarch64" } }, { "category": "product_version", "name": "python310-idle-3.10.13-5.1.aarch64", "product": { "name": "python310-idle-3.10.13-5.1.aarch64", "product_id": "python310-idle-3.10.13-5.1.aarch64" } }, { "category": "product_version", "name": "python310-tk-3.10.13-5.1.aarch64", "product": { "name": "python310-tk-3.10.13-5.1.aarch64", "product_id": "python310-tk-3.10.13-5.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python310-3.10.13-5.1.ppc64le", "product": { "name": "python310-3.10.13-5.1.ppc64le", "product_id": "python310-3.10.13-5.1.ppc64le" } }, { "category": "product_version", "name": "python310-32bit-3.10.13-5.1.ppc64le", "product": { "name": "python310-32bit-3.10.13-5.1.ppc64le", "product_id": "python310-32bit-3.10.13-5.1.ppc64le" } }, { "category": "product_version", "name": "python310-curses-3.10.13-5.1.ppc64le", "product": { "name": "python310-curses-3.10.13-5.1.ppc64le", "product_id": "python310-curses-3.10.13-5.1.ppc64le" } }, { "category": "product_version", "name": "python310-dbm-3.10.13-5.1.ppc64le", "product": { "name": "python310-dbm-3.10.13-5.1.ppc64le", "product_id": "python310-dbm-3.10.13-5.1.ppc64le" } }, { "category": "product_version", "name": "python310-idle-3.10.13-5.1.ppc64le", "product": { "name": "python310-idle-3.10.13-5.1.ppc64le", "product_id": "python310-idle-3.10.13-5.1.ppc64le" } }, { "category": "product_version", "name": "python310-tk-3.10.13-5.1.ppc64le", "product": { "name": "python310-tk-3.10.13-5.1.ppc64le", "product_id": "python310-tk-3.10.13-5.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python310-3.10.13-5.1.s390x", "product": { "name": "python310-3.10.13-5.1.s390x", "product_id": "python310-3.10.13-5.1.s390x" } }, { "category": "product_version", "name": "python310-32bit-3.10.13-5.1.s390x", "product": { "name": "python310-32bit-3.10.13-5.1.s390x", "product_id": "python310-32bit-3.10.13-5.1.s390x" } }, { "category": "product_version", "name": "python310-curses-3.10.13-5.1.s390x", "product": { "name": "python310-curses-3.10.13-5.1.s390x", "product_id": "python310-curses-3.10.13-5.1.s390x" } }, { "category": "product_version", "name": "python310-dbm-3.10.13-5.1.s390x", "product": { "name": "python310-dbm-3.10.13-5.1.s390x", "product_id": "python310-dbm-3.10.13-5.1.s390x" } }, { "category": "product_version", "name": "python310-idle-3.10.13-5.1.s390x", "product": { "name": "python310-idle-3.10.13-5.1.s390x", "product_id": "python310-idle-3.10.13-5.1.s390x" } }, { "category": "product_version", "name": "python310-tk-3.10.13-5.1.s390x", "product": { "name": "python310-tk-3.10.13-5.1.s390x", "product_id": "python310-tk-3.10.13-5.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python310-3.10.13-5.1.x86_64", "product": { "name": "python310-3.10.13-5.1.x86_64", "product_id": "python310-3.10.13-5.1.x86_64" } }, { "category": "product_version", "name": "python310-32bit-3.10.13-5.1.x86_64", "product": { "name": "python310-32bit-3.10.13-5.1.x86_64", "product_id": "python310-32bit-3.10.13-5.1.x86_64" } }, { "category": "product_version", "name": "python310-curses-3.10.13-5.1.x86_64", "product": { "name": "python310-curses-3.10.13-5.1.x86_64", "product_id": "python310-curses-3.10.13-5.1.x86_64" } }, { "category": "product_version", "name": "python310-dbm-3.10.13-5.1.x86_64", "product": { "name": "python310-dbm-3.10.13-5.1.x86_64", "product_id": "python310-dbm-3.10.13-5.1.x86_64" } }, { "category": "product_version", "name": "python310-idle-3.10.13-5.1.x86_64", "product": { "name": "python310-idle-3.10.13-5.1.x86_64", "product_id": "python310-idle-3.10.13-5.1.x86_64" } }, { "category": "product_version", "name": "python310-tk-3.10.13-5.1.x86_64", "product": { "name": "python310-tk-3.10.13-5.1.x86_64", "product_id": "python310-tk-3.10.13-5.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python310-3.10.13-5.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-3.10.13-5.1.aarch64" }, "product_reference": "python310-3.10.13-5.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-3.10.13-5.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-3.10.13-5.1.ppc64le" }, "product_reference": "python310-3.10.13-5.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-3.10.13-5.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-3.10.13-5.1.s390x" }, "product_reference": "python310-3.10.13-5.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-3.10.13-5.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-3.10.13-5.1.x86_64" }, "product_reference": "python310-3.10.13-5.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-32bit-3.10.13-5.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-32bit-3.10.13-5.1.aarch64" }, "product_reference": "python310-32bit-3.10.13-5.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-32bit-3.10.13-5.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-32bit-3.10.13-5.1.ppc64le" }, "product_reference": "python310-32bit-3.10.13-5.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-32bit-3.10.13-5.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-32bit-3.10.13-5.1.s390x" }, "product_reference": "python310-32bit-3.10.13-5.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-32bit-3.10.13-5.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-32bit-3.10.13-5.1.x86_64" }, "product_reference": "python310-32bit-3.10.13-5.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-curses-3.10.13-5.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-curses-3.10.13-5.1.aarch64" }, "product_reference": "python310-curses-3.10.13-5.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-curses-3.10.13-5.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-curses-3.10.13-5.1.ppc64le" }, "product_reference": "python310-curses-3.10.13-5.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-curses-3.10.13-5.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-curses-3.10.13-5.1.s390x" }, "product_reference": "python310-curses-3.10.13-5.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-curses-3.10.13-5.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-curses-3.10.13-5.1.x86_64" }, "product_reference": "python310-curses-3.10.13-5.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-dbm-3.10.13-5.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-dbm-3.10.13-5.1.aarch64" }, "product_reference": "python310-dbm-3.10.13-5.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-dbm-3.10.13-5.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-dbm-3.10.13-5.1.ppc64le" }, "product_reference": "python310-dbm-3.10.13-5.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-dbm-3.10.13-5.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-dbm-3.10.13-5.1.s390x" }, "product_reference": "python310-dbm-3.10.13-5.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-dbm-3.10.13-5.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-dbm-3.10.13-5.1.x86_64" }, "product_reference": "python310-dbm-3.10.13-5.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-idle-3.10.13-5.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-idle-3.10.13-5.1.aarch64" }, "product_reference": "python310-idle-3.10.13-5.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-idle-3.10.13-5.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-idle-3.10.13-5.1.ppc64le" }, "product_reference": "python310-idle-3.10.13-5.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-idle-3.10.13-5.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-idle-3.10.13-5.1.s390x" }, "product_reference": "python310-idle-3.10.13-5.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-idle-3.10.13-5.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-idle-3.10.13-5.1.x86_64" }, "product_reference": "python310-idle-3.10.13-5.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tk-3.10.13-5.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-tk-3.10.13-5.1.aarch64" }, "product_reference": "python310-tk-3.10.13-5.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tk-3.10.13-5.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-tk-3.10.13-5.1.ppc64le" }, "product_reference": "python310-tk-3.10.13-5.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tk-3.10.13-5.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-tk-3.10.13-5.1.s390x" }, "product_reference": "python310-tk-3.10.13-5.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tk-3.10.13-5.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-tk-3.10.13-5.1.x86_64" }, "product_reference": "python310-tk-3.10.13-5.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-6597", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-6597" } ], "notes": [ { "category": "general", "text": "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", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python310-3.10.13-5.1.aarch64", "openSUSE Tumbleweed:python310-3.10.13-5.1.ppc64le", "openSUSE Tumbleweed:python310-3.10.13-5.1.s390x", "openSUSE Tumbleweed:python310-3.10.13-5.1.x86_64", "openSUSE Tumbleweed:python310-32bit-3.10.13-5.1.aarch64", "openSUSE Tumbleweed:python310-32bit-3.10.13-5.1.ppc64le", "openSUSE Tumbleweed:python310-32bit-3.10.13-5.1.s390x", "openSUSE Tumbleweed:python310-32bit-3.10.13-5.1.x86_64", "openSUSE Tumbleweed:python310-curses-3.10.13-5.1.aarch64", "openSUSE Tumbleweed:python310-curses-3.10.13-5.1.ppc64le", "openSUSE Tumbleweed:python310-curses-3.10.13-5.1.s390x", "openSUSE Tumbleweed:python310-curses-3.10.13-5.1.x86_64", "openSUSE Tumbleweed:python310-dbm-3.10.13-5.1.aarch64", "openSUSE Tumbleweed:python310-dbm-3.10.13-5.1.ppc64le", "openSUSE Tumbleweed:python310-dbm-3.10.13-5.1.s390x", "openSUSE Tumbleweed:python310-dbm-3.10.13-5.1.x86_64", "openSUSE Tumbleweed:python310-idle-3.10.13-5.1.aarch64", "openSUSE Tumbleweed:python310-idle-3.10.13-5.1.ppc64le", "openSUSE Tumbleweed:python310-idle-3.10.13-5.1.s390x", "openSUSE Tumbleweed:python310-idle-3.10.13-5.1.x86_64", "openSUSE Tumbleweed:python310-tk-3.10.13-5.1.aarch64", "openSUSE Tumbleweed:python310-tk-3.10.13-5.1.ppc64le", "openSUSE Tumbleweed:python310-tk-3.10.13-5.1.s390x", "openSUSE Tumbleweed:python310-tk-3.10.13-5.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-6597", "url": "https://www.suse.com/security/cve/CVE-2023-6597" }, { "category": "external", "summary": "SUSE Bug 1219666 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1219666" }, { "category": "external", "summary": "SUSE Bug 1221854 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1221854" }, { "category": "external", "summary": "SUSE Bug 1224879 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1224879" }, { "category": "external", "summary": "SUSE Bug 1225185 for CVE-2023-6597", "url": "https://bugzilla.suse.com/1225185" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:python310-3.10.13-5.1.aarch64", "openSUSE Tumbleweed:python310-3.10.13-5.1.ppc64le", "openSUSE Tumbleweed:python310-3.10.13-5.1.s390x", "openSUSE Tumbleweed:python310-3.10.13-5.1.x86_64", "openSUSE Tumbleweed:python310-32bit-3.10.13-5.1.aarch64", "openSUSE Tumbleweed:python310-32bit-3.10.13-5.1.ppc64le", "openSUSE Tumbleweed:python310-32bit-3.10.13-5.1.s390x", "openSUSE Tumbleweed:python310-32bit-3.10.13-5.1.x86_64", "openSUSE Tumbleweed:python310-curses-3.10.13-5.1.aarch64", "openSUSE Tumbleweed:python310-curses-3.10.13-5.1.ppc64le", "openSUSE Tumbleweed:python310-curses-3.10.13-5.1.s390x", "openSUSE Tumbleweed:python310-curses-3.10.13-5.1.x86_64", "openSUSE Tumbleweed:python310-dbm-3.10.13-5.1.aarch64", "openSUSE Tumbleweed:python310-dbm-3.10.13-5.1.ppc64le", "openSUSE Tumbleweed:python310-dbm-3.10.13-5.1.s390x", "openSUSE Tumbleweed:python310-dbm-3.10.13-5.1.x86_64", "openSUSE Tumbleweed:python310-idle-3.10.13-5.1.aarch64", "openSUSE Tumbleweed:python310-idle-3.10.13-5.1.ppc64le", "openSUSE Tumbleweed:python310-idle-3.10.13-5.1.s390x", "openSUSE Tumbleweed:python310-idle-3.10.13-5.1.x86_64", "openSUSE Tumbleweed:python310-tk-3.10.13-5.1.aarch64", "openSUSE Tumbleweed:python310-tk-3.10.13-5.1.ppc64le", "openSUSE Tumbleweed:python310-tk-3.10.13-5.1.s390x", "openSUSE Tumbleweed:python310-tk-3.10.13-5.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python310-3.10.13-5.1.aarch64", "openSUSE Tumbleweed:python310-3.10.13-5.1.ppc64le", "openSUSE Tumbleweed:python310-3.10.13-5.1.s390x", "openSUSE Tumbleweed:python310-3.10.13-5.1.x86_64", "openSUSE Tumbleweed:python310-32bit-3.10.13-5.1.aarch64", "openSUSE Tumbleweed:python310-32bit-3.10.13-5.1.ppc64le", "openSUSE Tumbleweed:python310-32bit-3.10.13-5.1.s390x", "openSUSE Tumbleweed:python310-32bit-3.10.13-5.1.x86_64", "openSUSE Tumbleweed:python310-curses-3.10.13-5.1.aarch64", "openSUSE Tumbleweed:python310-curses-3.10.13-5.1.ppc64le", "openSUSE Tumbleweed:python310-curses-3.10.13-5.1.s390x", "openSUSE Tumbleweed:python310-curses-3.10.13-5.1.x86_64", "openSUSE Tumbleweed:python310-dbm-3.10.13-5.1.aarch64", "openSUSE Tumbleweed:python310-dbm-3.10.13-5.1.ppc64le", "openSUSE Tumbleweed:python310-dbm-3.10.13-5.1.s390x", "openSUSE Tumbleweed:python310-dbm-3.10.13-5.1.x86_64", "openSUSE Tumbleweed:python310-idle-3.10.13-5.1.aarch64", "openSUSE Tumbleweed:python310-idle-3.10.13-5.1.ppc64le", "openSUSE Tumbleweed:python310-idle-3.10.13-5.1.s390x", "openSUSE Tumbleweed:python310-idle-3.10.13-5.1.x86_64", "openSUSE Tumbleweed:python310-tk-3.10.13-5.1.aarch64", "openSUSE Tumbleweed:python310-tk-3.10.13-5.1.ppc64le", "openSUSE Tumbleweed:python310-tk-3.10.13-5.1.s390x", "openSUSE Tumbleweed:python310-tk-3.10.13-5.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2023-6597" } ] }
ghsa-797f-63wg-8chv
Vulnerability from github
Published
2024-03-19 18:31
Modified
2024-06-10 18:30
Severity ?
VLAI 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" } ] }
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" } } } }
fkie_cve-2023-6597
Vulnerability from fkie_nvd
Published
2024-03-19 16:15
Modified
2024-11-21 08:44
Severity ?
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
▶ | URL | Tags | |
---|---|---|---|
cna@python.org | http://www.openwall.com/lists/oss-security/2024/03/20/5 | ||
cna@python.org | https://github.com/python/cpython/commit/02a9259c717738dfe6b463c44d7e17f2b6d2cb3a | ||
cna@python.org | https://github.com/python/cpython/commit/5585334d772b253a01a6730e8202ffb1607c3d25 | ||
cna@python.org | https://github.com/python/cpython/commit/6ceb8aeda504b079fef7a57b8d81472f15cdd9a5 | ||
cna@python.org | https://github.com/python/cpython/commit/81c16cd94ec38d61aa478b9a452436dc3b1b524d | ||
cna@python.org | https://github.com/python/cpython/commit/8eaeefe49d179ca4908d052745e3bb8b6f238f82 | ||
cna@python.org | https://github.com/python/cpython/commit/d54e22a669ae6e987199bb5d2c69bb5a46b0083b | ||
cna@python.org | https://github.com/python/cpython/issues/91133 | ||
cna@python.org | https://lists.debian.org/debian-lts-announce/2024/03/msg00025.html | ||
cna@python.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/T3IGRX54M7RNCQOXVQO5KQKTGWCOABIM/ | ||
cna@python.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U5VHWS52HGD743C47UMCSAK2A773M2YE/ | ||
cna@python.org | https://mail.python.org/archives/list/security-announce@python.org/thread/Q5C6ATFC67K53XFV4KE45325S7NS62LD/ | ||
af854a3a-2127-422b-91ae-364da2661108 | http://www.openwall.com/lists/oss-security/2024/03/20/5 | ||
af854a3a-2127-422b-91ae-364da2661108 | https://github.com/python/cpython/commit/02a9259c717738dfe6b463c44d7e17f2b6d2cb3a | ||
af854a3a-2127-422b-91ae-364da2661108 | https://github.com/python/cpython/commit/5585334d772b253a01a6730e8202ffb1607c3d25 | ||
af854a3a-2127-422b-91ae-364da2661108 | https://github.com/python/cpython/commit/6ceb8aeda504b079fef7a57b8d81472f15cdd9a5 | ||
af854a3a-2127-422b-91ae-364da2661108 | https://github.com/python/cpython/commit/81c16cd94ec38d61aa478b9a452436dc3b1b524d | ||
af854a3a-2127-422b-91ae-364da2661108 | https://github.com/python/cpython/commit/8eaeefe49d179ca4908d052745e3bb8b6f238f82 | ||
af854a3a-2127-422b-91ae-364da2661108 | https://github.com/python/cpython/commit/d54e22a669ae6e987199bb5d2c69bb5a46b0083b | ||
af854a3a-2127-422b-91ae-364da2661108 | https://github.com/python/cpython/issues/91133 | ||
af854a3a-2127-422b-91ae-364da2661108 | https://lists.debian.org/debian-lts-announce/2024/03/msg00025.html | ||
af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/T3IGRX54M7RNCQOXVQO5KQKTGWCOABIM/ | ||
af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U5VHWS52HGD743C47UMCSAK2A773M2YE/ | ||
af854a3a-2127-422b-91ae-364da2661108 | https://mail.python.org/archives/list/security-announce@python.org/thread/Q5C6ATFC67K53XFV4KE45325S7NS62LD/ |
Impacted products
Vendor | Product | Version |
---|
{ "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." } ], "id": "CVE-2023-6597", "lastModified": "2024-11-21T08:44:10.463", "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": "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": "af854a3a-2127-422b-91ae-364da2661108", "url": "http://www.openwall.com/lists/oss-security/2024/03/20/5" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://github.com/python/cpython/commit/02a9259c717738dfe6b463c44d7e17f2b6d2cb3a" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://github.com/python/cpython/commit/5585334d772b253a01a6730e8202ffb1607c3d25" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://github.com/python/cpython/commit/6ceb8aeda504b079fef7a57b8d81472f15cdd9a5" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://github.com/python/cpython/commit/81c16cd94ec38d61aa478b9a452436dc3b1b524d" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://github.com/python/cpython/commit/8eaeefe49d179ca4908d052745e3bb8b6f238f82" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://github.com/python/cpython/commit/d54e22a669ae6e987199bb5d2c69bb5a46b0083b" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://github.com/python/cpython/issues/91133" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00025.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/T3IGRX54M7RNCQOXVQO5KQKTGWCOABIM/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U5VHWS52HGD743C47UMCSAK2A773M2YE/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/Q5C6ATFC67K53XFV4KE45325S7NS62LD/" } ], "sourceIdentifier": "cna@python.org", "vulnStatus": "Awaiting Analysis" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…